Optic Posted September 8, 2010 Share Posted September 8, 2010 Hi folks, I`m looking at being able to add different prices for different quantities (stickers and decals). I`ve built a customization with quantity attributes, but then I have two sections for Quantity when I go to customize the product. (One is the default quantity selection and the other is my customization. What I`m looking to do is similar to what this site is doing... www.sweetcricket.com for their prices. Thanks,C.J. Link to comment Share on other sites More sharing options...
tomerg3 Posted September 8, 2010 Share Posted September 8, 2010 you can just turn the default quantity textbox to a hidden field (which is what they did), it will add to the cart a quantity of 1 for the product, and whatever you need for the attributes.If you wish to assign a price impact for the textbox, check out my Attribute Wizard Pro module, it lets you do that and much much more.http://www.prestashop.com/forums/viewthread/47363/ Link to comment Share on other sites More sharing options...
Optic Posted September 9, 2010 Author Share Posted September 9, 2010 How is the quantity hidden?Thanks! Link to comment Share on other sites More sharing options...
tomerg3 Posted September 9, 2010 Share Posted September 9, 2010 Edit product.tpl in your /themes/xxx folder and change <input type="text" name="qty" To <input type="hidden" name="qty" That will hide the quantity box for all products. Link to comment Share on other sites More sharing options...
Optic Posted September 9, 2010 Author Share Posted September 9, 2010 Thanks for this.Next question, now when I have an item where I want to select the quantity (generated from the customization field), I can't get the price to reflect the revised pricing for the increased quantity.For example, default price is $0.00 with an increase of $50 when a quantity of 10 is selected. A quantity of 100 has an increase of $75, but in the front office it will only ever add $50, even when quantity of 100 is selected.The default quantity selector is now hidden.Thanks! Link to comment Share on other sites More sharing options...
tomerg3 Posted September 9, 2010 Share Posted September 9, 2010 You probably did not configure the attributes correctly, try usin the combination generator at the top of the product's combination page Link to comment Share on other sites More sharing options...
Optic Posted September 9, 2010 Author Share Posted September 9, 2010 I am in the [current product] - [3. Combinations] section.Here I am adding customizations under the category I created called [Quantity]. I am adding these one at a time (for example [10 for $30]) and then adding a price increase for this product of $30. I am saving this customization and then adding the next one for say [50 for $100] and adding a price increase of $100 for that section.When I go front office to inspect it, I add one of the selected quantities to cart, however, it adds up just a single unit cost (in this case $0.00) to the price.Where am I going wrong? Link to comment Share on other sites More sharing options...
Optic Posted September 10, 2010 Author Share Posted September 10, 2010 The site is located at www.opticdecals.com bumper stickers are the product I'm currently working on if someone has any ideas, that would be great. I've tried deleting the products and starting over, but that hasn't worked.{EDIT and ADDITION} - looks like the cart is not recognizing the attribute at all as when I select [10 quantity for $56.00], it still shows up as [0 - select quantity]. Whichever combination is selected as the default is the one it chooses to add to the cart. I'm stumped. 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