You might have this code within an if block that's not being triggered. Try moving this block of code around. Right after
$discount = new ot_better_together();
do something like
echo "Hello world!";
to see if this block is being reached.
Printable View
You might have this code within an if block that's not being triggered. Try moving this block of code around. Right after
$discount = new ot_better_together();
do something like
echo "Hello world!";
to see if this block is being reached.
Oddly enough tpl_product_info_display.php page is not the page that is being called. I renamed it and the product description still showed. So now I have to figure out which page is being used to create the product description pages!
Are you in the right template directory? Check your template in Admin->Tools and be sure you're in that directory.
Better Together 1.4 has been released; it contains some minor improvements in the wording of marketing text for Checkout Candy users and encapsulates the marketing text which appears on the product info page in one single file so that only a one line change needs to be made to tpl_product_info.php to include it.
The README file and the extended help on my site have traditionally advised displaying the marketing text below the product description, but feel free to experiment. For instance, putting it at the very top of the page is also very eye-catching. Now that the marketing text is a one line inclusion, it should be easier to move around to try different layouts.
SoftwareGuy
hi i just have a quick question. first i love this mod its awesome. but i don't want to mess around with this mod for hours if this isn't even possible for this scenario.
i want to set up my store so that everything in it is buy 2 get 1 free. This will apply to the entire store.
is this possible?
thanks alot
Not with Better Together but there are other solutions; see your PM.
Scott
Hi, can I configure this mod. to offer a category-wide discount (% or dollar value) and dynamically apply the discount to the lower value item. For instance:
Category 1
=======
Product A - $10.00
Product B - $20.00
Product C - $30.00
Scenario 1: Customer bought Product A and B. Then discount is on Product A.
Scenario 2: Customer bought Product C and B. Then discount is on Product B.
TIA.
The discounts are applied in the order you specify them, against the products in the order they appear in the cart.
Hi,
I have a question and sugestion. I have installed your module as I found it very very interesting. CONGRATULATIONS. But just one concern at least for me.
You know that some of as uses Discount Groups, and others like my self that uses the Discount Pert Itemes Per Group prices. The problem is that a 2x1 or what ever offer based on the listed price is good for the business, the problem is when you sell to at the same time to "final customers" "reselleres" and or "distributors". one 2x1 offer based on price list for example 10 USD is ok, but when you have a Price group for 50% off price list, for exaple "Reselleres" then with your module they will have 10USD plus 50% off - 5USD plus 2x1 - 2.5 USD per item..... Well to shot this out as i guess you may figure out what i mean. Is ther a posibility to avoid a Better together offer to some Group Price or for all of them by default?
If you want to avoid double discounting, you should modify your per item per group logic to not discount items you have Better Together discounts on. You will have to ask whoever supports that code how to make that change.