Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
stevehdp
I installed multi cross sell and it worked great. at some point I was trying to get another module to work (ceon_uri-mapping) and I couldn't get it to work so I deleted the product data base tables and then reloaded them. It didn't fix the uri mapping problem and now multi cross sell no longer displays on my product page. When i go into catalog>multi cross sell it has cross sell data loaded but it doesn't display. I tried removing and reinstalling multi cross sell but it doesn't change anything. Don't know what I did to break it.
Post a direct link to product page that you know (and have checked and confirmed) has a cross sell for it.
1 Attachment(s)
Re: Multi Cross Sell mod [Support thread]
Re: Multi Cross Sell mod [Support thread]
Having done this...The cross sells are working for the items that are listed in "list current cross sells" I guess the issue I am having is not all of the cross sells are being uploaded. They are in my management system but not all are being populated I guess. Must be a problem with my upload. Thank you so much for the support.
Re: Multi Cross Sell mod [Support thread]
Hi
I have a fresh 1.5.1 install with Multi cross sell v.103. Installing went fine and the module works nicely. However, I have a multilingual shop and I could not figure out how to get the headings work with both languages. English side works fine but the Swedish admin side says "The heading for this Cross Sell has not been defined in the Catalog".
Tried copying the includes\languages\english\extra_definitions\mytemplate\multi_xsell_box_defines. php to includes\languages\swedish\extra_definitions\mytemplate. This worked for the header namings but then adding the products to cart on the Swedish side gave me a blank page. Logs are showing this error message:
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/user/mysite.se/includes/languages/swedish/extra_definitions/mytemplate/multi_xsell_box_defines.php:1) in /home/user/mysite.se/includes/functions/functions_general.php on line 45
Could somebody please advice how I can get the headers working correctly in multilingual site. Thank you!!
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
Strelizia
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/user/mysite.se/includes/languages/swedish/extra_definitions/mytemplate/multi_xsell_box_defines.php:1) in /home/user/mysite.se/includes/functions/functions_general.php on line 45
Take a look at this article
http://www.zen-cart.com/content.php?...s-already-sent
Remove any blank spaces / lines after the final closing ?> in your new swedish file
See if that solves your problem?
Re: Multi Cross Sell mod [Support thread]
Also check for space(s) and/or blank line(s) before the opening <?php tag, as it is referencing line 1 ...
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
Remove any blank spaces / lines after the final closing ?> in your new swedish file
See if that solves your problem?
Yes - this worked!! Thank you so much :hug:
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
Ajeh
Also check for space(s) and/or blank line(s) before the opening <?php tag, as it is referencing line 1 ...
Ooops Yes I missed that..
Quote:
Originally Posted by
Strelizia
Yes - this worked!! Thank you so much :hug:
Glad its working for you now.
Re: Multi Cross Sell mod [Support thread]
Hello,
Does this module have any compatibility issues with Tabbed Products Pro (doesn't need to be in a tab as long as it works) and Ceon URI Mapping?
Thank you
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
uncharted
Hello,
Does this module have any compatibility issues with Tabbed Products Pro (doesn't need to be in a tab as long as it works) and Ceon URI Mapping?
Thank you
It doesn't work in a Tab.
It works as a center box on the product info page. So... assuming you can still have center boxes on the product info page, then it should work.
I don't see Ceon URI Mapping having any influence on this mode.