cancel
Showing results for 
Search instead for 
Did you mean: 

Auto create coupon based on order total.

Auto create coupon based on order total.

Example: "Spend 100$ and get 10$ off your next order". This wouldnt be added to their account as credit. It woudl be a coupon that is generated and then emailed to them for incentive to get them back to the site and place another order.

 

It seems like very simple functioanlity but i havent been able to find a reliable plugin for it.

 

Thanks,

5 REPLIES 5

Re: Auto create coupon based on order total.

You will have to create this as a custom ext. The easiest way to do this would be to create an observer that listens for completed orders that exceed the total you have listed. If the order exceeds that total then you can attach a coupon code to the order email. 

Magento Moderator since 2009
Keep Calm and Clear Cache!

Re: Auto create coupon based on order total.

Hi,

We've got an extension, which makes the thing you want and even more - Coupone Code Generator.

It's coming out this week. So, in a few days you'll have a chance to try the demo.

The functionality description is here - http://ecommerce.aheadworks.com/magento-extensions/coupon-code-generator.html

Re: Auto create coupon based on order total.

Hi jmastrangelo,

Our Loyalty Program extension does a similar thing. The only difference is, the discount is applied automatically in the shopping cart - there is no need to enter the coupon. We'll be happy to answer any questions about this extension.


Aitoc is a group of distinguished web developers that have been building for Magento since 2009.
See our extensions for Magento 2.

Re: Auto create coupon based on order total.

Hi,

The Coupon Code Generator is out.

Please, refer to the product page http://ecommerce.aheadworks.com/magento-extensions/coupon-code-generator.html

Re: Auto create coupon based on order total.

Alternatively try http://www.magentocommerce.com/magento-connect/mzax-emarketing.html which allows to send out emails to orders amongst others and can generate coupon codes for you automatically. (req. Magento Version 1.7+).

It is a free open source project, no strings attached, no 3rd party signup or what so ever.

You can even send out an email at any point in time after the placing or shipping and include filters such as: has spend at least X or bought Y…. you name it.