Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Feb 2011
    Location
    Between London and Cetinje
    Posts
    107
    Plugin Contributions
    0

    Default Multi Cross Sell Module

    Hi,

    I installed Multi Cross Sell Module and it works fine. I've got recommended products but the title of the box "We recommend" is not shown. I haven't got a clue why. Here are how my files look like:

    tpl_product_info_display.php
    <!-- BEG: Multi Cross-Sell mod -->
    <?php
    // THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY ALL THE CROSS_SELL BOXES:
    if(defined('MXSELL_ENABLED') && MXSELL_ENABLED == 'true') {
    for ( $mxsell = 1; $mxsell <= MXSELL_NUM_OF_TABLES; $mxsell++ ) { // show all cross sells
    require($template->get_template_dir('tpl_modules_multi_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_multi_xsell_products.php');
    }
    }
    ?>
    <!-- END: Multi Cross-Sell mod -->

    2. product_info.php

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

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

    Thnx.
    Last edited by Lazar; 22 May 2011 at 08:16 PM.

 

 

Similar Threads

  1. v151 Multi Cross Sell V1.03
    By ttmb33 in forum Customization from the Admin
    Replies: 4
    Last Post: 26 Sep 2013, 02:48 AM
  2. v151 Multi Cross Sell
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 30 Jul 2013, 12:04 AM
  3. Which one? Multi Cross Sell vs Ultimate Cross Sell?
    By Renz in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Jul 2013, 08:30 AM
  4. v150 Multi Cross Sell
    By ttmb33 in forum Customization from the Admin
    Replies: 1
    Last Post: 7 Dec 2012, 03:12 AM
  5. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg