Thank you.
Is there any way to change the centerbox's text? I want it to say something other than "Buy this item, get an item...".
Printable View
Thank you.
Is there any way to change the centerbox's text? I want it to say something other than "Buy this item, get an item...".
The text is generated by Better Together itself. There's no easy way to change it.
Hello everyone,Haven't installed it yet- but thanks for Releasing it Scott! I have a client that is interested already - will let you know if we have any problems.Thanks.
Just installed this add-on...very nice!
I have noticed that when recalculating tax (Standard), I get extra tax for shipping that is already included in my taxable base.
Here's the order in which I want this to work...
Order Subtotal (sort order 100)
BT Discount (sort order 150 - include tax = F, recalculate tax = Standard)
Shipping (sort order 200 - shipping is taxable goods)
Tax (sort order 300)
Order total (sort order 999)
I have coded $this->add_cat_to_cat(38, 38, "%", 100); (BOGO in the same category)
I put two $10 items from the same category in the cart - tax rate is 9%.
$20.00 Sub-Total: - Correct
-$10.00 Better Together Discount: - Correct
$5.50 Table Rate (2-3 Day USPS): - Correct
$1.90 Tax: - Incorrect - should be ($20 - 10 + 5.50) * .09 = 1.40 (the extra $0.50 is 9% of the 5.50 shipping again)
$17.40 Total: - Incorrect - should be $16.90
Anyone seen this?
Here's what I want to do:
Customer buys product A with option 1 and product B with option 1 and gets a discount.
Customer buys product A with option 1 and B with option 2 and gets no discount.
Customer buys product A with option 2 and B with option 2 and gets a discount.
Is this possible?
No - Better Together does not consider attributes.
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 :cool:
Better Together does not do this sort of thing. See PM.
Hello, I use zencart 1.3.8a and I would be maybe interested by Better Together module. But I don't know if that fit my requirements. I haven't find the answer yet. Maybe because I'm not fluent in english. I would like to offer the folowing discount :
If you buy any product from the catalog, get the item X a discount.
Thanks in advance
Better Together does not do this type of discounting.