Skip to content

Instantly share code, notes, and snippets.

@cmuench
Created July 10, 2012 08:44
Show Gist options
  • Save cmuench/3082090 to your computer and use it in GitHub Desktop.
Save cmuench/3082090 to your computer and use it in GitHub Desktop.
Reindex product flat index for a single store view
<?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