Details
With J2T MultiCoupon, customers can add multiple coupons in their shopping cart.
The coupon descriptions are show on the total box, on invoices and in the admin order page.
1.0.x versions
* 1.0.1: adding feature allowing multiple coupon in report
* 1.0.0: first release
- Uncompress module folder to your magento root directory
- Copy all module template files (xml layout file + template folder) from the module to your custom template directory
- Copy css file to your skin directory
- Flush your magento cache
- Log out and log back to admin
The template files to be copied are :
- frontend/default/default/layout/j2tmulticoupon.xml
- frontend/default/default/template/j2tmulticoupon
The css file is in: skin/default/default/css/j2t_multicoupon.css
If you use this module with J2T REWARDPOINTS, please modify rewardpoints.xml layout file, by replacing:
- <block type="checkout/cart_coupon" name="checkout_cart_coupon_reward" as="coupon_original" template="checkout/cart/coupon.phtml"/>
by
- <block type="j2tmulticoupon/coupon" name="checkout_cart_coupon_reward" as="coupon_original" template="j2tmulticoupon/coupon.phtml"/>
No
