Skip to content

Instantly share code, notes, and snippets.

View mhhansen's full-sized avatar

Martin Hansen mhhansen

  • Buenos Aires, Argentina
View GitHub Profile
@mhhansen
mhhansen / magento-test-file.php
Last active November 16, 2020 10:31
Magento : Testing File
<?php
/**
* Magento Testing file
*
* - Copy paste this code and save it as your-filename.php
* - Place it in your Magento root
* - Access to this file to view results: http://<your_domain>/your-filename.php
*/
require 'app/Mage.php';
@mhhansen
mhhansen / serialize-list-value.php
Last active August 29, 2015 13:57
MageMonkey : Bulk Export - Serialized List column value
<?php
/**
* MageMonkey
* http://www.magentocommerce.com/magento-connect/ebizmarts-magemonkey-official-mailchimp-and-mandrill-integration.html
*/
require 'app/Mage.php';
if (!Mage::isInstalled()) {
echo "Application is not installed yet, please complete install wizard first.";