hi
We are making a webshop, where certain products require a third product.
example:
prod1
prod2
prod3
buying prod2 or prod3 should automatically add a third product, say prod100
A product field is used to specify wether a product require prod100 or not.
Is something like that possible?
How can I programatically add a product?
-jan