Magento tag

4 results for magento tag. View blog tags

How to Override Coupon Grid for Magento 1

posted by 6 years ago and updated 5 years ago

Note: This tutorial assumes prior knowledge into building modules, only parts of the code are included to solve a particular problem.

Magento comes a coupon generator that is fairly easy to set up. Distributing voucher codes can increase your sales and create a better customer experience.

To get to the grid of generated coupons, we need to

... read more on How to Override Coupon Grid for Magento 1

Tags:

How to filter a grid in Magento 1

posted by 6 years ago and updated 5 years ago

Note: This tutorial assumes prior knowledge into building modules, only parts of the code are included to solve a particular problem.

Filtering grids can work out of the box but sometimes you might need to create your own custom filter. There are two ways we are aware of to filter data in your columns.

  • defining a `filter_condition_ca
... read more on How to filter a grid in Magento 1

Meet the Subscribers Extension

posted by 6 years ago and updated 5 years ago

Subscribers is a Magento 1 extension that helps you increase your mailing list and sales.

How?

Subscribers injects a form into your website that captures the customers email. In return, yes you do give something away, you give a discount coupon.

![Subscribers Pop-up](https://www.underthecocotree.co.uk/images/products/newsletter-popup/Subs

... read more on Meet the Subscribers Extension

Tags:

Is your promo active? Magento 1

posted by 4 years ago and updated 4 years ago

There is one thing Magento telling you that a sales rule is active and there is another that rule being truly active.

Magento 1 uses has the active data attached to a sales rule $rule->getIsActive(). That tells us whether the specified promotion is activated by the user. What it won't tell us is whether we can use that promotion based on dat

... read more on Is your promo active? Magento 1

Tags: