Instead of using "$" or "%" when you create your discounts, you can create cross sells using "X". Review the readme and the help file on my home page to get the details.
Instead of using "$" or "%" when you create your discounts, you can create cross sells using "X". Review the readme and the help file on my home page to get the details.
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.
What im after doing is, offering item X free of charge when you purchase any product from any catagory
is this possible?
Ta
Rob
Not easily. It might be better to create a coupon just for this item and attach a minimum order dollar amount to it.
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.
thankyou, i never thought of doing it that way
Rob
i just had the mod installed today and i am just now getting around to playing with it.
here is the scenario i am going for:
spend $X in store (any product, any category) and get SPECIFIC product FREE.
i was hoping to use this set ip:
■add_cat_to_prod()
cat = category includes anything from my shop
prod = specific item i want to give free.
is there a way to add a minimum dollar amount from the category to allow this to work?
or is there another mod i should be looking for to achieve this???
thanks in advance!
Response by email.
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.
Thanks for the mod. This is what I would like to do. If a customer by at least $100.00 of product378, 411, 0r 412, they receive product y in category 1 at half price.
This is what I have
$this->add_prod_to_cat(378,1,"%", 50);
$this->add_prod_to_cat(411,1,"%", 50);
$this->add_prod_to_cat(412,1,"%", 50);
How would I set a condition where the total would hae to be equal to or greater than $100.00.
TIA Tom![]()
Better Together does not do this sort of thing. 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.