Skip to content

HitsiLent/magento-multi-coupons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebay logo

Magento Multiple Coupons Extension

Scrutinizer Code Quality

To add/update a coupon just set the coupon(s) to the quote and save.

$quote->setCouponCode('foo,bar')->save();

This triggers a validation which must split the coupon string and validate each coupon, removing invalid codes from the string as it goes.

License

Licensed under the terms of the Open Software License v. 3.0 (OSL-3.0). See LICENSE.md or http://opensource.org/licenses/OSL-3.0 for the full text of the license.


Copyright © 2014 eBay Enterprise, Inc.

About

Adds support for multiple coupons in Magento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.3%
  • HTML 15.2%
  • JavaScript 2.5%