Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    103
    Plugin Contributions
    0

    Default ... Quantity Units errors - please update your order

    When I add something to cart, I get this error message:

    Please update your order
    ... Quantity Units errors - You ordered a total of: 1 Min: 0 Units: 0

    I noticed that there is no quantity showing next to the add-to-cart button.

    What's wrong? How do I fix this?

    Thanks.

  2. #2
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: ... Quantity Units errors - please update your order

    Did you upload items with Easy Populate? I got that error when I uploaded items using EP Advanced. I fixed it by running:

    Code:
    UPDATE products SET products_quantity_order_min = 1;
    UPDATE products SET products_quantity_order_units = 1;
    UPDATE products SET products_quantity_order_max = 0;
    on the "Tools>Install SQL Patches" page. Backup your database before you run it.

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: ... Quantity Units errors - please update your order

    What does this code actually do. It does not fix the actual problem in Product in Category: where it reads
    Warning: Does not show Quantity Box, Default to Qty 1. I know that box is suppose to be checked, but I also uploaded 2100 different items with EP Advanced. I have each product set at 200 each. Will this code still work after someone makes a purchase or will that product show out of stock.
    UPDATE products SET products_quantity_order_units = 1
    Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v150 Quantity Units errors.
    By tsubasa2013 in forum Basic Configuration
    Replies: 9
    Last Post: 19 Jul 2012, 05:54 AM
  2. Ver 1.3.9h Quantity Units Errors
    By lindenboy in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Feb 2011, 05:51 PM
  3. please update your order Units errors -
    By geezer8998 in forum General Questions
    Replies: 8
    Last Post: 20 Sep 2007, 03:08 AM
  4. Quantity Units errors
    By tobstar in forum Basic Configuration
    Replies: 3
    Last Post: 19 Sep 2007, 04:21 PM
  5. Warning Please update your order ...
    By wtashby in forum General Questions
    Replies: 12
    Last Post: 27 Nov 2006, 02:30 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