November 8, 2015 at 5:53 pm
Hi, my client runs a print business and will be selling business cards, flyers, etc.
The business cards will be sold in set quantities as follows (dummy prices):
Quantity 1000 = £10.00 (default)
Quantity 500 = £5.00
Quantity 250 = £2.50
I’ve created the necessary product attribute (Quantity) and created the terms 250, 500, 1000. I’ve then assigned the values to the product data attributes section and variations section, along with the prices. I’ve also enable the option to display variations as radio buttons on the product page. This works as expected, and when one of the quantities are selected the appropriate price is displayed.
The problem I have is that next to the price, I don’t want the option to choose a quantity of these ‘bulk packages’ with the +/- buttons.
E.G. if you choose 1000 from the radio button selection, I don’t want you to be able to then select a quantity of say 50 before adding to the cart. I just want the option to choose 1000 and then add to cart.
So basically, I want to hide the +/- and quantity field for this product type.
Has anyone else come across a similar problem? Thanks.