Skip to content

Instantly share code, notes, and snippets.

View fysiomike's full-sized avatar

Mike fysiomike

  • FysioSupplies
  • The Netherlands
View GitHub Profile
@piotrekkaminski
piotrekkaminski / PATCH_SUPEE-389_EE_1.12.0.2_v2.sh
Created September 5, 2014 20:18
SUPEE-389: Every time the catalog URL is rendexed, a new custom rewrite is created
#!/bin/bash
# Patch apllying tool template
# v0.1.2
# (c) Copyright 2013. Magento Inc.
#
# DO NOT CHANGE ANY LINE IN THIS FILE.
# 1. Check required system tools
_check_installed_tools() {
local missed=""
@tegansnyder
tegansnyder / run-datafeed-manually.php
Created July 29, 2014 21:09
Run Wyomind Datafeed Manager outside of Magento
<?php
require_once('app/Mage.php');
umask(0);
Mage::app();
$collection = Mage::getModel('datafeedmanager/configurations')->getCollection();
foreach ($collection as $feed) {
if ($feed->getFeedName() == 'GoogleShopping') {
@Vinai
Vinai / fix-url-keys.php
Last active September 2, 2022 16:24
This fixes the duplicate url_key issue in a Magento 1.8 / 1.13 installation.
<?php
/**
* Drop this into the shell directory in the Magento root and run with -h to see all options.
*/
require_once 'abstract.php';
/**
* Fix duplicate url keys for categories and products to work with the 1.8 alpha1 CE url key constraints.
@erikreagan
erikreagan / mac-apps.md
Created August 4, 2012 19:18
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik