Re: Multi Cross Sell mod [Support thread]
Thanks, gilby.
Checked the debug and found the problem here:
Quote:
[19-Feb-2012 12:01:15] PHP Warning: require(../includes/languages/english/extra_definitions/multi_xsell_box_defines.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/content/52/6977852/html/admin8dr7kj34/multi_xsell.php on line 222
[19-Feb-2012 12:01:15] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '../includes/languages/english/extra_definitions/multi_xsell_box_defines.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/52/6977852/html/admin8dr7kj34/multi_xsell.php on line 222
It looks like the "multi_xsell_box_defines.php" in the install package should be located at languages/english/extra_definitions/ instead of going all the way to languages/english/extra_definitions/YOURTHEME/ .
Works like a charm now. Thanks for this great addon!
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
bhensarl
Thanks, gilby.
Checked the debug and found the problem here:
It looks like the "multi_xsell_box_defines.php" in the install package should be located at languages/english/extra_definitions/ instead of going all the way to languages/english/extra_definitions/YOURTHEME/ .
Works like a charm now. Thanks for this great addon!
Yes thats one way around that problem!
Now all you have to do is rename your admin again as you have posted it for all to see.
Re: Multi Cross Sell mod [Support thread]
Which facebook addon works best for the social media button for this mod?
Thanks
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
perkiekat
Which facebook addon works best for the social media button for this mod?
Thanks
I haven't tried it with any of the available mods here...
It is basically a placeholder in the mod that can be used for social media, (or other purposes).
You need to have a good understanding of how to setup Open Graph variables on the product info pages for the sample code to work correctly.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
I haven't tried it with any of the available mods here...
It is basically a placeholder in the mod that can be used for social media, (or other purposes).
You need to have a good understanding of how to setup Open Graph variables on the product info pages for the sample code to work correctly.
Thank you for the info. Where is the "placeholder" for social media located at within this mod?
I checked the documentation and I do not see any information pertaining to where it is located. Maybe I missed it??
Thank you
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
perkiekat
Thank you for the info. Where is the "placeholder" for social media located at within this mod?
I checked the documentation and I do not see any information pertaining to where it is located. Maybe I missed it??
Thank you
includes\modules\YOUR_TEMPLATE\multi_xsell_products.php
line 65 has the default placeholder code
line 72 has the sample "commented out" facebook code
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
includes\modules\YOUR_TEMPLATE\multi_xsell_products.php
line 65 has the default placeholder code
line 72 has the sample "commented out" facebook code
Thanks, but not sure how to make this work ... :shocking:
so I will pass on it right now until I can dig deeper. Will just add the Like button for now in the site.
Re: Multi Cross Sell mod [Support thread]
Hello Gilby,
I was wondering if you will be releasing a new version for 1.5.0?
Best Regards
Re: Multi Cross Sell mod [Support thread]
Multi Cross Sell has now been updated to work with zen-cart v1.5.0
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
Woo-Hoo! :clap:
Thanx Gilby!