Page 34 of 48 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 476
  1. #331
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by jason.b View Post
    I have just installed this mod, but from the admin screen when I click install I get a blank screen.

    I am running zencart 1.5

    Do I need to install the original version first ?
    No you don't

    You may need to apply a bug fix shown in post 291

  2. #332
    Join Date
    Aug 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    No you don't

    You may need to apply a bug fix shown in post 291
    You are a star, worked straight the way !

  3. #333
    Join Date
    Aug 2009
    Posts
    128
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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

  4. #334
    Join Date
    Oct 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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.

  5. #335
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    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.

  6. #336
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by seattleannie View Post
    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.
    Just checked and confirmed that this is a bug
    I will check for a fix over the weekend.

  7. #337
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multi Cross Sell mod [Support thread]

    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
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #338
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by seattleannie View Post
    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.
    Fix found
    Edit admin/includes/extra_datafiles/multi_xsell_definitions.php
    Find
    PHP Code:
    define('FILENAME_MXSELL_PRODUCTS''multi_xsell.php'); 
    change to
    PHP Code:
    define('FILENAME_MXSELL_PRODUCTS''multi_xsell'); 
    iow remove the '.php' from the end of the filename

  9. #339
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    Fix found
    Edit admin/includes/extra_datafiles/multi_xsell_definitions.php
    Find
    PHP Code:
    define('FILENAME_MXSELL_PRODUCTS''multi_xsell.php'); 
    change to
    PHP Code:
    define('FILENAME_MXSELL_PRODUCTS''multi_xsell'); 
    iow remove the '.php' from the end of the filename
    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?

  10. #340
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multi Cross Sell mod [Support thread]

    Are you running Zen Cart v1.5.0?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 34 of 48 FirstFirst ... 24323334353644 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR