Re: Better Together Contribution Support Thread
Hello Scott,
Wondered what might be causing repeated marketing links such as here:-
http://www.thegemtree.com/index.php?...ducts_id=11011
I defined one discount link, but it repeats. I figure I have done something on my setup. Any help is appreciated.
Regards,
Heathenmagic:smile:
Re: Better Together Contribution Support Thread
I've never seen that before. I would get a fresh copy of tpl_product_info_display.php and a fresh copy of the contrib in case you've overwritten something accidentally.
Re: Better Together Contribution Support Thread
Hello Scott,
Major whoops, please forgive me, my bad. Not sure how the duplicate line got into the file, must have had a mad moment
Thanks for getting back to me.
Re: Better Together Contribution Support Thread
Someone asked me the other day how to start, stop or start and stop Better Together discounts on a particular date; detailed instructions have been posted here:
http://www.thatsoftwareguy.com/zenca...discounts.html
Scott
Re: Better Together Contribution Support Thread
Hi,
have read the readme.txt, your webpage and all that, installed better together as told, but I got a problem. Do I have to do some changes in the modules.php? From the admin-folder. I get this message when I have installed:
Quote:
Warning: include(/home/3/s/www/includes/languages/norwegian/modules/order_total/ot_better_together.php) [function.include]: failed to open stream: No such file or directory in /home/3/s/www/admin/modules.php on line 173
Warning: include() [function.include]: Failed opening '/home/3/s/www/includes/languages/norwegian/modules/order_total/ot_better_together.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/3/s/www/admin/modules.php on line 173
I'm really stuck with this, and have read the support thread without finding an answer :(
Besides, I like your work, keep up the good work :cool:
Re: Better Together Contribution Support Thread
You need to create the language file for norwegian.
Copy
/home/3/s/www/includes/languages/english/modules/order_total/ot_better_together.php
to
/home/3/s/www/includes/languages/norwegian/modules/order_total/ot_better_together.php
Good luck,
Scott
Re: Better Together Contribution Support Thread
Hello,
I was hoping you could help me out. I've been using Better Together for a few months now and it has worked wonderfully. For the past few weeks though, the BT discount has not been applied to orders that qualify. Nothing to my knowledge has changed in our shop and the BT promotional text is still being displayed on items in our store... the discounts just do not get added to the totals anymore.
So far, I have tried uninstalling BT and reinstalling. Uninstalling and upgrading to a newer version and reinstalling. Uninstalling and deleting all files and than reinstalling and so fourth. Nothing seems to work. :(
Any ideas what could make BT stop working with order totals?
Best,
Rocco
Re: Better Together Contribution Support Thread
dont know what i did, but i managed to fit it! :flex:
i do have one more question though, is it possible to do a discount like this?:
buy X get product made by manufacturer Y for 10% off
Also, how would I go about making all items "buy one get the second at a discount?"
Re: Better Together Contribution Support Thread
There's no global command for 2 for 1, you'd have to do each one.
There's no support for manufacturers, just products and categories.
Re: Better Together Contribution Support Thread
2 hours! 2 hours and still I can't get this working!
I have been over and over and over the install instructions which are stupidly easy.
I have checked, double checked and even triple cheked everything over and over again but still nothing.
I am using:
zc 1.3.8a
PHP Version: 5.2.2 (Zend: 2.2.0)
The only thing I can thin of is that I am not setting the parameters correctly.
I have the store set up like this:
Cat 1
-- sub cat 1a
-- subsub cat 1b
-- products
Cat 2
-- sub cat 2a
-- subcat 2b
-- subcat 2c
-- products
I want to specify -
Cat 1 - buy 2 get 3rd half price
I tried $this->add_cat_to_cat(1b, 1b, "%", 100);
Cat 2 - Buy 5 get 1 free
$this->add_fiveforone_cat(2c);
Is this correct? If not, help?
Thanks in advance.