Found the solution thanks to Scott:
http://www.thatsoftwareguy.com/zenca...ry_issues.html
at the section "Marketing Text and Linked Items in Better Together and Friends"
Editing the file with the code mentioned did the trick.
Printable View
Found the solution thanks to Scott:
http://www.thatsoftwareguy.com/zenca...ry_issues.html
at the section "Marketing Text and Linked Items in Better Together and Friends"
Editing the file with the code mentioned did the trick.
Hello,
I need to make a special buy 2 get one free of the same product how do I do that with your mod?
Thanks for your Help,
Lex
You can't. Better Together is "Buy 1 item A, get 1 item B at a discount."
Is it possible to do a store wide buy one get one 50% off?
I have a Zencart 1.3.9h
The meaningfull addon I have is ultimate_seo_urls_2-110
I have succesfully installed the following free modules:
better_together_2-3b
better_together_centerbox_1-0a
better_together_promotional_page_2-2a
After that I have purchased the following modules:
buybothnow_2.3b
This module works fine
promo_better_2.3a_abtc
This module seems to be not compatible with ultimate seo url. With ultimate seo active, clicking on buy both now button in the promo page, a page not found appears. Disabling ultimate seo urls the action of the clicking is regular (the products are put in the basket).
In addition, in any configuration, none "buy both now" is displayed in the better_together_centerbox (but in the promotional page only).
Some suggestion ?
Thanks
@jeking - yes.
@nannid - my commercial software is not supported on the Zen Cart forum.Code:function setup() {
global $db;
$sql = "select products_id from " . TABLE_PRODUCTS;
$prodlist = $db->Execute($sql);
while (!$prodlist->EOF) {
$prod = (int)$prodlist->fields['products_id'];
$this->add_twoforone_prod($prod);
$prodlist->MoveNext();
}
}
Thanks very much for the code, but I see I was not clear in my question. They want to do a 'buy any one item, get a different item at 50% off'. Ideally it would be the lower priced item at 50% off.
Anyway to accomplish that?
That particular discount cannot be accomplished with Better Together. See PM.
I have better together set buy from category "A" get category "B"
15% off. When customer buys from "A" and then buys 2 or more items from "B" they only get the discount on 1 item and it is the least expensive item. Can this be changed to allow for all items from "B" or at least the most expensive?
Thank you
Not with Better Together. See PM.