Page 10 of 17 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 163
  1. #91
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Cross Sell Advanced [Support Thread]

    Updated this mod to add integration with Common Xsell Sort order

    https://www.zen-cart.com/downloads.php?do=file&id=2102

    Common XSell Sort Order has been coded for 1.5.5 only but could be backported to lower versions just by doing the appropriate merges.

    Common Cross Sell Sort Order allows you to set the cross sell sort order once per product (rather than once per cross sell).
    Last edited by swguy; 2 Sep 2016 at 12:00 PM.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #92
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Cross Sell Advanced [Support Thread]

    Quote Originally Posted by swguy View Post
    Updated this mod to add integration with Common Xsell Sort order

    https://www.zen-cart.com/downloads.php?do=file&id=2102

    Common XSell Sort Order has been coded for 1.5.5 only but could be backported to lower versions just by doing the appropriate merges.

    Common Cross Sell Sort Order allows you to set the cross sell sort order once per product (rather than once per cross sell).
    I have installed this update as well,.....everything works right in the admin section, but does NOT display in the catelog......I have been looking for weeks for a resolution but havn't found one. I have seen so many threads with the same problem but havnt seen a fix.

  3. #93
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Cross Sell Advanced [Support Thread]

    a) Is tpl_modules_xsell_products.php in includes/templates/YOUR_TEMPLATE/templates?

    b) Is xsell_products.php in includes/modules/YOUR_TEMPLATE ?

    c) Are you including this file in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    Code:
    <!--bof xsell module -->
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>
    <!--eof xsell module -->
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #94
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Cross Sell Advanced [Support Thread]

    Quote Originally Posted by swguy View Post
    a) Is tpl_modules_xsell_products.php in includes/templates/YOUR_TEMPLATE/templates?

    b) Is xsell_products.php in includes/modules/YOUR_TEMPLATE ?

    c) Are you including this file in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    Code:
    <!--bof xsell module -->
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>
    <!--eof xsell module -->
    The last part got me,.....I never saw in any instructions to add that to the file,.....It is displaying in catelog now, But says (TEXT_XSELL_PRODUCTS) how do I change that to say something else?

  5. #95
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Cross Sell Advanced [Support Thread]

    nevermind,....I got it....Thank you for your Help!!!!

  6. #96
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,291
    Plugin Contributions
    125

    Default Re: Cross Sell Advanced [Support Thread]

    Quote Originally Posted by Hollywood691 View Post
    The last part got me,.....I never saw in any instructions to add that to the file.
    If a mod includes a file like

    Code:
    ./includes/templates/YOUR_CLASSIC_RESPONSIVE/templates/tpl_product_info_display.php
    or

    Code:
    ./includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
    It means you either have to take these files and copy them into your cart, or merge the changes in these files (as compared to a fresh download of the same file) into your copy of the file.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #97
    Join Date
    May 2009
    Posts
    155
    Plugin Contributions
    0

    Default Re: Cross Sell Advanced [Support Thread]

    HI,

    Great Mod, but is there a way to change the order of the cross-sell items shown?
    I have noticed they seem to show in a totally random order - not alphabetical or in the order I add them.
    Thanks for any help

  8. #98
    Join Date
    Oct 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cross Sell Advanced [Support Thread]

    Hi Guys,
    I have this mod installed and it works perfectly. Is it possible to place a "add to cart button" below each of my x-sells rather than have to go to that item first?
    Thanks

  9. #99
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: Cross Sell Advanced [Support Thread]

    Quote Originally Posted by roeghar View Post
    Ok, a month or so later, I noticed a bump up in the version of this mod to cross_sell_plus_advanced_combo_1.3 2, so I had another go at it. Went through and striped out any files from older versions ( I've got several old ones in my downloads folder.) Don't think I missed any. But still the same results - admin/includes/auto_loaders/config.xsell.php breaks the admin and triggers the "WARNING: An Error occurred, please refresh the page and try again." Pull config.xsell.php out and admin comes back. Sill in Zencart 1.5.4.

    I checked in in server of mine running Zencart 1.5.1 to check what products were entered in cross-sell and then went back to my current install and realized that they were still working. Unfortunately, I have no cross sell and advanced cross sell in my drop down catalog menu so I can't add new products to the cross sell data base, which I really need to do.

    Any suggestions would sure be appreciated. I really miss this modules.

    Thanks
    I'm having this issue even is a new installation of the module, not an update.

    Quote Originally Posted by DrByte View Post
    That usually indicates a SQL error, and its details are in your /logs/ folder on the server.
    This FAQ (which I find by using the Search and pasting in the error message) speaks directly to that issue: http://www.zen-cart.com/content.php?...-and-try-again
    There's no error in any of my logs.

    Quote Originally Posted by gilby View Post
    You probably have remnants of a previous cross that did not get uninstalled completely before installing this version
    Using phpmyadmin search for the key in configuration
    MIN_DISPLAY_XSELL
    and then delete it
    I do not since it's a new installation.

    Quote Originally Posted by roeghar View Post
    Thanks to both gilby and DrByte

    First, I carefully repeated the edits to cache.php and sessions.php to make sure I hadn't messed up in making the changes. Still the same results: admin works fine with the edits until config.xsell.php is dropped into the auto_loaders folder. The only change is in the error message. Now returns: "WARNING: An Error occurred, please refresh the page and try again."

    Next, I searched and found in phpmyadmin the MIN_DISPLAY_XSELL configuration entry and deleted it. No change, same result. Then I also deleted MAX_DISPLAY_XSELL to see if that might help. Same results. Same error message.

    Again, I'm stuck. I appreciate the suggestions and am open to whatever else anyone can suggest.
    I don't have any table with xsell. The only one there is xsell1 which is from the Multi Cross Sell which I'm trying to substitute.

    ZC v1.5.5e (upgrade from 1.5.4)
    PHP Version: 5.6.30
    Database: MySQL 5.6.35
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #100
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Cross Sell Advanced [Support Thread]

    Quote Originally Posted by ideasgirl View Post
    Quote Originally Posted by DrByte View Post
    That usually indicates a SQL error, and its details are in your /logs/ folder on the server.
    This FAQ (which I find by using the Search and pasting in the error message) speaks directly to that issue: http://www.zen-cart.com/content.php?...-and-try-again
    There's no error in any of my logs.
    Perhaps. But "Warning: An error occurred, please refresh the page" always means a database error is occurring. So, somewhere you're missing a table, or using incorrect SQL syntax when making queries. The FAQ article gives additional ways of diagnosing.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 10 of 17 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  4. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  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