Downloads
Download tar.gz
38.62 KB
MD5: e197a5e5cc82c70d4b6b75cede873ca4
SHA-1: 90b72db74d15999c4e13bae9782286c201b35245
SHA-256: dfb5e47db34f25ababe360209ce258deeb496573a08134c7fda19c8a14c7c180
Download zip
51.66 KB
MD5: 149dd9c831a3d35e1e2da101d425fb28
SHA-1: 283740cc763f54e041170a2814e1ffb43e57cda8
SHA-256: f08342b1cf289bb1426a794742dcf5bc86ab3826931daa356abda370dfaac22c
Release notes
New features since DRUPAL-6--1-4:
- Move coupons to top level store admin menu, and add icons to admin overview.
- #968464: Add hook_uc_coupon_purchase().
- #956840 by wodenx, longwave: Build a coupon object when saving, and add hook_uc_coupon_presave() to allow other modules to supply their own data.
- #956840 by wodenx, longwave: Add separate code length setting and relative date option for purchased coupons.
- #509932: Coupon doesn't change price in cart.
- #725090: Convert coupon cart pane to block that can be placed on any page.
- #842648: Add timestamp for coupon creation time.
- #893626: Add CA condition for coupon usage.
- Add Views support for building lists of coupons.
- #968464 by wodenx: Record coupon purchases by user.
- #968464 by wodenx: Allow users to view their purchased coupons.
- #968464 by wodenx: Add bulk codes field and product type field and filter to Views.
- #968464 by wodenx: Add Views support to uc_coupon_purchase submodule.
- #979080: Raise maximum product title length to 255 characters.
- #968464 by wodenx, longwave: Add printable coupon certificates.
- Allow maximum applicable products setting to apply to unrestricted (entire cart) coupons.
- Add line item adjustment feature to support mixed tax rates on discounted products.
- Allow users to print or preview their purchased coupons.
- Change product class restriction from multiselect to checkboxes.
- #1000232: Allow other modules to act on coupon cart items.
- #928930: Show indicator while coupon is being applied at checkout.
- #985126: Add token for coupon used in order.
- #652876: Allow checkout pane to be themed.
- #736594: Add config option to default new coupons to single or multiple uses.
- #476814: Allow wildcard SKU matches.
- Allow coupon codes to be automatically applied via query string parameter.
- #990832: Allow coupon codes to be tested with Conditional Actions.
- #998382: Add option to collapse coupon checkout pane by default.
- #981246 by jack.r.abbit, longwave: New submodule to allow a coupon to be sent when a new user registers.
- #559516: Add minimum order quantity restriction.
- #968464 by wodenx: Add base template suggestion for purchased coupon.
- #794060: Allow single order total discount with qualifying products.
- #835776: Use AHAH to allow adding more than three restrictions at a time.
- Make coupon start and expiry dates optional.
Bug fixes since DRUPAL-6--1-4:
- #835768: Do not allow duplicate restrictions.
- #638448 by wodenx: Negate by nid should override a general match.
- #565628: Coupon has to be reapplied if checkout form has errors.
- Invoke uc_price() when displaying coupon amounts.
- Invoke price alterers when calculating applicable total.
- Change line item weight from 2 to 0, as discounts apply before shipping (at present).
- #565628: Don't unset coupon code in hook_order, as hook_uc_checkout_complete does that now.
- Move autocomplete paths, attempting to fix SSL issues.
- #1000288: Only allow inactive coupons as base purchase coupons.
- Delete variables on uninstall.
- #732806: Use explicit timezone offset of 0 when formatting dates.