Page 7 of 48 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 476
  1. #61
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    \includes\modules\YOUR_TEMPLATE\multi_xsell_products.php
    would be the place to start
    Thanks!
    I have managed to get the product name to be beside the image using css (thanks to your tableless design) and just need one more thing.
    How can I truncate the product name?

  2. #62
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Berserker View Post
    Thanks!
    I have managed to get the product name to be beside the image using css (thanks to your tableless design) and just need one more thing.
    How can I truncate the product name?
    Managed to truncate the product name by editing line 67. Changed it to below (last part of the line)

    zen_trunc_string($xsell_query->fields['products_name'],35)

    If this is the wrong way of doing it, please correct me.

  3. #63
    Join Date
    Oct 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I have recently installed the latest version of Zen cart and added the multi cross sell mod.

    Everything is great except for the cross products are listed several times on the page, please see attached link

    I am sure I have done something wrong but cant work it out. Any help would be good. Thanks

    Trice

    http://www.styleuboutique.com/catalo...roducts_id=168

  4. #64
    Join Date
    Nov 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi, I'm having trouble setting up this add-on.

    The instructions say to go to Admin->Configuration->Multi Cross Sell to install, but that link is not in the Configuration menu.

    From previous posts on this thread it sounds like the correct place to install is actually Catalog > Multi Cross-Sell, but when I go to that page it takes me back to the home page of the site. (Not the home page of the admin, the site's home page.)

    I removed a previous cross-sells add-on before installing multi cross-sells. I deleted the files only: I didn't make any changes to the database.

    Any ideas of what could be causing this problem would be appreciated. Thanks!

    (Also, the readme says that the file path is "admin\includes\multi_xsell.php", but in my download that file was in "admin\multi_xsell.php". Which is correct?)

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

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by aeolidia2 View Post
    Hi, I'm having trouble setting up this add-on.

    The instructions say to go to Admin->Configuration->Multi Cross Sell to install, but that link is not in the Configuration menu.

    From previous posts on this thread it sounds like the correct place to install is actually Catalog > Multi Cross-Sell, but when I go to that page it takes me back to the home page of the site. (Not the home page of the admin, the site's home page.)
    Catalog->Multi Cross-Sell is correct

    Quote Originally Posted by aeolidia2 View Post
    I removed a previous cross-sells add-on before installing multi cross-sells. I deleted the files only: I didn't make any changes to the database.

    Any ideas of what could be causing this problem would be appreciated. Thanks!
    You should have uninstalled the previous version
    Use the uninstall sql for that version to remove it
    (Don't remove the xsell database if you want to reuse it)

    Quote Originally Posted by aeolidia2 View Post
    (Also, the readme says that the file path is "admin\includes\multi_xsell.php", but in my download that file was in "admin\multi_xsell.php". Which is correct?)
    The download is correct, "admin\multi_xsell.php"

  6. #66
    Join Date
    Jan 2010
    Posts
    62
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I installed the mod, and I made 5 cross sells.
    But they are not showing on my site.
    https://webstore.jellybeanfabrics.co...iv2lrprbj22pi4
    This product should link to the corresponding kit.
    My settings under config are set to true so it should be on, right?

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

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Andi98640 View Post
    I installed the mod, and I made 5 cross sells.
    But they are not showing on my site.
    https://webstore.jellybeanfabrics.co...iv2lrprbj22pi4
    This product should link to the corresponding kit.
    My settings under config are set to true so it should be on, right?
    You have a custom tpl_product_info_display.php file
    You haven't "merged" the display code into this

    You will find sample code in the mod here
    \includes\templates\YOUR_TEMPLATE\templates\SAMPLE_ADDITION_TO_tpl_product_info_ display.php

  8. #68
    Join Date
    Aug 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi, hoping this is just a quick one, I've installed CrossSell and is working pretty much perfectly, problem is though that I want the related products to be all on one row - for some reason it's on two rows. Does anyone have any clue as to how they can all be on one row?

    http://www.chichairandbeauty.co.uk/b...&products_id=3

  9. #69
    Join Date
    Aug 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by coxdabd View Post
    Hi, hoping this is just a quick one, I've installed CrossSell and is working pretty much perfectly, problem is though that I want the related products to be all on one row - for some reason it's on two rows. Does anyone have any clue as to how they can all be on one row?

    http://www.chichairandbeauty.co.uk/b...&products_id=3
    I've fixed it. If any Googler should stumble across this, the way to add more related products to a row is in the MySQL database in the 'configuration' table.

  10. #70
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I've just installed this on a 1.3.9h store. It replaced the Advanced Cross-Sell mod in the old 1.3.8a store which I am upgrading. I renamed the products_xsell table to products_xsell1. In the admin, everything looks great, I can see all the cross-sells. However, on the product page that the customer sees, I get this error:

    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 = '474' 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 ]
    Any ideas on what could be causing this?

    Thanks!
    Danielle

 

 
Page 7 of 48 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 153
    Last Post: 19 Mar 2024, 08:22 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. 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
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 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