Zen Cart Logo
Forums / All Other Contributions/Addons / Cross Sell Not Working

Cross Sell Not Working

Locked

Views: 2,586

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
9 Apr 2007, 2:24 PM
#1
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Cross Sell Not Working

Hi there, my site is

http://www.amyzane.com/catalog -

i've added some cross sells in the admin and the admin works fine, however the cross selling products do not show up on my website, does anyone have any idea what is wrong?

16 Apr 2007, 4:06 AM
#2
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Cross Sell Not Working

Still no luck, reuploaded all files one by one.. admin works great, no luck in showing it in the site. Someone PLEASE HELP!

16 Apr 2007, 5:42 PM
#3
ttlntl avatar

ttlntl

New Zenner

Join Date:
Feb 2007
Posts:
31
Plugin Contributions:
0

Re: Cross Sell Not Working

Have you altered the files as per install instructions - 4 & 5

Open includes/languages/english/product_info.php
or includes/languages/english/YOUR_TEMPLATE/product_info.php
and add:
define('TEXT_XSELL_PRODUCTS', 'We Also Recommend :');
just above the final ?> and save it into includes/languages/english/YOUR_TEMPLATE/product_info.php

Now edit your product-info template file (tpl_product_info_display.php) and insert the following code
at the point where you wish the Cross-Sell box to appear. Usually best at the end of the file:

<?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>

just added it to my shop - worked first time

Hope that helps
John

16 Apr 2007, 6:20 PM
#4
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Cross Sell Not Working

Yes I've done all of that... checked it twice...

17 Apr 2007, 6:00 PM
#5
kjedwards avatar

kjedwards

New Zenner

Join Date:
Nov 2006
Posts:
31
Plugin Contributions:
0

Re: Cross Sell Not Working

Hi

I just installed and configured cross sell in 1.3.7 and I am getting the same problem - cross selling products do not show up on my website. Admin looks ok though.

Ideas would be appreciated

Kevin

17 Apr 2007, 7:15 PM
#6
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Cross Sell Not Working

You use Tabbed Products Lite?

17 Apr 2007, 8:04 PM
#7
kjedwards avatar

kjedwards

New Zenner

Join Date:
Nov 2006
Posts:
31
Plugin Contributions:
0

Re: Cross Sell Not Working

Just to let you know that I deleted and reinstalled the contribution files and it now seems to be working ok. Must have missed something or uploaded incorrectly first time round

18 Apr 2007, 2:40 PM
#8
trudesign avatar

trudesign

New Zenner

Join Date:
Feb 2006
Posts:
72
Plugin Contributions:
0

Re: Cross Sell Not Working

What contribution files? Do you mean all the files in the zip?

12 Jul 2007, 6:07 AM
#9
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Cross Sell Not Working

I see you have it working now...can you tell me how you fixed it?

26 Jul 2007, 12:47 AM
#10
pongky avatar

pongky

New Zenner

Join Date:
Jul 2007
Posts:
19
Plugin Contributions:
0

Re: Cross Sell Not Working

Very nicely put, I just did it also for my site, and it worked perfectly , thanks for being so helpful!