commerce_stock 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.2.tar.gz | 15.28 KB | 88eaaaec53555df8b4ab4ff2a8efe899 |
| commerce_stock-7.x-1.2.zip | 17.77 KB | 3efa224728d77ce1b2141b247e5c8d23 |
Release notes
Important!! A new permission has been added "Administer Stock Configuration" you will ned to add this to all relevant roles.
All Changes:
Issue #1715680 by @johnpicozzi - Rule Condition broken
Issue #1799986 by yanniboi: Typo for error message in .module
Issue #1869930 by dwatts3624 - Administer Stock Configuration permission
Updated README.txt.
commerce_stock 7.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-2.0-alpha4.tar.gz | 19.91 KB | 12f48def9cee9ad10ba9567b150b3951 |
| commerce_stock-7.x-2.0-alpha4.zip | 26.08 KB | 3d2136fe5b223fe76eafd39db3440a76 |
Release notes
Stock enabling now uses Batch API - for sites with large number of products
Bug fixes, Improved logic & code cleanup
commerce_stock 7.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-2.0-alpha3.tar.gz | 19.1 KB | dea134ea11e2d7656ab5493bac441716 |
| commerce_stock-7.x-2.0-alpha3.zip | 25.18 KB | 78c8b7ef939bbcc276b597650495ae5e |
Release notes
New Rules action: custom cart form state see http://drupal.org/node/1783442
commerce_stock 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.1.tar.gz | 15.22 KB | b13bacc02b9cdffac8ca071477c233b4 |
| commerce_stock-7.x-1.1.zip | 17.68 KB | fbcd51eb6b0ab8cb7cf0aab7ea3499f4 |
Release notes
A bug fixed that made some user created stock rules error has been fixed
commerce_stock 7.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-2.0-alpha2.tar.gz | 17.91 KB | e2f8ed25dd136b1293076923c6d65bab |
| commerce_stock-7.x-2.0-alpha2.zip | 23.94 KB | 587cfcc7d79711cb2c2642db9ef42675 |
Release notes
same features with out the bugs: improved Entity API stuff
commerce_stock 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0.tar.gz | 15.22 KB | fda865ec3200dbbc2c2572be34e12129 |
| commerce_stock-7.x-1.0.zip | 17.69 KB | 8188e837b99dde454d49b72e1f68551d |
Release notes
New features to protect your stock
- User can't enter checkout with out of stock items
- checks stock when before user submits the review page (stop user from paying)
in both cases user s sent to the cart page.
Use of entity_metadata_wrapper and other code improvements - stable.
Improved localization support.
commerce_stock 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-2.0-alpha1.tar.gz | 17.89 KB | 1ef334084db5db46ac0d2a73da3adfa5 |
| commerce_stock-7.x-2.0-alpha1.zip | 23.91 KB | 0596e5459dad067b31de60138e5db787 |
Release notes
First version of Stock 2.
no known issues
commerce_stock 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0-rc2.tar.gz | 14.91 KB | 81e48aa5f52b0b095f88f86d00b285fa |
| commerce_stock-7.x-1.0-rc2.zip | 17.41 KB | 25a914e103954ca40823f14e9a9ca747 |
Release notes
Compatible with Commerce 7.x-1.2
Improved localization
New feature: check current Cart quantity when adding to your basket
commerce_stock 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-2.x-dev.tar.gz | 22.61 KB | c970997f9fad764d5f99bf1fdea25387 |
| commerce_stock-7.x-2.x-dev.zip | 30.65 KB | 6af25ef8dce52335dee469c330f0f47a |
Release notes
New version 2 of the module:
Complete rewrite of the code.
Implementation using rules and sub modules.
commerce_stock 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0-rc1.tar.gz | 14.39 KB | c79fff6ff43abf4d93f71a9830d98d98 |
| commerce_stock-7.x-1.0-rc1.zip | 16.83 KB | d79bd0ca7b954ffec0f689cba2649e1b |
Release notes
All known bugs fixed
New feature: ability to disable stock per product
commerce_stock 7.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0-alpha3.tar.gz | 12.2 KB | 1a2110767f56961baeb8c1ee3ba527eb |
| commerce_stock-7.x-1.0-alpha3.zip | 14.63 KB | 92a62e4d906b0b81c1540355c59fd93b |
Release notes
Cart form validation was broken with later versions of Commerce. This catches up to Commerce 7.x-1.0-rc1
#1182384: Add to Cart button not disabled if more then one product per display
#1216500: Patch for adding stock validation at checkout
#1216188: Cart form validation stopped working after upgrading to commerce 7.x-1.0-beta4 - patch
#1196724: Add to cart doesn’t always validate if quantity widget is enabled
commerce_stock 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0-alpha2.tar.gz | 11.61 KB | 192afb85cf4933154fe61631b961cf9e |
| commerce_stock-7.x-1.0-alpha2.zip | 14 KB | 531338c3cd5d913d4a54ece31dabb8f6 |
Release notes
Since token names were changed in Commerce 7.x-1.0-beta4, this module was broken.
This release re-establishes compatibility with Commerce 7.x-1.0-beta4+, but it will no longer work with earlier versions of Commerce.
It also adds two new rules actions, #1195798: Add new rules commerce_stock_decrease_by_line_item and commerce_stock_increase_by_line_item
commerce_stock 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.0-alpha1.tar.gz | 11.38 KB | 5d290014e653f2778df24d58a65ab8f2 |
| commerce_stock-7.x-1.0-alpha1.zip | 13.72 KB | 5c288e07c15a8be70fce2b5cfe8706bc |
Release notes
In this release we now have:
* A default rule to decrement stock (if you have a custom one you'll get double-decrement)
* A user interface to enable stock management on different product types
* Automatic creation of the stock field
* Stock field became a plain number field
commerce_stock 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commerce_stock-7.x-1.x-dev.tar.gz | 15.29 KB | 7f0de7395d83aaf5fc2ba092bffa3924 |
| commerce_stock-7.x-1.x-dev.zip | 17.77 KB | 44f6f8c803885cf5c2b69b06eab0f3a1 |
Release notes
Nightly dev release for 7.x-1.x-dev