Abhijeet, Please find my responses inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com
On Tue, Sep 8, 2009 at 2:20 PM, Abhijeet Pandey <[email protected]>wrote: > Hi All, > > I want to create few Promotion ( Special offer , Offer of the day, Hot Deal > ) etc and i want to show all these on home page Goto - http://demo-trunk.ofbiz.apache.org/ecommerce/control/main Here you will see in the right nav 'Special Offers' section. This is something you want to do. Look into the code - /ecommenrce/widget/CartScreens.xml which is responsible for showing the promotions. > . > > just like we have "Featured Products" on home page. i want to create and > show 4-5 products from above type of promotions on home page and give a link > "Show All" which will take user to page which will have listing of all > products which falls in that promotion. > > As jacques suggested you just need to add the products in the promotions while creating the promos. After that the same products should be associated with the PROMOTIONS category (which shows the Featured Products) and to add them at top change the sequence number in the relationship. You can look at - https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditCategoryProducts?productCategoryId=PROMOTIONS You just need to change the sequence numbers and then you will be able to see the sequence on the front store. > Can someone guide me how to do this. > > Attaching how it will look in attachment. > > Plz Help. > > > > -- > Abhijeet Pandey >
