benedikt-buchert / commerce_simple_stock

Drupal commerce simple stock implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 72.7%Language:JavaScript 15.8%Language:CSS 6.7%Language:HTML 4.9%