Page 35 of 48 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 476
  1. #341
    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.

  2. #342
    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: 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!

  3. #343
    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!!! :)

  4. #344
    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

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

    Default Re: Multi Cross Sell mod [Support thread]

    BEAUTIFUL!!! Works like a dream. Thanks so much!!! :)

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

    Default Re: Multi Cross Sell mod [Support thread]

    Nope...I was wrong...I'm not seeing the tables for the cross sell in the admin panel? Nor do I have an Advanced Cross Sell. Am I missing something?

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

    Default Re: Multi Cross Sell mod [Support thread]

    Okay...I am sorry to be a pain, but I have searched the forum and am not seeing my problem being addressed. The install went well, I have the Admin>Configuration>Cross Sell Settings set, but when I go to Admin>Catalog>Multi Cross Sell it gives me a drop down box with my 1 cross sell a "Go" button and the "Remove" button, but no tables in which to enter data (product id's). This was a fresh install on 1.3.9h with no other previous cross sells installed.

    Thanks so much for your help. :)

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

    Default Re: Multi Cross Sell mod [Support thread]

    Got it...I installed an older version and it worked just fine. Thanks for your help. :)

  9. #349
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Just read through all 348 posts and hope I didn't miss my problem.
    All installed and working for Cross Sell 1, with heading etc.
    Have then added 'Number of Cross Sellls' to 2, which worked.
    However after choosing products to cross sell (appears to add them ok with confirmation), the "We also Suggest" heading doesn't show and neither do the products from that cross sell group. Though they are listed as cross sells in admin.

    I do note that under Cross Sell Settings, the 'Selected Cross Sell to edit' only gives a 1 check box and can't be changed to 2 (missing the 2 box)

    Any idea? Thanks and awesome mod. Well done on your hard work :)

  10. #350
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi -
    using Zen-1.5.0 and the latest version of this program, installed -in catalog I see Multi Cross Sell Admin v1.03;
    and in configuration I see the Cross Sell Settings on my site in2paper.com
    However, when I add the merged codes into my products_info_display.php in my custom templates, the product page does not show and I get the following error:
    [17-Nov-2012 18:48:57] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/in2paper/public_html/i2padmin/includes/functions/extra_functions/reg_multi_xsell.php:41) in /home/in2paper/public_html/includes/functions/sessions.php on line 113
    [17-Nov-2012 18:48:57] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/in2paper/public_html/i2padmin/includes/functions/extra_functions/reg_multi_xsell.php:41) in /home/in2paper/public_html/i2padmin/includes/init_includes/init_templates.php on line 28
    BUT
    when I use the sample product_info_display.php it works!! But I would like to use mine as I have made several changes to the display etc.
    Any help interpreting the error code - I have NOT a clue what it means, to be honest.....
    Kindest regards
    Rufus

 

 
Page 35 of 48 FirstFirst ... 25333435363745 ... 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