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?
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
Ajeh
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.
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 ...
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
Ogrelink
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?
Re: multi_cross_sell_v1.00
Quote:
Originally Posted by
ttmb33
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
Re: Just another Cross-Sell mod (support thread)
Does this module work with zen cart 1.3.9?
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.
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?
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?