Stock Management Methods
ScandiPWA allows you to manage your store with both stock management enabled or disabled.
Find below the table of advanced inventory settings supported on each product:
SETTING | STATUS | DESCRIPTION |
Manage Stock | SUPPORTED | The setting activates stock management for the product when set to "yes". |
Qty | SUPPORTED | The quantity of the item that is currently in stock |
Out-of-Stock Threshold | SUPPORTED | The setting determines the stock level at which a product is considered to be out of stock. |
Minimum Qty Allowed in Shopping Cart | SUPPORTED | The setting determines the minimum number of the product that can be purchased in a single order. |
Maximum Qty Allowed in Shopping Cart | SUPPORTED | The setting determines the maximum number of the product that can be purchased in a single order. |
Qty Uses Decimals | IN PROGRESS | The setting determines if customers can use a decimal value rather than a whole number when entering the quantity ordered. Available options: "Yes" or "No" Track the progress here - https://github.com/scandipwa/scandipwa/issues/2645 |
Enable Qty Increments | SUPPORTED | The setting determines if the product can be sold in quantity increments. Available options: "Yes" or "No" |
Qty Increments | SUPPORTED | Enter the number of products that must be purchased at the same time. |
Backorders | SUPPORTED | Backorders do not change the processing status of the order. Regardless of whether the product is in stock, orders can still be placed and the funds are authorized/captured immediately. Supported options: "No Backorders" or "Allow Qty Below 0". NOTE: Currently, ScandiPWA does not provide a customer notice informing about the backorder. The Allow Qty Below 0 and Notify Customer option will be supported in the upcoming releases. Track the progress here - https://github.com/scandipwa/scandipwa/issues/1469 |
Notify for Quantity Below | SUPPORTED | The setting determines the stock level at which notification is sent that the inventory has fallen below the threshold. |
Stock Status | SUPPORTED | The setting determines the current availability of the product. Available options: “In Stock” or “Out of Stock” |
To set the advanced inventory options for a specific product:
Access Admin > Catalog > Products
Open a product in edit mode
Tap Advanced Inventory below Quantity
Edit and save your preferences
Save product.
Caching Note
The stock will be updated on the front-end immediately after save as it is part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
Last updated