Results 1 to 10 of 476

Hybrid View

  1. #1
    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

  2. #2
    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?

  3. #3
    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!]
    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!

  4. #4
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by Ajeh View Post
    Are you running Zen Cart v1.5.0?
    Yes, I am.

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

    Default Re: Multi Cross Sell mod [Support thread]

    Go to your Zen Cart Admin to the Tools ... Developers Tool Kit ... and do a search in the bottom input box on:
    <form id="profileBoxes"

    and select Admin from the dropdown and click SEARCH ...

    Does anything come up?
    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!]
    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!

  6. #6
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi...I installed a fresh install on my Zen cart and I am getting this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7
    in:
    [CREATE TABLE IF NOT EXISTS zen_products_xsell1 ( `ID` int(10) NOT NULL auto_increment, `products_id` int(10) unsigned NOT NULL default '1', `xsell_id` int(10) unsigned NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`ID`), KEY `idx_products_id_xsell` (`products_id`) ) TYPE=MyISAM]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I did look for the configuration_key MAX_DISPLAY_SELLX suggested in post 31 but there in nothing in my database.

    Any ideas? Thanks for your help!!! :)

  7. #7
    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 amandavz View Post
    Hi...I installed a fresh install on my Zen cart and I am getting this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7
    in:
    [CREATE TABLE IF NOT EXISTS zen_products_xsell1 ( `ID` int(10) NOT NULL auto_increment, `products_id` int(10) unsigned NOT NULL default '1', `xsell_id` int(10) unsigned NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`ID`), KEY `idx_products_id_xsell` (`products_id`) ) TYPE=MyISAM]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I did look for the configuration_key MAX_DISPLAY_SELLX suggested in post 31 but there in nothing in my database.

    Any ideas? Thanks for your help!!! :)
    Bug.. You need to apply a bug fix shown in post 291

 

 

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 168
    Last Post: 20 Jun 2026, 02:08 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

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