Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
Cookiepus
Hi
i had to remove all the multi cross sell files entirely.
when i clicked on any of my product thumbnail/links to view product page the page was blank :no:
when i removed all the multi cross files they came back, thank God.
still need a mod like this though.
eg we have a product category 'coffee tables'
when a visitor looks at 'Acme coffee table'
i want the to see below listing...also in this range...
-'acme bookshelf' 'acme lamp table' etc
any help advice appreciated.
Cookie
Almost certainly to do with the file
tpl_product_info_display.php if you merged it with the original instead of putting it in the overide folder
You can use this to debug
http://www.zen-cart.com/index.php?ma...roducts_id=860
Also https://www.zen-cart.com/tutorials/index.php?article=82
Re: Multi Cross Sell mod [Support thread]
Thank you very much!
i'll try this out later today
Cookie
Re: Multi Cross Sell mod [Support thread]
How do I get the price to be center under the cross sell product title?
http://frompropertorocker.com/index....oducts_id=1520 It looks horrible when it's just one cross sell product.
It doesn't look so bad when there is more than one like here but the price is still off centered.
Thanks!
Re: Multi Cross Sell mod [Support thread]
Does anyone know how to set up the cross sell as a sidebox instead of having it under the products??
Cheers
Phil
Re: Multi Cross Sell mod [Support thread]
I tried to delete both MAX_DISPLAY_XSELL and MIN_DISPLAY_XSELL, but the problem still exists as #34. Anyone who followed instructions on #32 and got the problem fixed. Please show me the steps that you went through. Thanks so much.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
I am assuming you had a previous cross sell installed??
Almost certainly some of the previous mods configuration values are still there.
Search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
And delete this entry.
While you at it see if "MIN_DISPLAY_XSELL" is also there and delete it as well
I tried to delete them, but I don't get the problem fixed. The error message is similar to #29.
Anyone who get the problem fixed, please show me the procedures how to fix the problem. Thanks so much.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
ttmb33
I tried to delete them, but I don't get the problem fixed. The error message is similar to #29.
Anyone who get the problem fixed, please show me the procedures how to fix the problem. Thanks so much.
Not sure what you have done...
Did you find MAX_DISPLAY_XSELL?
Did you then try to delete it but this key is still there?
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
Same problem as in Post# 29
Answer is in Post# 31
You will need something like phpmyadmin to search the configuration table for configuration_key = "MAX_DISPLAY_XSELL"
And then delete it.
I also have this problem but it is happening on a fresh 1.3.9h install with no previous versions installed. In this case, post #31 does not apply. Please help.
Thanks
Re: Multi Cross Sell mod [Support thread]
I installed this on my site. I am able to add items to the xsell in admin but when I go to the page it throws 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 ntt_zen_products_xsell1 xp, ntt_zen_products p, ntt_zen_products_description pd where xp.products_id = '1665' 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 ]
Re: Multi Cross Sell mod [Support thread]
I did install Cross Sell - Just Another Cross Sell Mod previously.