Anyone got this working on 1.5?
Anyone got this working on 1.5?
Try this:
Open /YOUR_ADMIN/includes/functions/extra_functions/ultimate_cross_sell.php
Find this line:
[INSERT INTO zen_configuration_group VALUES ('', 'Ultimate Cross Sell Settings', 'Set Ultimate Cross Sell Options', '1', '1')]
Change the two quote marks (I've highlighted in red) - to Null, so that it looks like so:
[INSERT INTO zen_configuration_group VALUES (Null, 'Ultimate Cross Sell Settings', 'Set Ultimate Cross Sell Options', '1', '1')]
And then try installing.
that worked.
I also had to change everywhere it was inserting into TABLE_CONFIGURATION, and
here:
the error was:Code:$db->Execute("INSERT INTO " . TABLE_CONFIGURATION . " (configuration_key, configuration_value) VALUES ('CROSS_SELL_NUM_OF_TABLES', '3')");
configuration_title does not have a default value.
Is this caused by installing on windows?
will it be a problem with other modules?
Thank you for your help
I have absolutely no idea - I merely gave you a solution I found at this thread:
http://www.zen-cart.com/forum/showthread.php?p=963265
<--- Google Whore
I'm currently working on an update to make Ultimate Cross Sell for Zen Cart compatible with Zen Cart 1.5.0. I will upload updates to github until I can upload a finalized version to the free Addons section. In this manner, anybody that would like to test it can do so and by so help by providing any suggestions, bug fixes etc... Please post your comments here so that I can work them into the update.
Thanks
Any idea when a working version might be available? I did not research well enough to know that it wouldn't work with 1.5 until I installed and found no install option in admin. Any of the other Cross Sell mods already working with 1.5?
Thanx!
I need a cross sell mod that I can display floating to the right side of the description on the product page, not in a center box nor in a side box. Just a box I create myself and insert the code for the cross sell items display. The problem with the mods I've looked at so far is they just use generic code for displaying such boxes, and that isn't what I need.
I also need to put it on the shopping cart page and have cross sells for all the shopping cart items combined display.
Will this mod do both of these things? I would just download and try it, but I'm confused and overwhelmed by the dozen different cross sell mods in the downloads.