My fault
I forgot to upload the Ajax files.
Different question: How can I high light the message "Buy this item, get a Midgie/Mossie Bite Balm 125/250ml at 15% off" on th eproducts page?
Printable View
My fault
I forgot to upload the Ajax files.
Different question: How can I high light the message "Buy this item, get a Midgie/Mossie Bite Balm 125/250ml at 15% off" on th eproducts page?
Not sure what you mean by highlight, but displaying your discounts on the product page is discussed here:
http://www.thatsoftwareguy.com/zenca...html#marketing
The text on your product info page is tagged with #betterTogetherDiscountPolicy, so you can add css to style it.
Yes I got that too on your website. Thanks for getting back to me. It is so easy to use in admin its worth every dollar :-)
Hi.
I have just installed v 2.0 of this mod. I have modiified tpl_product_info_display.php as directed and installed my first discount:-
$this->add_prod_to_prod(425,426, "%" , 50);
Nothing is showing on the product info page or at checkout - what have I done wrong?
Regards
Philip
Perhaps you haven't installed it under admin->modules->order total.
Your setup function should be this:
function setup() {
$this->add_prod_to_prod(425,426, "%" , 50);
}
Delete anything else you have and paste this in.
If it doesn't work, you have done something wrong and you need to put an ad in commercial help wanted for someone to install it for you.
Is it possible to actively apply a single discount from a single item to multiple items?
In others word, a customer would ideally be able to buy an item and then receive $X off on up N specified items.
Any thoughts on this?
Thanks in advance,
Don.
See your PM. There are other solution for this problem but Better Together is just "Buy an A, get a B at a discount').