Results 1 to 10 of 673

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by Danielle View Post
    So noone else is having this problem? I am using the latest version of Recover Carts and my Zen is v.1.3.5. Does anyone who uses a db prefix have this working???

    Thank you!
    I have a prefix and I have exactly the same problem as you.

    Looks like the mod isn't putting the prefix in front of the database. Will have to wait for Andrew to fix it.

    Alan

  2. #2
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by firehorse View Post
    Hi,I have a prefix and I have exactly the same problem as you.

    Looks like the mod isn't putting the prefix in front of the database. Will have to wait for Andrew to fix it.

    Alan
    Thank you so much for replying and letting me know you have the same problem! I was starting to think I was just going nuts and everybody was ignoring me lol This is really frustrating because before I upgraded the old version of recover carts worked just fine
    Danielle

  3. #3
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Recover Cart

    Shouldn't it be pretty easy to add the prefix in ourselves? I tried but I just can't get it to work. I've successfully done it with other mods, but this one I'm just not having any luck I would think we could just add zen_ to the table names but it's not working for me...
    Danielle

  4. #4
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by Danielle View Post
    Shouldn't it be pretty easy to add the prefix in ourselves? I tried but I just can't get it to work. I've successfully done it with other mods, but this one I'm just not having any luck I would think we could just add zen_ to the table names but it's not working for me...
    I think somewhere in zencart, there must be a routine to add the prefix. And for some reason, it wasn't used for scart to make it prefix_scart.

    But looking for where that is waaaaay beyond me!

    Best regards
    Alan

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Recover Cart

    /admin/includes/extra_datafiles/recover_cart_database_tables.php (or maybe recover_cart_filenames.php ):

    Code:
    define('TABLE_SCART', 'scart');
    vs
    Code:
    define('TABLE_SCART', DB_PREFIX . 'scart');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,
    Quote Originally Posted by DrByte View Post
    /admin/includes/extra_datafiles/recover_cart_database_tables.php (or maybe recover_cart_filenames.php ):

    Code:
    define('TABLE_SCART', 'scart');
    vs
    Code:
    define('TABLE_SCART', DB_PREFIX . 'scart');

    It was /admin/includes/extra_datafiles/recover_cart_filenames.php

    Worked a treat

    Best regards
    Alan

  7. #7
    Join Date
    Oct 2004
    Posts
    112
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,

    I'm now trying out the email function. I click on send email and I get


    Code:
    1146 Table 'alanlam_zencart.orders' doesn't exist
    in:
    [select * from orders where customers_id = '2']
    I assume it's a similar problem. I'm off to lunch and will have a look at after I get back if someone else hasn't solved it in the meantime!

    Alan

 

 

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  3. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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