No you don't
You may need to apply a bug fix shown in post 291
Printable View
Hi, I've installed 1.02 on Zencart 1.3.9h it works but I have a problem:
1. the header of each cross sell soes not show up (like "Suggested Matching Items...")
2. how and where could I change this title?
You can see it in action here: http://tinyurl.com/d5h768d
Thanks for your help!
Stefano
hi there, i'm very new here and i have a problem for this mod. i looked everywhere and i cat find any answers. After installing it everithing works great but im getting an error on a red bar on top of admin page saying quote "Error: The Multi Cross Sell Admin Page is already registered in the Catalog Menu." I cant find anything on this error on this forum nor in the google search. Here is the log from cache file:"[14-Oct-2012 23:16:56] PHP Warning: array_unique() [<a href='function.array-unique'>function.array-unique</a>]: The argument should be an array in C:\CustomerData\webspaces\webspace_00140483\wwwroot\mccarthys1.wbt-pc.com\administration1409\includes\functions\extra_functions\multi_xsell.php on line 70
[14-Oct-2012 23:16:56] PHP Warning: array_values() [<a href='function.array-values'>function.array-values</a>]: The argument should be an array in C:\CustomerData\webspaces\webspace_00140483\wwwroot\mccarthys1.wbt-pc.com\administration1409\includes\functions\extra_functions\multi_xsell.php on line 71
[14-Oct-2012 23:16:56] PHP Warning: Invalid argument supplied for foreach() in C:\CustomerData\webspaces\webspace_00140483\wwwroot\mccarthys1.wbt-pc.com\administration1409\includes\functions\extra_functions\multi_xsell.php on line 73"
Any help much appreciated.
I installed Multi Cross Sell 1.03 to Zen Cart 1.5.0 and it works fine for my "superuser" profile. But when I create another profile for someone else, and check the checkbox for permission for that profile and user to use multi cross sell in the "Catalog" menu, the link to it appears for that user, but when clicked on they get the message: "Sorry, your security clearance does not allow you to access this resource. Please contact your site administrator if you believe this to be incorrect. Sorry for any inconvenience."
I tried uninstalling and reinstalling, and then giving permission again. Still does not work for any but the original profile.
Did you try the two fixes in the Bug Fixes for v1.5.0:
http://www.zen-cart.com/showthread.p...29-with-v1-5-0
Fix found
Edit admin/includes/extra_datafiles/multi_xsell_definitions.php
Findchange toPHP Code:
define('FILENAME_MXSELL_PRODUCTS', 'multi_xsell.php');
iow remove the '.php' from the end of the filenamePHP Code:
define('FILENAME_MXSELL_PRODUCTS', 'multi_xsell');
Thanks so much, Gilby! Worked like a charm.
Linda, the bug fix "can't update an Admin Profile's checkboxes for assigned permissions" doesn't seem to fit my version of admin/profiles.php - which has neither the line of code that needs fixing:
<form id="profileBoxes" name="profileBoxes" action="<?php echo zen_href_link(FILENAME_PROFILES) ?>" method="post">
-nor the fix code:
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=update') ?>
The line it has instead of those two is
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=insert') ?>
I guess that means my file is OK?
Are you running Zen Cart v1.5.0? :lookaroun