Skip to content

Instantly share code, notes, and snippets.

@code-poel
Created March 4, 2016 15:38
Show Gist options
  • Save code-poel/9214d9755316490b67fb to your computer and use it in GitHub Desktop.
Save code-poel/9214d9755316490b67fb to your computer and use it in GitHub Desktop.
Bypass the Magento Flat Catalog Settings
<?php
// Notice this is NOT SAVING the setting...
Mage::app()->getStore()->setConfig(Mage_Catalog_Helper_Product_Flat::XML_PATH_USE_PRODUCT_FLAT, '0');
// Build your collection here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment