Extend Drupal Commerce Products

Categories

Component ID

1470430

Component name

Extend Drupal Commerce Products

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

How to clone Drupal Commerce Product Types, that's the question.

Trying to solve this question, i came accross http://drupal.org/project/bundle_inherit, that intends to solve the question in a generic way, allowing any type of Entity to be cloned. This is a really great thing for the evolution of Entity ecosystem and Drupal itself.

Unfortunately, the module only offers Node Entity type inherit features at this time, so i'm trying to fork this feature and enable this to work with Drupal Commerce Product Types too.

Any help would be great!