Improving product creation workflow in Drupal Commerce
Drupal Commerce represents a quantum shift in how to approach web shops on the platform. One aspect which has changed is the way products are generated. They exist as product entities which are related to a content types via a node reference. Lost you already? Well I think my clients would be lost at least.
The implication is that in order to publish a product you need to fill in 2 forms, ouch! I can see why it has been done this way, abstracting products from nodes allows us to create bundles and products which are only available when bought together. The unintended consequence is that my customers might get confused / daunted / make mistakes.
Fortunately Nylin has contributed "Commerce Product Display Manager" module which streamlines the process of product creation. It allows users to visit
admin/commerce/products/add/product
and use one form to create the product entity and the node (or reference an existing node)
Labels: Drupal Commerce
<< Home