Created
July 10, 2012 08:44
-
-
Save cmuench/3082090 to your computer and use it in GitHub Desktop.
Reindex product flat index for a single store view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'app/Mage.php'; | |
Mage::app('admin'); | |
$indexer = Mage::getSingleton('catalog/product_flat_indexer'); | |
$indexer->rebuild(22); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment