Releases for Ubercart Out of stock Notification
uc_out_of_stock 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.x-dev.tar.gz | 12.31 KB | c6448e97c7c05416a23070b044eaf5eb |
Development snapshot
uc_out_of_stock 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.4.tar.gz | 11.78 KB | c1cbb9ebba3457111c4af5afc5be94a2 |
. #510994: Attributes that share same SKU as product does not work. Improve logic for shared SKUs between attribute options.
. Improved JS to better finding the node ID on add to cart forms. (related issue: http://drupal.org/node/266693)
uc_out_of_stock 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.3.tar.gz | 11.73 KB | 57485f940ef319e1c7d1c0383e799b2e |
- Because of #479264: Prevents adding the product to a wishlist (uc_wishlist), some rework on the code and JS was done so only proper validations and AJAX occur only on the Add to cart buttons. This will ease any future conflict with any other module adding buttons to the add to cart forms.
uc_out_of_stock 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.2.tar.gz | 11.26 KB | 38531de650f29060b1d48a9e0bc78381 |
uc_out_of_stock 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.5.tar.gz | 9.97 KB | eebaf873e4f1ff61e3d948e7e3e61287 |
uc_out_of_stock 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.1.tar.gz | 11.17 KB | 78ded4b87e8b753401a4338928149397 |
. Server side validation, ideas taken from uc_multi_stock with improved logic and features.
uc_out_of_stock 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-6.x-1.0.tar.gz | 10 KB | a3a36a1deca7f8fa6be7665dce7cfee9 |
Complete port of the D5 to D6
uc_out_of_stock 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.4.tar.gz | 10.11 KB | e80c71f58511a12d6b5ecfcfe2cb938f |
- A few bug fixes
- One usability issue (the hidding or showing of the add to cart button is now done in a better way, only changing when it has to).
- Catalog table list view support #450406: Doesn't work on UC catalog view
uc_out_of_stock 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.3.tar.gz | 9.87 KB | 7207bfcc6a45773f1d4dd89a4b440a55 |
. #353716: Negative Stock by nelslynn. Support for negative stock. (FIX from last release - not working)
uc_out_of_stock 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.2.tar.gz | 9.88 KB | f1fdafdfeae1f3b84bebbf663c1e552e |
. #353716: Negative Stock by nelslynn. Support for negative stock.
uc_out_of_stock 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.1.tar.gz | 9.86 KB | 41d4980370d4abac3b8058ed6293c432 |
. Related to #328013: "Out of Stock" occurs on the wrong place I think. Using CSS classes instead of IDs because a page can have multiple products.
uc_out_of_stock 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0.tar.gz | 9.84 KB | 645d8c696b4c71bc660ba58968114a95 |
I think the code is mature and tested enough for a full release.
uc_out_of_stock 5.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta6.tar.gz | 9.84 KB | 982a3943abe930ff57da8247741ee5c8 |
. #324818: Problem with main sku stock display. Change some usability issues. if attributes are required and none selected, no query is sent to the server. Also, support the possibility of having a combination of attributes sharing the same SKU.
uc_out_of_stock 5.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta5.tar.gz | 9.51 KB | f58a2251306f47996655831c99ecd4da |
fix a bug on out of stock module if the table of attributes adjustments returns an empty set. (For example if a new attribute has been added, product adjustments table gets cleared.
uc_out_of_stock 5.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta4.tar.gz | 9.47 KB | 457a242c6fcd75b0bb918d54854ba24e |
. Support for radio buttons in attributes.
. Improve/fix the way the stock was checked with products with OR without attributes. Now plain product is check only if no attributes are available or selected in the product.
uc_out_of_stock 5.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta3.tar.gz | 9.44 KB | 337e289d0b19407228b46f64b4db9d70 |
#310480: not working properly for products list (catalogue) by Crazy Joker
uc_out_of_stock 5.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta2.tar.gz | 9.39 KB | 60384925dcd6c0f6aa0e31b74ee96a56 |
-#305539: not working for products without attributes by timolke. Improved the module so it works smoothly for products with and without attributes, and if attributes are present, also look for the proudct's SKU stock information if active.
- Improved logic a little bit of both php and js, and a little bit of code cleanup
uc_out_of_stock 5.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| uc_out_of_stock-5.x-1.0-beta1.tar.gz | 9.26 KB | a9b4b5b44267f6b087da99dc95a17c0f |
Initial release
