ok! thanks!
ok! thanks!
Hello,
I'm using ZenCart 1.3.7.1 with BT 2.1.
I have the following scenario - I want to offer discount CAT TO CAT or PROD TO CAT. So if I add one product from Cat1 and 5 products for Cat2, I want the % discount to be applied to all 5 products in Cat2.
At the moment I think it only applies the discount the product from Cat2 that is cheapest.
Is there a way I can do this, modify something in the code for example?
Thanks
You can't do this with Better Together. Response by PM.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Hi,
I am trying to choose between the discount mods but not sure which will do what I want. I just want a simple buy A and get B at a discount, but want to have it so that the customer can choose how many of B they want, but not more than the qty of A. They have a minimum buy of A if that makes a difference
Eg. They buy 8 A, so they can have 1-8 B's at a discount.
Is this possible?
Thanks
Yes, this is how it works. If A is product 10 and B is product 20, and you do
$this->add_prod_to_prod(10, 20, "%", 50);
You only get 50% off every product 20 for every product 10 you buy.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
ouch my head hurts! is there any easy way of making promotions on this module? Ireally am not confident enough to go editing files etc. I have the module installed and all looks great. i cannot find any interface on the admin panel to easily set up discounts? Am i correct in thinking that all discounts are set up by using codes in the actual files on the server?