troi21 Posted November 12, 2009 Share Posted November 12, 2009 HelloI 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? Link to comment Share on other sites More sharing options...
Viktor99 Posted November 12, 2009 Share Posted November 12, 2009 Yes, it is possible in prestashop . Here is example : http://www.generalmed.ro/medicale-3M/10-micropore.htmlFor 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 Link to comment Share on other sites More sharing options...
troi21 Posted November 14, 2009 Author Share Posted November 14, 2009 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. Link to comment Share on other sites More sharing options...
troi21 Posted November 19, 2009 Author Share Posted November 19, 2009 Sorted it. Link to comment Share on other sites More sharing options...
kate5000 Posted March 21, 2010 Share Posted March 21, 2010 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,KateSweet Cricket Stationery Link to comment Share on other sites More sharing options...
rocky Posted March 21, 2010 Share Posted March 21, 2010 Change line 256 of product.tpl from: quantity == 0) || $virtual} style="display:none;"{/if}> to: quantity == 0) || $virtual}*} style="display:none;"{*{/if}*}> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now