Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created November 16, 2012 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcommerce-gists/4089502 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/4089502 to your computer and use it in GitHub Desktop.
Magento coupon code generator sample configuration file
<?xml version="1.0"?>
<config>
<modules>
<CouponDemo_AutoGen>
<version>0.1.0</version>
</CouponDemo_AutoGen>
</modules>
<global>
<models>
<autogen>
<class>CouponDemo_AutoGen_Model</class>
</autogen>
</models>
</global>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment