首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

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

2013-01-23 
[Magento] Why the catalog promotion rule disappear after some time?In Magento, catalog rules apply

[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;    }


热点排行