Hi. I've tried searching the forums but cannot find a way to do this.
If someone buys product X from our store, I want the cart to automatically add product Y with a price of $0.00 to the cart.
Is there a way to do this?
Thanks!
Hi. I've tried searching the forums but cannot find a way to do this.
If someone buys product X from our store, I want the cart to automatically add product Y with a price of $0.00 to the cart.
Is there a way to do this?
Thanks!
What if a customer does not want "product Y" ?
It doesn't matter. For our purposes a customer will always want Product Y.
Any suggestions on how to do this? I've found a way to add products to the cart and modify the subtotal, but this subtotal does not carry through the whole checkout process.
It'd be better if I could actually modify the product price that's in the cart. Any suggestions?
Thanks!
Well, the easiest way would be: right at the checkout page, you scan if the customer has product x in the basket, if yes you add y in.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
There is an example of this in the wiki, describing all the coding required.
http://www.zen-cart.com/wiki/index.p..._World_Example
Yes, that's what I'm doing. But the example's sub-total does not carry through to the check out. As soon as you get to the checkout page the total goes back to the orig price of all the products.
Thanks.