Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41
  1. #21

    Default Re: Cross Sell Plus Advanced Sell Combo

    Thank you for this excellent mod and updated for v.1.5 ; )
    Listen to the music of the Earth, Dance to the rhythm of Life. -- www.naspex.info -- www.bamboomoon.at --

  2. #22
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    faristababa,

    Thank you for the reply. I have been waiting patiently for some help. You lost me here. I am not sure what I am suppose to do. Can you clarify a bit for me.

    Thanks in advance..

    Quote Originally Posted by faristababa View Post
    Step 5 NEW ;)

    5. Rename the /includes/languages/English/YOUR_TEMPLATE
    And /includes/modules /YOUR_TEMPLATE
    And /includes/templates/ YOUR_TEMPLATE
    directory to match your own TEMPLATE
    directory folder name.

  3. #23

    Default Re: Cross Sell Plus Advanced Sell Combo

    You have to change the YOUR_TEMPLATE folder to have the same Template name you are using in your Zen cart.
    Go to admin – tools - Template Selection – you can see now your Template Name.

    This is the name you are using in your Zen cart now you have to change the YOUR_TEMPLATE folder to have this name.
    Sample: (templat12345)
    5. Rename the /includes/languages/english/ templat12345
    And /includes/modules / templat12345
    And /includes/templates/ templat12345

    directory to match your own TEMPLATE directory folder name.
    Listen to the music of the Earth, Dance to the rhythm of Life. -- www.naspex.info -- www.bamboomoon.at --

  4. #24
    Join Date
    Jun 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Hi,

    I have just installed this plug in and everything is working great!

    However, I'm kinda stuck right now.

    1. I'm trying to show random products instead of fixing into certain products only. I want the customers to see different products when they refresh the page.

    2. I can't find an easier way to include all the products in cross sell. The only way I can find is to checking the box 1 by 1 for every single products.

    I found this at the sample:

    <!-- 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 -->

    But nothing shows up when I applied it.

    Anybody have suggestions?

  5. #25
    Join Date
    Apr 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    I backed up the database then I installed the plug in. The installation went awry, so I deleted the changes to product_info.php and product_info_display.php. My product pages not display BLANK. Please help!!

  6. #26
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Installing after an upgrade to 1.5.1. In the admin, all appears good and functions properly. However, the cross-sells do not appear on the product page.

    I have added the required bit of code to tpl_product_info_display.php (I tried various locations):
    Code:
    <!-- BEG: Multi Cross-Sell mod -->
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');?>
    <!-- END: Multi Cross-Sell mod -->
    And to product_info.php:
    Code:
    define('TEXT_XSELL_PRODUCTS', 'Related Products');
    I'm using the over-ride system throughout.

    FYI: I was unable to run the SQL Patch because the this is an upgrade and the SQL was already in place. However, I don't believe that is the cause of the issue because all files are present in the admin.

    Any suggestions? Thanks!

  7. #27
    Join Date
    May 2013
    Location
    Madrid, Spain
    Posts
    9
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    I am having the exact same problem.

    Have you manage to solve it? Anybody?

    Thanks

  8. #28
    Join Date
    May 2013
    Location
    Stratford, Wi
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    I just installed this mod on one of my websites but the Cross Sell does not show up in the catalog drop down. I tried what was mentioned in page 2 of this discussion but it give me 2 errors as follows...
    1. The language key entered has not been defined. Please check that it has been spelt correctly.
    2. Error The filename definition entered does not exist. Please check that it has been spelt correctly

    I typed everything in as stated in the Admin Page Registration but no luck so far. Any help would be greatly appreciated. I am running 1.50.

  9. #29
    Join Date
    May 2013
    Location
    Stratford, Wi
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    No luck so far. I have tried several things and so far no known fix.

  10. #30
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    I am having the same problem:

    I am using v1.5.1.

    I have done all of the above including:

    (includes/templates/aberdeen_neutral/templates/tpl_product_info_display.php) and still nothing shows up on the product page.

    This is where it should be: http://www.petluxuryboutique.com/ind...ducts_id=34048

    Thanks in advance,

    Silver

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. v155 cross sell advanced
    By Hollywood691 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Aug 2016, 01:14 PM
  2. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  3. v151 Cross sell Advanced Combo v1.50
    By SilverHD in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 8 Sep 2013, 11:32 PM
  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 and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR