Skip to content

Instantly share code, notes, and snippets.

@octoxan
octoxan / MagentoSnippets.md
Created March 29, 2016 12:31 — forked from discountscott/MagentoSnippets.md
Magento Snippets

Magento Snippets

Clear cache/reindex

<?php
// clear cache
Mage::app()->removeCache('catalog_rules_dirty');
// reindex prices
Mage::getModel('index/process')->load(2)->reindexEverything();
@octoxan
octoxan / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console