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?
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?
Still no luck, reuploaded all files one by one.. admin works great, no luck in showing it in the site. Someone PLEASE HELP!
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
Yes I've done all of that... checked it twice...
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
You use Tabbed Products Lite?
Very nicely put, I just did it also for my site, and it worked perfectly , thanks for being so helpful!