One of my sites is using ubercart, but I think this is a Drupal question. I have a content type which is supplied in the ubercart module called Product. I would like to copy or duplicate that content type, rename it and use it for my taxable items. Now the question, how do I accomplish this task?

Thanks,

Ron

Comments

Ashford’s picture

This link should answer your question. There is also a forum and some tutorials for further UberCart help.

http://www.ubercart.org/forum/support/7969/drupal6_version_how_do_you_ad...

quikone’s picture

Thanks, that was great!

inseonight’s picture

Thank you for link...

WorldFallz’s picture

Interesting question... maybe with the content copy module (part of the base cck package)?

quikone’s picture

I guess if I would have paid a bit more attention I would have figured this one out. Make a new content type, export the content type that needs to be duplicated and import the data into the new content type. It works very well.

WorldFallz’s picture

Excellent-- glad it worked out.

PaulWood’s picture

I tried as you suggested (create content type then export old, import into new) with an Upbercrt "Product" type.

Seemed like it worked, but on closer inspection, it did not generate the "Product information" section in the new content type.