Zen Cart Logo
Forums / All Other Contributions/Addons / Better Together Promotional Page Contribution

Better Together Promotional Page Contribution

Locked

Views: 10,704

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
22 Aug 2009, 12:00 AM
#1
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Better Together Promotional Page Contribution

Are you using Better Together? http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=309

Looking for a way to promote your Better Together discounts?

The Better Together Promotional Page lists all your discounts along with thumbnail size images of each item. Some of you have downloaded the first version of it from my website; the latest version is now in the Zen Cart downloads area here:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1396

That Software Guy

23 Oct 2009, 5:39 AM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Re: Better Together Promotional Page Contribution

The first version of the Better Together Promotional Page posted to the downloads area had a problem with category images displayed when advertising add_prod_to_cat(), add_cat_to_cat() or add_cat_to_prod() linkages. The fix to this problem has been posted and is now available.

13 Nov 2009, 10:10 AM
#3
avf avatar

avf

New Zenner

Join Date:
May 2008
Posts:
87
Plugin Contributions:
0

Re: Better Together Promotional Page Contribution

I am getting a blank page even though I have added better together modules which shows the discounts on the products pages.

Link here

Please help
Thanks

16 Dec 2009, 7:57 PM
#5
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Re: Better Together Promotional Page Contribution

There is a bug in the CAT_TO_PROD image display on the promotional page. The fix to version 2.2 is to edit

./includes/modules/pages/bettertogether_promo/header_php.php

and after line 110 (just before the closing brace) add

$second_image = zen_get_products_image($li->ident2);

I will submit a fixed version to the downloads area shortly.

20 Dec 2009, 10:27 PM
#6
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Re: Better Together Promotional Page Contribution

The fix described in the previous post has just been made available in the Zen Cart downloads area.

18 Jan 2010, 4:18 PM
#7
robwuk avatar

robwuk

Zen Follower

Join Date:
Aug 2005
Location:
United Kingdom
Posts:
458
Plugin Contributions:
0

Re: Better Together Promotional Page Contribution

I have the better together and promo scripts installed and these are fantastic mods, i would like to know how easy or if there was something out there that i can add to the script to allow the user when viewing the offers to add the items to the basket in one easy click?

Cheers

Rob

18 Jan 2010, 4:26 PM
#8
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Re: Better Together Promotional Page Contribution

Response by email.

26 Feb 2010, 3:42 PM
#9
badvoc avatar

badvoc

New Zenner

Join Date:
Feb 2008
Posts:
45
Plugin Contributions:
0

Re: Better Together Promotional Page Contribution

Loving the mods, great work SWGuy :)

One little question, Better Together Discount promotional page in the sidebox the link is coming out blue and not matching the colour of my other links, is this an easy fix?

Site is http://www.gothicshopping.co.uk/

Thanks in advance for your time :)

26 Feb 2010, 4:52 PM
#10
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,692
Plugin Contributions:
56

Re: Better Together Promotional Page Contribution

Change the code that you added to the category sidebox. It created the link with the class "category-links". Change this to "categor2", which is the class used for your other links.

27 Feb 2010, 4:52 PM
#11
badvoc avatar

badvoc

New Zenner

Join Date:
Feb 2008
Posts:
45
Plugin Contributions:
0

Re: Better Together Promotional Page Contribution

lol now that I went and looked at it, I should have realised that, what can I say, it was getting late lol

Many thanks for the mod and the quick help :)