This would be custom logic. PM me for details.
Scott
This would be custom logic. PM me for details.
Scott
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.
Yes, I would also be interested in knowing how to do it too:
Buy 5 of this product, get one free.
See 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.
Trying to get an understanding of the discount logic.
I have three products
Product A - id1
Product B - id2 price £10
Product C - id3 price £20
If I have the following config:
$this->add_prod_to_prod(1,2,"%", 50);
$this->add_prod_to_prod(1,3,"%", 50);
I notice currently that only one discount is applied and the one that gives the least discount is applied.
Is this anything that can be configured to be different?
Phil Rogers
A problem shared is a problem solved.
No. Once an item has been "used" to provide a discount (or discounted), it is not available to provide other discounts. Discounts are applied (second parameter) from the least to the most expensive items, and items are used (first parameter) from most to least expensive.
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.
Phil Rogers
A problem shared is a problem solved.
If you downloaded Better Together this week, please pull it again; there was a small bug in an update I submitted earlier this week. Thanks.
BTW the update was just code cleanup and formatting; no functional changes were involved so the update is not required.
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.