Skip to content

Instantly share code, notes, and snippets.

View ppassmannpriv's full-sized avatar
🎯
Focusing

Pieter Paßmann ppassmannpriv

🎯
Focusing
View GitHub Profile
@ppassmannpriv
ppassmannpriv / import.php
Created March 11, 2013 13:34
Get rid of the old product image on the external import (xml)
<?php
public function removeOldProductImages($sku) {
// Produkt laden
$product = Mage::getModel('catalog/product');
if (! ($id = $product->getIdBySku($sku))) {
throw new Exception("! Produkt '".$sku."' wurde nicht gefunden");
}
// Funktioniert nicht: