Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
33.27 KB
MD5: d8bc329ba2c0b3a9669684784c680288
SHA-1: dc7a3a8d23aa988f576831cfaac9b4503bd76a8b
SHA-256: e98f42094ffff1a27c3d8ee5d84287f1325402dc71221ec4b13de31af36b4fbb
Download zip
43.44 KB
MD5: 5e549121255b2356b3731d00487e5d40
SHA-1: b5473b6adcd927a9a1ac0d1c202dcfd44e92b3e4
SHA-256: 3d3d23d8098e1fd8b501cbeea4973d7a1d5118858855f908ee9c0106c7bdb31d
Release notes
Changes since 7.x-1.0-beta6:
- #1934210 by omerjerk | maciej.zgadzaj: Fixed Use commerce_coupon_ui_theme() instead of commerce_coupon_theme() in Commerce Coupon UI module.
- #1856822 by googletorp: Added Proper access control (fix debug leftover)
- #1856822 by pcambra, googletorp: Added Proper access control.
- #1305242 by maciej.zgadzaj, kleinmp, vadim.eremeev, ASupinski, pcambra: Added a Remove coupon view button and Make a User used coupon rule condition.
- Fix api docs.
- Fix granted amount handler to pass the order and avoid loading it afterwards.
- #1838328 by googletorp, foopang: Fixed API function commerce_coupon_remove_coupon_from_order() doesn't remove coupon in some cases.
- #1885876 by ygerasimov: Fixed commerce_coupon_code_is_valid() does not set the error message if code is invalid.
- #1851174 by googletorp: Fixed Fatal error on checkout page when UI module is disabled.
- #1854562 by TomTech: Fixed Coupon codes entered in a case different than the stored code are not caught as already applied.
- #1538158 by jucallme, idflood: Added Limit number of coupons applied to the order.
- #1780290 by idflood, krlucas: Fixed Coupons with duplicate codes can be created.
- #1329600 by jucallme, maciej.zgadzaj, mrfelton, pcambra: Added Provide ajax support to reload form after coupon has been added.
- #1786470 by maciej.zgadzaj: Fixed Delete module variables on uninstall.
- #1787434 by ELC | maxime_sbk: Fixed Impossible to create a new coupon type.
- #1421280 by freakalis, splatio: Added Don't show/show a message in coupon review pane if no coupons have been applied.
- #1654990 by firfin: Fixed Coupons pane 'locked' on checkout page.
- #1775386 by firkin, jucallme: Make coupon pass Coder Review.