Skip to content

itabs/Itabs_SalesRuleSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Itabs_SalesRuleSearch

Allows admin users to search sales rules by coupon code.

Facts

Description

Having a Magento Store with many sales rules and (often) thousands of auto-generated coupon codes, it is very hard to find the corresponding sales rule for a coupon code, e.g. if the coupon can't be applied and you have to look why.

This module provides a little search box below the salesrule grid and automatically opens the edit form of the corresponding salesrule if a matching salesrule is found for the entered coupon code.

Compatibility

  • Magento CE >= 1.7

Installation Instructions

Manually

  • Clone the repository or download the latest version of this extension.
  • Copy all the files from the src folder into your Magento document root

Via modman

  • Install modman on your system
  • Run the following command in your Magento document root:

modman clone https://github.com/itabs/Itabs_SalesRuleSearch.git

Via composer

  • Install composer on your system
  • Install Magento Composer or any other Magento composer installer.
  • Create a composer.json into your project like the following sample:
{
    "require": {
        "itabs/salesrulesearch":"*"
    },
    "repositories": [
	    {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "htdocs/"
    }
}
  • From your composer.json folder run php composer.phar install or composer install

Final steps

  • Clear the cache, logout from the admin panel and then log back in
  • You can now use this module in Promotions -> Shopping Cart Price Rules

Uninstallation

  • Remove all extension files from your Magento installation:
app/code/community/Itabs/SalesRuleSearch
app/etc/modules/Itabs_SalesRuleSearch.xml
app/design/adminhtml/default/default/layout/itabs_salesrulesearch.xml
app/design/adminhtml/default/default/template/itabs/salesrulesearch
app/locale/de_DE/Itabs_SalesRuleSearch.csv
  • Via modman: modman remove Itabs_SalesRuleSearch
  • Via composer, remove the requirement of itabs/salesrulesearch

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Rouven Alexander Rieker / ITABS GmbH

License

MIT - For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

About

Allows admin users to search sales rules by coupon code

Resources

License

Stars

Watchers

Forks

Packages

No packages published