Commerce

August 20, 2014

How to create Drupal Commerce products programmatically

Sometimes you just need to get your hands dirty and start adding Drupal Commerce products programmatically. Luckily that is not that hard of an thing to do. Create a Product entity: //...

Read

July 5, 2014

How to keep product category active when viewing a product in Drupal Commerce

If you have your product categories-vocabulary in a menu, Drupal Commerce can't by default activate the active-trail when viewing a product node. This can be bad UX, since user has to remember from...

Read