New Zenner
- Join Date:
- Aug 2007
- Posts:
- 2
- Plugin Contributions:
- 0
need to double the order by coupon
Hello
The customers needs to double any product in the cart by entering coupon DOUBLE.
I mean i the user have 1 product X in the cart, it will become 2 at price of 1.
We managed to double the qty by using get_products() and update_cart() methods in the shopping cart class.
BUT, the price is doubled as well, and this is bad.
Also tried Better Together module, same thing.
Any help would be highly appreciated.
Thanks