It would be nice if it could convert various ecommerce types. Specifically, a normal product to a product that hold subproducts would be great. In my case I am running Drupal 5 and have EC Live Subproducts with my ecommerce.

It seems, looking at the database, that all it takes to change a normal product to a subproduct type is to change the ptype field of the ec_product table. In my case from tangible to ec_live_subproducts_tangible.

Neat tool, thanks.

Comments

pancho’s picture

Title: Subproduct of ecommerce » Change product type while editing
Project: Nodetype » e-Commerce
Version: 5.x-1.x-dev » master
Component: Code » product

Definitely an eCommerce issue. The author is talking about some kind of functionality as implemented in the nodetype.module, which allows for changing the nodetype while editing a node.

gordon’s picture

Status: Active » Postponed