Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Cross-Sell Mod Not Showing Up, Works Fine in Admin

    thanks for your help...

    somehow that didn't work for me....guess I'll have to keep on trying to figure out what went wrong. Thanks!

  2. #2
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Cross-Sell Mod Not Showing Up, Works Fine in Admin

    For anyone else happening upon this issue, don't forget to read the installation instructions for this mod... it's not like your typical add-on installation.

    Steps 4-6 are very important.

    You should not upload the example files, but merge them with the files that are currently inside your site.

    This includes adding the following code to includes/languages/english/product_info.php (an other relevant language files ie product_music_info.php, document_general_info.php, etc)

    PHP Code:
    define('TEXT_XSELL_PRODUCTS''Related Products'); 
    And also adding the following to includes/templates/YOUR_TEMPLATE/product_info_display.php

    PHP Code:
    <!-- BOF: Cross-Sell information -->
    <?php
    // THIS CODE WOULD BE ADDED INTO YOUR TPL_PRODUCT_INFO_DISPLAY.PHP WHEREVER YOU WANT TO DISPLAY THE CROSS_SELL BOX:
      
    require($template->get_template_dir('tpl_modules_xsell_products.php'DIR_WS_TEMPLATE$current_page_base,'templates'). '/' 'tpl_modules_xsell_products.php');
    ?>
    <!-- EOF: Cross-Sell information -->
    Good luck, it's a great mod when you get it working :)

 

 

Similar Threads

  1. v150 Cross sell not showing up in Admin/Configuration
    By breauxlg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2012, 02:37 PM
  2. We Also Reccomend showing up twice using Cross Sell Mod
    By nolsowski in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 13 Dec 2010, 02:51 AM
  3. Cross-Sell Works on Some Items & Not Others?
    By acreativepage in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 16 Oct 2010, 06:11 AM
  4. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  5. Cross Sell works in admin, but not in store
    By gothstone in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 23 Mar 2007, 01:40 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