Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2015
    Location
    USA
    Posts
    157
    Plugin Contributions
    0

    Default Items ordered but not on website or database

    www.spminiatures.com

    I've had a couple of instances of this recently. Customer orders an item. Item is not showing on website and I can't locate it in the database. I would like to remove these from my site but I can't find them. I'm dumbfounded

    Thanks for any insight

    Carol

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,505
    Plugin Contributions
    88

    Default Re: Items ordered but not on website or database

    Most times I've seen this issue is when a product has an invalid (i.e. non-existing) master_categories_id. Somehow (?) the storefront (or Google) finds the product, but it doesn't show in the Zen Cart admin due to its misconfiguration.

    Have you searched for the product using your webhost's phpMyAdmin? If you have an order with the product you want to remove, search the orders_products table for that orders_id value. That will show you one record for each product in the order. Note the products_id of the product you want to "remove", click the SQL tab and enter/execute the following command (xx is the products_id you noted):

    UPDATE products SET products_status = 0 WHERE products_id = xx LIMIT 1

    Note: If your database uses a DB_PREFIX (like zen_), add the prefix at the beginning of the table name:

    UPDATE zen_products SET products_status = 0 WHERE products_id = xx LIMIT 1

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,707
    Plugin Contributions
    123

    Default Re: Items ordered but not on website or database

    > Most times I've seen this issue is when a product has an invalid (i.e. non-existing) master_categories_id.

    If this is the issue (and it might well be), you can try running the audit tool on your database.

    https://www.zen-cart.com/downloads.php?do=file&id=2261

    The other possible issue is that a products table entry exists but a products_description entry does not; in some versions this created issues like what you are seeing.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Feb 2015
    Location
    USA
    Posts
    157
    Plugin Contributions
    0

    Default Re: Items ordered but not on website or database

    Thank you.
    I had searched using the PHPadmin tool but didn't find it. I didn't know I could search by order. I found it there and was able to delete it. Thanks so much for your help/

    Carol

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,505
    Plugin Contributions
    88

    Default Re: Items ordered but not on website or database

    Happy to have helped ... although it would have been beneficial to see what the underlying issue was!

 

 

Similar Threads

  1. Replies: 4
    Last Post: 26 Sep 2018, 12:49 PM
  2. Replies: 2
    Last Post: 27 Apr 2010, 10:05 AM
  3. List of Items Ordered not appearing in PayPal receipt
    By datatv in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 2 Sep 2008, 03:45 PM
  4. Replies: 0
    Last Post: 7 Apr 2008, 04:54 AM
  5. Details of Ordered Items Not Saved
    By FC-GB in forum Managing Customers and Orders
    Replies: 1
    Last Post: 20 Feb 2008, 11:01 PM

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