Beware of evil pathauto patterns!
Recently, a very mysterious problem has cost us quite a lot of time and some headache too. Before I explain, what happened, I want to mention, that it happened on a Drupal 7 Site on a MS SQL Server database. According to an issue on drupal.org, that I will mention later, it may also occur with PostegreSQL, but most likely not with MySQL. But I also have a general advice regarding pathauto patterns and best practices.
Fatal errors may cause infinite Feeds batch runs and exasperate you!
Every developer knows that kind of situations, where you spend hours chasing a problem, that suddenly appeared, and the more you debug and dive into fixing it, the more you get confused and unnerved. And when you finally have found the solution, it turns out, that it was a very simple and stupid bug, you've created unwittingly - the sort of cause, you haven't ever thought about, and you feel like bumping your head hard onto the wall...
1-Cent-Rundungsfehler in Magento 1.7 TATSÄCHLICH beheben
Wer schon einmal einen Magento-Shop betreut hat, der ist mit hoher Wahrscheinlichkeit auf das Rundungsproblem gestoßen, bei dem immer wieder Rundungsdifferenzen von +/- 1 Cent auftreten. Das Problem ist bereits seit langer Zeit bekannt, echte Problemlösungen sind aber schwer zu finden.
interessante Sammlung von Drupal Tutorials, News und Blogs
Jimmy Atkinson hat vor kurzem seine Liste der "Top 50 Drupal Reference & Tutorial Sites" aktualisiert.
Drupal Commerce: building Commerce Discount rules based on node categories
Today I'll explain, how we've build our own Inline Conditions in order to support Commerce Discount rules based on taxonomy terms of product display nodes.
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.
Drupal Commerce: revised related Products Guide using Views and Entity Reference
There's a great tutorial on drupal.org, written by Jim Bova, explaining how to create a "related products" block in Drupal Commerce. While I was building a similar Views block based on this tutorial, I've found some improvements that are imho both cleaner and more performant, completely relinguishing the use of Views PHP module.
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.
HTML5 'search' input type für Webkit-Browser stylen
Der HTML5-Standard bringt uns u.a. einige Neuerungen im Bereich der Formulare. Dazu gehören einige neue Typen für Input-Felder. Eines davon sind Suchfelder, die den type="search" erhalten.
Magento Katalog-Preisregeln für einzelne Produkte definieren
Die Katalog- und Warenkorb-Preisregeln von Magento bieten die Möglichkeit, bestimmte Rabatte unter bestimmten Bedingungen zu gewähren. Zum Beispiel kann man einer bestimmten Kundengruppe im Monat März auf alle Produkte einer bestimmten Kategorie einen 10% Rabatt gewähren.