Page 70 of 71 FirstFirst ... 206068697071 LastLast
Results 691 to 700 of 703
  1. #691
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Just another Cross-Sell mod (support thread)

    To confirm that you are not just missing a setting, go to the Tools ... Developers Tool Kit ...

    In the Top input box enter:
    MIN_DISPLAY_XSELL

    select NONE from the dropdown and click SEARCH ...

    Does anything come up?

    If, not, in the bottom input box enter:
    MIN_DISPLAY_XSELL

    select Catalog ... and click SEARCH ...

    do you see any define for MIN_DISPLAY_XSELL in the list?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #692
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by Ajeh View Post
    To confirm that you are not just missing a setting, go to the Tools ... Developers Tool Kit ...

    In the Top input box enter:
    MIN_DISPLAY_XSELL

    select NONE from the dropdown and click SEARCH ...

    Does anything come up?

    If, not, in the bottom input box enter:
    MIN_DISPLAY_XSELL

    select Catalog ... and click SEARCH ...

    do you see any define for MIN_DISPLAY_XSELL in the list?
    Thanks! I did check that and here's what I found:

    Line #25 : if (!defined('MIN_DISPLAY_XSELL')) define('MIN_DISPLAY_XSELL',1);

    is in the file /includes/extra_datafiles/xsell_definitions.php

    This mod is definitely not fully packaged as there are missing files as well.

    If I use the code to display the cross sell on the product page, it works so the mod in part is working but the sidebox for it is not.

    Thanks for your input.

  3. #693
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Just another Cross-Sell mod (support thread)

    Check the add on that the xsell sidebox needs to work and see if you have missed a peice to manage this ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #694
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by Ogrelink View Post
    Hi yellow1912,

    First of all, I would like to thank you for this great module.

    I installed cross sell module and it adds the cross sell product just fine. However, I cannot edit the cross sell list. When I click edit all Xsell, I got the following error

    Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/edit.php)

    I can't show the list of the Xsell product either with similar error

    Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/list.php)

    I tried to find edit.php and list.php from the .zip module, but I can't find it them.

    Are those feature still under development or am I missing something here?

    Thank you,

    Ogrelink


    Has there been any resolution to the issue of these missing files? I assume not, since no-one has made an update here. Does anyone know of an equivalent add-on that accomplishes the same thing as this one?

  5. #695
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default multi_cross_sell_v1.00

    I just installed "multi_cross_sell_v1.00" on my website. I am currently using Zencart 1.38a version.

    I saw "multi_cross_sell" shown up in the admin, but when I tried to cross sell some products, I received the following message in the Product Information page:

    "1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from products_xsell1 xp, products p, products_description pd where xp.products_id = '214' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by xp.sort_order asc limit ]"

    or you can access the following link:

    http://gemzngoldjewelry.com/1388-14k...arine-214.html

    Please show me how to fix the problem. Thanks so much for your help and support.

  6. #696
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: multi_cross_sell_v1.00

    Quote Originally Posted by ttmb33 View Post
    I just installed "multi_cross_sell_v1.00" on my website. I am currently using Zencart 1.38a version.

    I saw "multi_cross_sell" shown up in the admin, but when I tried to cross sell some products, I received the following message in the Product Information page:

    "1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from products_xsell1 xp, products p, products_description pd where xp.products_id = '214' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by xp.sort_order asc limit ]"

    or you can access the following link:

    http://gemzngoldjewelry.com/1388-14k...arine-214.html

    Please show me how to fix the problem. Thanks so much for your help and support.
    Wrong support thread..
    See here:
    http://www.zen-cart.com/forum/showth...=158571&page=4
    Posts 31 - 34

  7. #697
    Join Date
    Dec 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Does this module work with zen cart 1.3.9?

  8. #698
    Join Date
    Mar 2011
    Posts
    52
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Where are the uninsall instructions for this? I was hoping to use a different mod but I don't see any uninstall instructions with it. Uninstall for mod manager also would be very helpful if you have it.

  9. #699
    Join Date
    Dec 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Hello,

    I cannot see the screenshot that you put in the explanation:
    https://svn.rubikintegration.com/zen...screenshot.gif

    Do you have another link?

  10. #700
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Trying now to uninstall cross_sell__just_another_cross_sell_mod_rev186 but can not find proper uninstall instructions.

    I want to switch to Ultimate Cross Sell mod but need to uninstall this one first. Anybody done it?
    Live and learn... the Zen way.

 

 
Page 70 of 71 FirstFirst ... 206068697071 LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Trying to fully uninstall Cross Sell Just Another Mod
    By 1105designs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Oct 2011, 04:03 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 - just another cross sell mod"
    By australican in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 05:17 AM

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