Skip to content

Instantly share code, notes, and snippets.

@dublado
Created July 2, 2014 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dublado/ee34575ab3e9582fb6c5 to your computer and use it in GitHub Desktop.
Save dublado/ee34575ab3e9582fb6c5 to your computer and use it in GitHub Desktop.
magento - Qty for Item's Status to become Out of Stock
#user_config_min_qty - checkbox enable/disable
update cataloginventory_stock_item set min_qty = QTY,use_config_min_qty = 0 where item_id = PRODUCT_ID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment