Page 11 of 71 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 703
  1. #101
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

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

    By the way this is the query Im trying to run. We use 1.3.7 and Mysql 5.0.45. The query is straight from the read me file.

    Thanks again.


    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Cross Sell';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;

    INSERT INTO configuration_group VALUES ('', 'Cross Sell', 'Set Cross Sell Options', '1', '1');
    UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();

    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Cross Sell';


    UPDATE configuration SET configuration_group_id = @t4 WHERE configuration_key IN ('MIN_DISPLAY_XSELL','MAX_DISPLAY_XSELL','SHOW_PRODUCT_INFO_COLUMNS_XSELL_PRODUC TS','XSELL_DISPLAY_PRICE');

    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
    ('', 'Input type to be used in form', 'XSELL_FORM_INPUT_TYPE', 'model', 'Choose to use product ID or MODEL as your input type. Check readme file for more info', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''id'', ''model''),');

  2. #102
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

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

    I think i may have found the answer in post #53 of this thread:
    I need to run the patch through the admin. Ill try that now.


    Thanks

  3. #103
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

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

    It worked... my bad. Had to use the admin > tools > install patch tool

    Thanks for letting me talk my way through this. Hope it helps someone else.

    makenoiz

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

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

    Quote Originally Posted by makenoiz View Post
    It worked... my bad. Had to use the admin > tools > install patch tool

    Thanks for letting me talk my way through this. Hope it helps someone else.

    makenoiz
    I believe that the readme stated clearly that you have to use Zencart admin sql patch tool to run the script ^^.
    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. #105
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

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

    Hi all,

    I have installed the Cross Sell mod with no problem. When I tried to upgrade to Just another Cross-Sell mod I get this error when submitting the SQL statements via zen-cart.

    Code:
    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Cross Sell', 'Set Cross Sell Options', '1', '1');]
    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.

    Any idea of where to track this one down? Thank you.

  6. #106
    Join Date
    Nov 2007
    Posts
    9
    Plugin Contributions
    0

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

    I am getting this message after installing the mod, does anyone recommend this error or possibly know what I am doing wrong.

    Warning: main(includes/modules/FILENAME_CART_UPSELL.php) [function.main]: failed to open stream: No such file or directory in /homepages/2/d208592347/htdocs/shop/includes/templates/template_default/templates/tpl_shopping_cart_default.php on line 232

    Fatal error: main() [function.require]: Failed opening required 'includes/modules/FILENAME_CART_UPSELL.php' (include_path='.:/usr/local/lib/php') in /homepages/2/d208592347/htdocs/shop/includes/templates/template_default/templates/tpl_shopping_cart_default.php on line 232

  7. #107
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    It appears that you did not upload all the files to the correct folders. If you are using a custom template. there are several folders in the zip file that you need to rename before uploading.
    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

  8. #108
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

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

    Hi again,

    When I am in the advanced X-Sell admin page and I click edit next to a product under Current Cross-Sells, I get the following error.
    Code:
    1054 Unknown column 'SSC' in 'where clause'
    in:
    [select p.products_id from products p where p.products_id = 01-SSC-5381 LIMIT 1]
    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.

    Did a table not get created properly when installing the "just another X-Sell mod"

    Thank you for any help or guidance.

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

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

    In configuration->Cross sell choose:
    Input type to be used in form -> model

    See if that fixes the problem.
    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. #110
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

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

    Ok, well I think I may have a bigger issue.

    I do not have a Cross Sell option under configuration.

    Under Catalog I have two options, Cross Sell Products and Advanced Cross-Sell. Perhaps I will start over at square one with the Cross Sell mod again.

    Thank you

 

 
Page 11 of 71 FirstFirst ... 9101112132161 ... 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