Quote Originally Posted by Lazar View Post
2. product_info.php

define('TEXT_MULTI_XSELL_PRODUCTS', 'We Also Recommend:');

Here is the link: http://demo-shop.infocom.co.me/

Thnx.
You must be "mixing" your mods"
This mod doesn't use the file "product_info.php" at all?

Also it doesn't use this define either
define('TEXT_MULTI_XSELL_PRODUCTS', 'We Also Recommend:');
Thats from another mod.

The language defines required are in
\includes\languages\english\extra_definitions\YOUR_TEMPLATE\multi_xsell_box_defi nes.php
and have a "number" in them
Such as:
define('TEXT_MXSELL1_PRODUCTS', 'Suggested Matching Items...');
define('TEXT_MXSELL2_PRODUCTS', 'We also Suggest...');
define('TEXT_MXSELL3_PRODUCTS', 'Suggested Cross Sell 3...');

If you want this mod to work correctly
You need to "uninstall" any previous cross sell mods
and remove all of their files first.