Working on a site where they want to potentially give the user the option to add additional items when buying a product.
An example of this works on a site (non-Actinic) can be found here: http://www.gadgetshack.com/widralwimose.html
You should see that the user can add additional sensors or receivers and also choose how many additional ones they want.
I'm trying to achieve the same thing using the Product options/components. Each additional item would need to be linked to one existing product within the store, but with a variety of quantities (as per that example site).
So I would have a drop-down box for Additional PIR Sensors with options like:
Add one extra: £10
Add two extra: £20
Add three extra: £30
Add four extra: £40
etc
Is this possible to do?
An example of this works on a site (non-Actinic) can be found here: http://www.gadgetshack.com/widralwimose.html
You should see that the user can add additional sensors or receivers and also choose how many additional ones they want.
I'm trying to achieve the same thing using the Product options/components. Each additional item would need to be linked to one existing product within the store, but with a variety of quantities (as per that example site).
So I would have a drop-down box for Additional PIR Sensors with options like:
Add one extra: £10
Add two extra: £20
Add three extra: £30
Add four extra: £40
etc
Is this possible to do?
Comment