If I can have cat to cat ( boxes are in a category ) I can't have let's say Watch + (choose: box1 or box2 or box3 for free ) ?
thx
If I can have cat to cat ( boxes are in a category ) I can't have let's say Watch + (choose: box1 or box2 or box3 for free ) ?
thx
That is correct - you cannot do that with Better Together. See you 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.
Not sure if this was answered somewhere in this thread, but there's 4 pages so I don't know that I'm going to look through all of that. ANd this is probably a really dumb question, but where exactly am I supposed to put the code to create a BOGO 50% sale? And exactly which code am I supposed to be using? I tried this:
$this->add_cat_to_cat(1,2,3,4,5,6,7,8,9,10,11,12,"%", 50)
but it doesn't work. I'm sure I'm having a brain fart, but I don't know exactly what to do. Help please!![]()
add cat to cat has 4 parameters. So if you want to have a Buy one, get one 1/2 off sale on cat 1, do
$this->add_cat_to_cat(1,1,"%", 50);
For cat 2, do
$this->add_cat_to_cat(2,2,"%", 50);
etc.
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.
I want to have a BOGO 50% on everything no matter what category it's in. And I have 7 categories, do I need to specify each category seperately or is there a function that includes everything? Also, I'm not sure where I should be putting the code.
OK, I realize NOW you can't see the discount until the 2nd page of checkout, but it's not doing what I want. The discount that I'm seeing is 50% off the total cart. I want 50% off a 2nd item. As an example I have 2 items from different categories. I want the item with the cheaper price to be discounted. Here's a link to my site so you can see what's happening if necessary. Thanks for your help!
http://thecuterie.com/
Better Together does discount the least expensive item in the pair, not the entire cart. See your PM for other ideas.
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.
This was originally posted in 'Built-in Shipping and Payment modules' but kobra suggested I move it here.
I am on ZC 1.5.4 using the Better Together 2.5.1 mod and the built-in ZC Authorize.net (AIM) payment module.
I have a Better Together deal defined so if a customer purchases item A, they receive a $1.00 discount off as many of item B as they want to purchase. Recently, a customer purchased item A and 10 of item B which should have given a total discount of 10x$1.00=$10.00. The appropriate discount was reflected in the shopping cart and on the completed order in ZC, but the amount charged to the customer's credit card did not reflect the discount. My order total modules are shown below. I checked my error logs and found nothing there that indicated a problem. What could be causing this error?
![]()
One more key detail. The error occurred with the first (and only) customer who used the coupon. This isn't something that worked previously, but now doesn't.
What coupon would that be?
What does the second sentence of your last post mean? You surely mistyped something.
Can you reproduce this problem? I have never heard of an interoperability issue between Better Together and AIM.
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.
Bookmarks