No, Better Together does not have a method to cap it at one discount.
No, Better Together does not have a method to cap it at one discount.
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.
Hi Scott I'm getting half a info product page when I try to insert your code. Do I need to put each category I have between the 2 () or what. What I really like to have is buy any product in any category get the second one for 50% off. Thanks in advance.
If a straight two for one discount is what is desired, the calls are
* add_twoforone_prod()
* add_twoforone_cat()
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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'm not understanding this or something. Is the code above and example of what I need to put in the bottom of ot_better_together.php and just replace the number you provided with my category number? If this is correct what else do I add because when I go to admin/modules/ order total I get no module showing.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Look at "Common Installation Problems" in the help file for Better Together on my site. (There's a link in the readme.) It looks like you might have problem #3.
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.
Hi Scott I know it's problem #3 but I seem not to be able to get it to work. Here' are the codes I tried at the bottom. It still get no modules showing in admin.
PHP Code:function setup() {
$list = array(4,6,7,10,11,13,18,21,36,37,46,58,73,76,77,81,82,89,98,109,111,113,116,118,120,121,124,133,134,142,148,154,163,166,168,170,177,179,180,181,182,183,184);
foreach ($list as $i) {
$this->add_twoforone_cat($i)
}
Lets work on this one here instead.PHP Code:function setup() {
$list = array(4,6,7,10,11,13,18,21,36,37,46,58,73,76,77,81,82,89,98,109,111,113,116,118,120,121,124,133,134,142,148,154,163,166,168,170,177,179,180,181,182,183,184);
foreach ($list as $i) {
$this->add_twoforone_cat($i)
}
}
I want to be able to offer, buy any item from any category and get 50% off any other item from any other category. What code would I use to get this to work. Here are my category numbers. Thanks in advance
4,6,7,10,11,13,18,21,36,37,46,58,73,76,77,81,82,89,98,109,111,113,116,118,120,12 1,124,133,134,142,148,154,163,166,168,170,177,179,180,181,182,183,184
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I guess this is not and option either or do I have to purchase one of your paid modules to get it to work? Scott you are not ignoring me are you? I feel like this should work some how.
buy any item from any category and get 50% off any other item from any other category
Last edited by countrycharm; 30 May 2012 at 09:19 PM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation