Contribution: Better Together Promotional Page
#1
Posted 22 August 2009, 19:28
http://addons.oscommerce.com/info/6733
Take a look at the Better Together Promotional Page
http://addons.oscommerce.com/info/6960
It builds a page from all your discounts that's linked from the Information Box.
#2
Posted 13 January 2010, 00:20
&
Kind Regards
Richard Armstrong AKA Ciscoeuk
all help greatly apprecated
#3
Posted 14 January 2010, 03:00
ciscoeuk, on 13 January 2010, 00:20, said:
I have not created an admin panel for Better Together for osCommerce.
#4
Posted 21 March 2011, 04:21
http://addons.oscommerce.com/info/6960
#5
Posted 24 May 2011, 20:31
Thanks
#6
Posted 10 August 2011, 18:40
Quote
Warning: include() [function.include]: Failed opening '/catalog/includes/languages/english/modules/order_total/better_together.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /catalog/admin/modules.php on line 129
Fatal error: Class 'osC_OrderTotal' not found in /catalog/includes/modules/order_total/better_together.php on line 98
I've looked over it a bunch a times and I've installed everything from the package. Is there something I'm doing wrong?
I'm using OSC version 2.3.1
Edited by ckpepper02, 10 August 2011, 18:41.
#7
Posted 10 August 2011, 19:03
#8
Posted 11 August 2011, 16:05
nnclyn, on 24 May 2011, 20:31, said:
Thanks
Hi Nancy,
I'm trying to do this too. I've poked around and it looks like I need to edit the catalog/includes/modules/better_together_promo.php file. Looks as if there is a global function called get_products_image that would need to be edited. Can't find where that variable is though.
#9
Posted 11 August 2011, 16:52
ckpepper02, on 11 August 2011, 16:05, said:
I'm trying to do this too. I've poked around and it looks like I need to edit the catalog/includes/modules/better_together_promo.php file. Looks as if there is a global function called get_products_image that would need to be edited. Can't find where that variable is though.
FOUND IT!!!
Line 152 of catalog/includes/modules/better_together_promo.php
Change
return tep_image(DIR_WS_IMAGES . $product['products_image'], tep_get_products_name($product_id), $width, $height);
To:
return tep_image(DIR_WS_IMAGES . $product['products_image'], tep_get_products_name($product_id), x, x);
x being the number you want to set it to.
Edited by ckpepper02, 11 August 2011, 16:53.
#10
Posted 27 November 2011, 17:37
I looked and can't seem to debug the issue, could you point me to the fix that was made to the zencart version? (I'm hoping I could make a simple fix and have it work in CREloaded.)
Thank you,
Mike
#11
Posted 30 November 2011, 00:13














