Page 10 of 24 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 240
  1. #91
    Join Date
    May 2011
    Location
    Harrogate, UK
    Posts
    33
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Please help. I have the following error on my checkout screen. I have seen similar but not this one.

    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 '(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, produ' at line 7
    in:
    [(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, products p, products_description pd where xp.products_id = '341' and xp.cross_sell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6)(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, products p, products_description pd where xp.products_id = '341' and xp.cross_sell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6)]

  2. #92
    Join Date
    May 2011
    Posts
    117
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I get this error when i try to install the module in Admin > Catalog > Ultimate Cross Sell

    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 ultimate_cross_sell_1 ( `ID` int(10) NOT NULL auto_increment, `products_id` int(10) unsigned NOT NULL default '1', `cross_sell_id` int(10) unsigned NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`ID`), KEY `idx_products_id_cross_sell` (`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.

    Why is that?

  3. #93
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by novastar View Post
    Forgive me forum users, but on the UCS page in the dropdown list used to select which table you wish to edit, there are no numbers showing up. Has anyone else experienced or resolved this?
    Anyone have a solution for this?

    Thanks!

    Tina

  4. #94
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by charmedbytina2 View Post
    Anyone have a solution for this?

    Thanks!

    Tina
    I don't have this problem - I see and can navigate the tables using the drop down...

    (I'm not trying to be rude, I just hate it when I have an issue that no one else has brought up and nobody bothers to tell me that they aren't experiencing the same issue so I know for sure if it's me or the mod.)

    Sorry I can't be of more help

  5. #95
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I have installed this and tested it with two products to cross sell.

    Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

    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 '' at line 1
    in:
    [select * from upsell limit ]

    also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.

  6. #96
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I just finished upgrading to 1.3.9h and consider switching from Cross Sell - Just Another Cross Sell Mod to this Ultimate Cross Sell.

    I've tried to just modify the said files and upload all the stuff. Admin would just be blank after ftp all files. Removed them all and all is good again. So there are conflicts if previously Cross Sell - Just Another Cross Sell Mod was installed. What would be the correct procedure? I suspect all Cross Sell - Just Another Cross Sell Mod files need to be removed. Just don't want to loose all cross sells that are in place now.

    I have had also cart_upsell installed. How does this mod handle the previous versions? Does everything have to be removed before installing this one?
    Live and learn... the Zen way.

  7. #97
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by mydanilo View Post
    I just finished upgrading to 1.3.9h and consider switching from Cross Sell - Just Another Cross Sell Mod to this Ultimate Cross Sell.

    I've tried to just modify the said files and upload all the stuff. Admin would just be blank after ftp all files. Removed them all and all is good again. So there are conflicts if previously Cross Sell - Just Another Cross Sell Mod was installed. What would be the correct procedure? I suspect all Cross Sell - Just Another Cross Sell Mod files need to be removed. Just don't want to loose all cross sells that are in place now.

    I have had also cart_upsell installed. How does this mod handle the previous versions? Does everything have to be removed before installing this one?
    I believe in the HTML instruction file there should be specific instructions on how not to loose your other cross sells.

  8. #98
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    I have installed this and tested it with two products to cross sell.

    Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

    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 '' at line 1
    in:
    [select * from upsell limit ]

    also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.
    Last edited by willie bee; 8 Jun 2011 at 02:05 AM. Reason: Sorry, already posted this

  9. #99
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Ultimate Cross Sell for Zen Cart

    willie bee:
    Did you check if this step was done right?

    Using your favorite Text Editor, add the following code to the bottom of includes\templates\YOUR_TEMPLATE\templates\tpl_shopping_cart_default.php immediately above the last </div> tag.

    <!-- bof Ultimate Cross Sell Combo -->
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ?>
    <?php require($template->get_template_dir('tpl_modules_also_purchased.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_also_purchased.php'); ?>
    <!-- eof Ultimate Cross Sell Combo -->

    You could test if the problem is with this file by just deleting it from your template folder and see it the error goes away. If yes, I suspect you have a mistake in the code above.
    Live and learn... the Zen way.

  10. #100
    Join Date
    Dec 2009
    Posts
    206
    Plugin Contributions
    2

    Default Re: Ultimate Cross Sell for Zen Cart

    Quote Originally Posted by willie bee View Post
    I have installed this and tested it with two products to cross sell.

    Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

    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 '' at line 1
    in:
    [select * from upsell limit ]

    also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.
    Footers and sideboxes usually disappear when there is some kind of code error - and with this mod, it's probably because the cross sell mod code is being put within the shopping cart form.

    Check your debugging utility errors (in shop/cache). You can usually find out about where the error is there.

 

 
Page 10 of 24 FirstFirst ... 8910111220 ... LastLast

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. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Which one? Multi Cross Sell vs Ultimate Cross Sell?
    By Renz in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 3 Jul 2013, 08:30 AM
  4. 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
  5. v139h Ultimate Cross Sell Scalability
    By chuckd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 May 2012, 10:41 PM

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