Better Together pairs up items. Once an item is used in a pairing, it's not available for further discounting.
Better Together pairs up items. Once an item is used in a pairing, it's not available for further discounting.
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.
Thank you for such an awesome mod. I tried to look through this thread, but didn't see coupons mentioned.
When a customer orders, it appears the better together deal is discounted when they use a coupon....then taken off the order total.
No coupons are involved. If they buy the products you have specified as "better together," they get the discount you specify in the setup() function.
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.
KSoup, I'm not sure what you're asking here. You can change the sort order, but the discounting modules don't know about each other, so discounts are cumulative.
MikeyG 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 Scott,
I seem to be in a minority with regards to this not adding up properly so I am sure it is something I am doing wrong.
When the cart doesn't include the better together discount it adds up correctly, when it does include a BT discount the VAT is wrong?
The settings:
Include Tax: True
Re-calculate Tax: None
Using $this->add_cat_to_cat(67, 68, "%", 20);
The cart prices are displayed including VAT. Site is UK (if that makes a difference)
So have I missed something obvious?