Hello
I want to configure my product pages with a dropdown menu with different quantities (say from 50 to 10,000). The user would select the quantity from the menu and then add to cart. Is it possible to do this in Prestashop?
I want to configure my product pages with a dropdown menu with different quantities (say from 50 to 10,000). The user would select the quantity from the menu and then add to cart. Is it possible to do this in Prestashop?
Yes, it is possible in prestashop .
Here is example : http://www.generalme...-micropore.html
For product wih different quantities use atributes. Ex : for 1 buc price is 50 for 2 buc price is + 10 -> result product with 2 buc is 60.
With prestashop vers 1.2.4.0 or later you can use attributes generator
Here is example : http://www.generalme...-micropore.html
For product wih different quantities use atributes. Ex : for 1 buc price is 50 for 2 buc price is + 10 -> result product with 2 buc is 60.
With prestashop vers 1.2.4.0 or later you can use attributes generator
www.gazduire-siteuri.ro
www.infinity-it.ro
www.generalmed.ro
www.infinity-it.ro
www.generalmed.ro
Thanks so much for your help. It has worked with the quantities in the drop down menu and the pricing changes with each different quantity. However, I don't know how to get rid of the original Quantity text field at the bottom.
Attached Files
hi troi,
Just wondering - how did you get rid of the quantity box after all? I'm trying to do something similar on my site.
Thanks,
Kate
Sweet Cricket Stationery
Just wondering - how did you get rid of the quantity box after all? I'm trying to do something similar on my site.
Thanks,
Kate
Sweet Cricket Stationery
Change line 256 of product.tpl from:
to:
quantity == 0) || $virtual} style="display:none;"{/if}>
to:
quantity == 0) || $virtual}*} style="display:none;"{*{/if}*}>
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.



Back to top









