Hello,
I'm wondering if it is possible to have for example
Pens (200 in total) which come in say
>boxes of 25
>boxes of 50
>boxes of 100
How can i get it to work that i select 'box of 25' from the dropdown and it removes 25 from the main quantity of pens (e.g. 200 - 25) with the 'boxes of 25' being an attributte? Or would it be best as a component???
We only want to buy one box of pens (e.g. 10 in a box), but we want the shopping cart to display 1 but remove 10 from the quantity of pens (as this is how many pens we have in total)
Will it send the quantity associated with the type of box (e.g boxx of 100 = qty 100) to the main shopping cart.
This is the one major stumbling block we have at the moment.
Kind Regards
I'm wondering if it is possible to have for example
Pens (200 in total) which come in say
>boxes of 25
>boxes of 50
>boxes of 100
How can i get it to work that i select 'box of 25' from the dropdown and it removes 25 from the main quantity of pens (e.g. 200 - 25) with the 'boxes of 25' being an attributte? Or would it be best as a component???
We only want to buy one box of pens (e.g. 10 in a box), but we want the shopping cart to display 1 but remove 10 from the quantity of pens (as this is how many pens we have in total)
Will it send the quantity associated with the type of box (e.g boxx of 100 = qty 100) to the main shopping cart.
This is the one major stumbling block we have at the moment.
Kind Regards
Comment