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?
Printable View
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
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?)
Catalog->Multi Cross-Sell is correct
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)
The download is correct, "admin\multi_xsell.php"
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?
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 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:
Any ideas on what could be causing this?Quote:
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 ]
Thanks!