Skip to content

luksak/commerce_simple_stock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commerce Simple Stock

The module implements a simple stock management for Drupal 8 Commerce 2.

Usage:

  • Add a field_stock to the variant type.
  • You can add a view for showing Product Variants each with its stock value

Features:

  • Hide the add to cart form when stock is 0 and show "Out of stock".
  • Prevent adding the product to cart when its not available.
  • Prevent checking out order items when its not available.
  • Decrease product variant stock when an order is placed.
  • Update product variant stock when an order item is updated/deleted.
  • Provide an Inventory Control page for Bulk Stock updates.

About

Drupal commerce simple stock implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.6%
  • JavaScript 15.8%
  • CSS 6.7%
  • HTML 4.9%