Where to put category field in Drupal Commerce

When defining product display node types and product entity types in Drupal Commerce, it can be a hard decision where to put taxonomy term reference fields like the product category to. In this post, I try to sum up arguments from different perspectives and give some helpful advice in finding the right decision for you shop project.

attr() vs prop() in jQuery 1.6

Die weit verbreitete und beliebte JavaScript Bibliothek jQuery hat in der Version 1.6, die vor wenigen Tagen veröffentlicht wurde, eine weitreichende Veränderung eingeführt: die Unterscheidung zwischen echten Attributen und Properties.

Testdaten in Magento löschen

Wer einen Online-Shop erstellt, muss diesen vor der Inbetriebnahme klarerweise ausgiebig testen, insbesondere wenn dazu eine individuelle Schnitstelle zur Warenwirtschaft implementiert wurde. In Magento fehlt leider die nützliche Funktionalität, Testdaten vor dem Launch des Shops zu löschen.

Creating or updating products with Magento SOAP v2 API - a very challenging adventure

In one of our current projects we have to set up a Magento shop for a customer. This project includes the development of an import / export interface to his ERP system. First, I had to make the decision which of the offered Magento Core API's I'll use: XML-RPC, SOAP or SOAP v2. I personally dislike XML-RPC webservices, so I had a closer look at the older SOAP API and the newer v2 one.