Page 15 of 71 FirstFirst ... 513141516172565 ... LastLast
Results 141 to 150 of 703
  1. #141
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    SQL patch should have nothing to do with template. Can you paste here the error you get?

    Quote Originally Posted by TheMusician View Post
    Hi,

    The new version is looking real good. Nice work. I tried to upgrade my version on my live server, but got some errors on the sql update. I believe this is because I orginally installed the mod inside of a template I no longer use. Is the best course of action to do a fresh install using my current template folders?

    Thank you,
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #142
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    1366 Incorrect integer value: '' for column 'configuration_id' at row 1
    in:
    [INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'XSell Product Input Separator', 'XSELL_PRODUCT_INPUT_SEPARATOR', ',', 'You will need to insert all product id/model you want to cross-sell in 1 field, so each product id/model needs to be separated by a separator. The default is comma, choose another if you want to', @t4, 1, NOW(), NOW(), NULL, NULL);]
    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.




    SQL alpha2_rev64.sql...

    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title= 'Cross Sell';
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
    ('', 'XSell Product Input Separator', 'XSELL_PRODUCT_INPUT_SEPARATOR', ',', 'You will need to insert all product id/model you want to cross-sell in 1 field, so each product id/model needs to be separated by a separator. The default is comma, choose another if you want to', @t4, 1, NOW(), NOW(), NULL, NULL);
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
    ('', 'XSell Sort Order', 'XSELL_SORT_ORDER', 'sort_order', 'Sometimes you may want to display the xsell products randomly, especially if each product xsells with lots of others', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'sort_order\', \'random\'),');
    Thank you

  3. #143
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    It looks like:
    1. You have not installed the original XSell.
    2. Or you have the Original XSell installed using a different name.

    PM me your site info and I'll look into it for you.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #144
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    If you use free download tool such as FlashGet you can choose to download a whole "folder". Zip file is a good idea and will come later.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #145
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Hi there, I have just installed the latest version of this from your site.
    Admin works fine, but nothing shows up on my site.
    I am running 1.3.8 with installed modules 'slimbox', 'column grid', and using cherry_zen template
    any idea's?

  6. #146
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    Did you xsell any product on admin side?
    Did you make the changes in the template file as instructed?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #147
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    thanks, I forgot to add the code into tpl_product_info_display.php

    all sorted, again great mod!

  8. #148
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Ok i have installed cross sell and get the following error message when i upload the sql patch in admin:

    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 'true','false'), ', now())' at line 1
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Cross-Sell - Display prices?', 'XSELL_DISPLAY_PRICE', 'false', 'Cross-Sell -- Do you want to display the product prices too?
    Default: false', 18, 72, 'zen_cfg_select_option(array('true','false'), ', now());]
    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 have searched this thread and tried someones fix further back but it didnt work for me.

    Everything works fine I just dont get the option in admin to dispay the prices.

    Any ideas?

  9. #149
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Just another Cross-Sell mod (support thread)

    Where did you download this mod?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #150
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)


 

 
Page 15 of 71 FirstFirst ... 513141516172565 ... 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. 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. Trying to fully uninstall Cross Sell Just Another Mod
    By 1105designs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Oct 2011, 04:03 AM
  4. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  5. "cross sell - just another cross sell mod"
    By australican in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 05:17 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