hey Krishan, for product blocks on start page or site you can use f.ex. the "bestselling", "mostpopular" kategories when you connect a catalog.
If you do not want that, you have to code a new type by your self, or do it like giving the product an attribute like "deal" etc. than implement on the site, that a special block shall show all products with the attribute "deal"...maybe randomly, if you have more products as the block size.. deal products are not a problem. I just did it like that: create a normal product, create a price rule named "deal" than ask in the productdetail, or wherever you want if its a "deal" product or a deal category. Than calculate the actual server time with the endtime of the pricerule, so you get the time left of this offer. After that you can implement a counter f.ex. with java script. thats it... (sorry to long for a step by step manual, but if questions, just ask) what do you want to manage with admin panel...this is impossible...you have for every special which is not ootb in ofbiz to implement the functions. If you did this with a little thinking, after that you can do all with the admin panel, but you need to code before... -- View this message in context: http://ofbiz.135035.n4.nabble.com/Service-field-in-Creating-new-Content-tp4634117p4634123.html Sent from the OFBiz - User mailing list archive at Nabble.com.
