Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Contribution: Better Together Promotional Page


10 replies to this topic

#1 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 22 August 2009, 19:28

If you're using Better Together for osCommerce 2.2:

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.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#2 ciscoeuk

  • Community Member
  • 20 posts
  • Real Name:richard armstrong
  • Gender:Male

Posted 13 January 2010, 00:20

i would like to ask if this add-on can be controlled from the admin side of osc or is that a later version?
All the best
&
Kind Regards

Richard Armstrong AKA Ciscoeuk

all help greatly apprecated

#3 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 14 January 2010, 03:00

View Postciscoeuk, on 13 January 2010, 00:20, said:

i would like to ask if this add-on can be controlled from the admin side of osc or is that a later version?

I have not created an admin panel for Better Together for osCommerce.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#4 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 21 March 2011, 04:21

The Promotional Page for Better Together is now available for osCommerce 2.3 here:

http://addons.oscommerce.com/info/6960
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#5 nnclyn

  • Community Member
  • 264 posts
  • Real Name:Nancy O

Posted 24 May 2011, 20:31

How would I go about editing the image sizes that appear on this page? I'd like them all a uniform size of 150 x 150

Thanks :)
Nancy

#6 ckpepper02

  • Community Member
  • 27 posts
  • Real Name:Chris
  • Gender:Male
  • Location:USA

Posted 10 August 2011, 18:40

Hi I installed your module, but when I go to activate it in the Admin panel I get

Quote

Warning: include(/catalog/includes/languages/english/modules/order_total/better_together.php) [function.include]: failed to open stream: No such file or directory in /catalog/admin/modules.php on line 129

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 ckpepper02

  • Community Member
  • 27 posts
  • Real Name:Chris
  • Gender:Male
  • Location:USA

Posted 10 August 2011, 19:03

Nevermind. I must have downloaded the wrong version somehow. I got the BetterTogether for 2.3.1 and it seems to be working now.

#8 ckpepper02

  • Community Member
  • 27 posts
  • Real Name:Chris
  • Gender:Male
  • Location:USA

Posted 11 August 2011, 16:05

View Postnnclyn, on 24 May 2011, 20:31, said:

How would I go about editing the image sizes that appear on this page? I'd like them all a uniform size of 150 x 150

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 ckpepper02

  • Community Member
  • 27 posts
  • Real Name:Chris
  • Gender:Male
  • Location:USA

Posted 11 August 2011, 16:52

View Postckpepper02, on 11 August 2011, 16:05, said:

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.

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 cheapo

  • Community Member
  • 23 posts
  • Real Name:Mike G

Posted 27 November 2011, 17:37

I am installing this on CRELoaded. It works except it has the same cat_to_prod problem that the Zencart version has which prompted version 2.2A.

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 chemist4

  • Community Member
  • 77 posts
  • Real Name:Tim
  • Gender:Male
  • Location:Missouri

Posted 30 November 2011, 00:13

This may be a stupid question, since no one else has asked, but how do you know which is product 1, product 2, etc.? Is there some way of listing them in the order required for this to work?