Hi,
I have a product with a price and two options (each with their own prices)
The idea is that they either buy the default or choose full package.
If the user selects one of the options then when the user goes to the cart or they are checking out then I get two rows as follows:
1. Main product description and quantity (quantity in text input)
2. Sub row with option description and quantity as plain text
The calculations are correct in terms of quantities. I have tried adding a variable to the permutations section to surpress this line but am unable to get it to work.
Can anyone out there think of a better solution?
Thanks,
Ben
I have a product with a price and two options (each with their own prices)
The idea is that they either buy the default or choose full package.
If the user selects one of the options then when the user goes to the cart or they are checking out then I get two rows as follows:
1. Main product description and quantity (quantity in text input)
2. Sub row with option description and quantity as plain text
The calculations are correct in terms of quantities. I have tried adding a variable to the permutations section to surpress this line but am unable to get it to work.
Can anyone out there think of a better solution?
Thanks,
Ben
Comment