Page 36 of 48 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 476
  1. #351
    Join Date
    Oct 2008
    Location
    Lakewood Ny
    Posts
    26
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hello,
    I am using ZenCart 1.3.9h and version 1.00 cross sell I had to use an older version of cross sell as the newer version for 1.3.9 (Version: v1.02) just gave a blank screen with no tables in the admin. My question is Where can I change the wording in the header "Suggested Matching Items..."
    By the way Thank you for this great mod. It does exactly what I needed it to do.

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

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by deziner76hd View Post
    Hello,
    Where can I change the wording in the header "Suggested Matching Items..."
    You can go to Tools in admin, then Developers Toolkit and type those words in "Look Up...." (or similar in 1.3.9)
    That will give you the location of that text.
    It is here though: /includes/languages/english/extra_definitions/YOUR THEME/multi_xsell_box_defines.php

  3. #353
    Join Date
    Oct 2008
    Location
    Lakewood Ny
    Posts
    26
    Plugin Contributions
    0

    Default SOLVED Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by mcpisik View Post
    You can go to Tools in admin, then Developers Toolkit and type those words in "Look Up...." (or similar in 1.3.9)
    That will give you the location of that text.
    It is here though: /includes/languages/english/extra_definitions/YOUR THEME/multi_xsell_box_defines.php
    Thank you for your quick response. I need to start using the tools more before asking questions

  4. #354
    Join Date
    Nov 2011
    Posts
    121
    Plugin Contributions
    0

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    ZC v1.3.9.h

    I must be an idiot, I downloaded the Multi Xsell v1.02 for ZC 1.3.9h and followed the install instructions line by line. There were no other versions installed before. When I click install from Admin>Catalog>Multi Cross Sell here is what I got.

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

    After searching through this thread I do see similar type of errors but not the same syntax, any help is greatly appreciated.

    Mike

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

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by michaelchu View Post
    ZC v1.3.9.h

    I must be an idiot, I downloaded the Multi Xsell v1.02 for ZC 1.3.9h and followed the install instructions line by line. There were no other versions installed before. When I click install from Admin>Catalog>Multi Cross Sell here is what I got.

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

    After searching through this thread I do see similar type of errors but not the same syntax, any help is greatly appreciated.

    Mike
    Bug.. You need to apply a bug fix shown in post 291

  6. #356
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    I am not able to install the Multi Cross Sell module properly. After I have uploaded all the files, and go to: Admin> Catalog> Multi Cross Sell> I see the install button. When I click install my admin page goes blank (no template) and this message shows:

    Code:
    WARNING: An Error occurred, please refresh the page and try again.
    Also the Admin->Configuration->Cross Sell Settings tables have not been created. It's obvious to me that it is not installing the tables. When I went to my error logs I have this message:
    Code:
    [04-Dec-2012 08:07:49] PHP Fatal 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 :: CREATE TABLE IF NOT EXISTS 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 in /MyRoot/store/includes/classes/db/mysql/query_factory.php on line 120
    I do not believe I have installed any other cross sell module, but this store installation is the third migration. So it's possible I have some very old definitions in my database (if I had installed a cross sell many years back). And in my template file (tpl_product_info_display.php) I see this code:
    Code:
    <!--bof also purchased products module-->
    <?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
    <!--eof also purchased products module-->
    so it's possible my template came with this (although I never installed it myself). I believe this template code should not affect installation to begin with. At least that is my best guess.

    Last I have re-uploaded multiple times to make sure I have all the files in the correct place. I am fairly sure I did not miss any files being uploaded.

    Suggestions?

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

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by sports guy View Post
    I am not able to install the Multi Cross Sell module properly. After I have uploaded all the files, and go to: Admin> Catalog> Multi Cross Sell> I see the install button. When I click install my admin page goes blank (no template) and this message shows:

    Code:
    WARNING: An Error occurred, please refresh the page and try again.
    Also the Admin->Configuration->Cross Sell Settings tables have not been created. It's obvious to me that it is not installing the tables. When I went to my error logs I have this message:
    Code:
    [04-Dec-2012 08:07:49] PHP Fatal 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 :: CREATE TABLE IF NOT EXISTS 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 in /MyRoot/store/includes/classes/db/mysql/query_factory.php on line 120
    I do not believe I have installed any other cross sell module, but this store installation is the third migration. So it's possible I have some very old definitions in my database (if I had installed a cross sell many years back). And in my template file (tpl_product_info_display.php) I see this code:
    Code:
    <!--bof also purchased products module-->
    <?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
    <!--eof also purchased products module-->
    so it's possible my template came with this (although I never installed it myself). I believe this template code should not affect installation to begin with. At least that is my best guess.

    Last I have re-uploaded multiple times to make sure I have all the files in the correct place. I am fairly sure I did not miss any files being uploaded.

    Suggestions?
    Bug.. You need to apply a bug fix shown in post 291

  8. #358
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    Gilby, perfect! That was the issue and it installed properly now. FYI, I did search this thread but did not look at every page (after around page 10 and a few searches I glaze over). Also, I just downloaded and installed this version directly from the Plugins area, so I am guessing this plugin needs updated to include this change. Thank you for your help!

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

    Default Re: SOLVED Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by sports guy View Post
    Gilby, perfect! That was the issue and it installed properly now. FYI, I did search this thread but did not look at every page (after around page 10 and a few searches I glaze over). Also, I just downloaded and installed this version directly from the Plugins area, so I am guessing this plugin needs updated to include this change. Thank you for your help!
    No Problems, glad its working.
    Yes it does need updating to change this, and a couple of other small bugs that can appear with newer versions of mysql.
    When I get some free time!

    btw: It was also answered on the post directly before your original post.

  10. #360
    Join Date
    Jun 2012
    Posts
    50
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    I go to the Catalog > Multi Cross Sell
    When I click on 'Install' I get the following message: WARNING: An Error occurred, please refresh the page and try again.

    Can anyone help me please

 

 
Page 36 of 48 FirstFirst ... 26343536373846 ... 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