Skip to content

Instantly share code, notes, and snippets.

View frosit's full-sized avatar

Fabio Ros frosit

View GitHub Profile
<?php
/**
* Categories Children count fix script.
*
* This scripts looks through all categories, compares the current children_count in database with the children_count as calculated in this script.
* If these values are different, the calculated values will be saved.
*
* Author: Fabio Ros - FROSIT
* Client: Seasight-Media
*
@frosit
frosit / CheatSheat.md
Created February 25, 2016 23:27
Magento CheatSheet

#Magento Cheat Sheet Code snippets for use in Magento.

##Base Methods

	// Get Base URL
    Mage::getBaseUrl();
    // Get Base Directory
    Mage::getBaseDir();
@frosit
frosit / magento-testing-scenarios.md
Last active September 11, 2015 14:46 — forked from peterjaap/magento-testing-scenarios.md
Magento testing scenarios

Magento testing scenarios

For use after an upgrade to verify the correct working of Magento

SHIP IT

Frontend

General

  • Activate all logs on the server (PHP, MySQL, Magento, mail, etc)
  • Check meta tags in HTML