【发布时间】:2015-12-23 00:48:45
【问题描述】:
如何在 magento ee 1.13.0.2 中手动重新索引“库存状态”和“目录产品价格”?
其实我已经试过了
$process = Mage::getModel('index/indexer')->getProcessByCode('catalog_product_price');
$process->reindexAll();
但这并没有达到我的预期。
【问题讨论】:
-
也许你可以使用 shell 命令重新索引?