Page 48 of 71 FirstFirst ... 38464748495058 ... LastLast
Results 471 to 480 of 703
  1. #471
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    Run

    DELETE FROM module_version_tracker where modules_code='ri_jaxs';

    DROP TABLE IF EXISTS products_xsell;

    DELETE FROM configuration where configuration_key='MIN_DISPLAY_XSELL';


    DELETE FROM configuration where configuration_key='MAX_DISPLAY_XSELL';


    DELETE FROM configuration where configuration_key='XSELL_DISPLAY_PRICE';
    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. #472
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

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

    got:

    1054 Unknown column 'modules_code' in 'where clause'
    in:
    [DELETE FROM zen_module_version_tracker where modules_code='ri_jaxs';]
    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.

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

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

    Quote Originally Posted by customk1 View Post
    got:

    1054 Unknown column 'modules_code' in 'where clause'
    in:
    [DELETE FROM zen_module_version_tracker where modules_code='ri_jaxs';]
    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.
    huhm, try module_code instead :d
    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. #474
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

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

    ok, that allowed the processes to be run, however still no luck with the issue here:

    also, in the admin, i am seeing the option for:
    advanced cross sell (x-sell) admin
    and
    cross sell products

    but on selecting cross sell products i get a similar error:

    The requested URL /catalogzen/admin/xsell.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    still dont have a file called catalogzen/admin/xsell.php

    ALSO, just noticed i do not have any options for xsell in the zen cart admin/configuration... only in admin/catalog...

    thanks for your patience working this thru.

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

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

    Huhm, not a good sign

    Run:

    DELETE FROM module_version_tracker where module_code='ri_jaxs';

    DROP TABLE IF EXISTS products_xsell;

    DELETE FROM configuration where configuration_key='MIN_DISPLAY_XSELL';


    DELETE FROM configuration where configuration_key='MAX_DISPLAY_XSELL';


    DELETE FROM configuration where configuration_key='XSELL_DISPLAY_PRICE';

    The go to the advanced xsell under catalog, the other link is just an extra which should have not been there, will remove it in later version.
    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

  6. #476
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

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

    ok, ran that successfully.

    so, disregarding zencart admin catalog/cross-sell products...

    i still dont have anything in zencart admin /configuration...

    just want to make sure im understanding what i am supposed to have, and understand that correctly.

    1. i should have an option in the drop down menu "configuration" within zencart admin

    2. i should also have an option in the drop down menu "catalog" within zencart admin

    is that right?

    if so, i have #2, but not #1...

  7. #477
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

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

    i get the feeling that the mod is probably working, as i can get different error messages when i try to put different products in the "advanced x-sell" boxes from the zen cart admin /catalog window...

    but because i dont have any customizing options in the zen cart admin /configuration (not displaying).. then i cannot set the input methods to match my inputs...

    hope this helps?

    i am still getting this error when i try to view the x-sells, and below my product listings in the actual site:
    1146 Table 'customk1_zc1.zen_products_xsell' doesn't exist
    in:
    [select distinct p.products_id, p.products_image, pd.products_name from zen_products_xsell xp, zen_products p, zen_products_description pd where xp.products_id = '9' and xp.xsell_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]
    but i suspect this may simply be because i dont actually have anything in that table yet, because i havent created a x-sell... ??

    keep the suggestions coming!

  8. #478
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    once you run that, and then you go to your advanced cross sell you should see it says installing patches etc.
    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

  9. #479
    Join Date
    Apr 2009
    Posts
    36
    Plugin Contributions
    0

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

    Is there any way to get this to cross sell random products from a specific catogory, rather than having to input single product ids?

    Thanks

  10. #480
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

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

    once you run that, and then you go to your advanced cross sell you should see it says installing patches etc.
    havent seen anything like this... ???

    best might be to uninstall and redo, but unsure now what files i actually need...

    is the link you posted about 10 posts back the most updated file package that contains all the files needed?

 

 
Page 48 of 71 FirstFirst ... 38464748495058 ... 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