Thread: Cross Sell

Results 1 to 10 of 131

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    148
    Plugin Contributions
    0

    Default Re: Cross Sell

    I am using image handler along with cross sell. Right now my additional images appear below my cross sell box, and I would like it to appear above the box. I'm not sure which files of which plug-in I need to alter, so I'm asking on both support threads. Thanks.

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Cross Sell

    Quote Originally Posted by Qwert302 View Post
    I am using image handler along with cross sell. Right now my additional images appear below my cross sell box, and I would like it to appear above the box. I'm not sure which files of which plug-in I need to alter, so I'm asking on both support threads. Thanks.
    You can edit your tpl_product_info_display.php file to move where the cross sell box displays.

  3. #3
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cross Sell

    I've been using cross sell for awhile now, however I had direct checkout system so it never actually worked in the way it was meant to meaning, it would never really show the products people purchase but only the products i added manually to show. THe problem is now that my checkout system is working fine at the shopping cart page it shows we recommend, and what others have purchased now.

    I tried removing the line

    "<?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ?>"

    but it removes we recommend as well as what others have purchased, how do i remove just what others have purchased?

  4. #4
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cross Sell

    I think I found it but I get


    Warning: Division by zero in mypath/cart_upsell.php on line 120


  5. #5
    Join Date
    Jun 2005
    Location
    Austin, Texas, US
    Posts
    216
    Plugin Contributions
    0

    Default Re: Cross Sell

    teebo,

    I think you mean to hide the Also Purchased box? To do so I believe you can just go in the Zencart admin to Configuration > Product Info and change the Also Purchased Products per row to 0. I can't recall if there might also be another switch for that.

  6. #6
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cross Sell

    Quote Originally Posted by jacdesigner View Post
    teebo,

    I think you mean to hide the Also Purchased box? To do so I believe you can just go in the Zencart admin to Configuration > Product Info and change the Also Purchased Products per row to 0. I can't recall if there might also be another switch for that.

    Yeah thanks forgot to mention I figured it out.

  7. #7
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cross Sell

    Does this have to do with this mod, get it when I add 13 products to cart


    Got this error when I tried to add 13 products



    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 '-1)' at line 1
    in:
    [(select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '31' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '99' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '86' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '94' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '9' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '100' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '12' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '11' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '91' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '90' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '81' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '8' 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.products_id asc limit 2) UNION (select p.products_id, p.products_image from widgetproducts_xsell xp, widgetproducts p, widgetproducts_description pd where xp.products_id = '13' 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.products_id asc limit -1)]

 

 

Similar Threads

  1. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  2. 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
  3. 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
  4. Cross Sell and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 PM
  5. cross sell and cross sell in cart
    By g0d4lm1ty in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 17 Dec 2006, 01:35 AM

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