读书人

[Magento] Why the catalog promotion

发布时间: 2013-01-23 10:44:49 作者: rapoo

[Magento] Why the catalog promotion rule disappear after some time?

In Magento, catalog rules apply to catalog and products to cut the product prices and promote sales. This is one special sharp tool for holidays promotion. Catalog price offers four ways to discount the price.

   public function dailyCatalogUpdate($observer)    {        Mage::getResourceSingleton('catalogrule/rule')->applyAllRulesForDateRange();        return $this;    }


读书人网 >软件架构设计

热点推荐