By quikone on
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
re: UberCart - add taxes to some items
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...
Awesome
Thanks, that was great!
UberCart - add taxes to some items
Thank you for link...
_
Interesting question... maybe with the content copy module (part of the base cck package)?
Figured it out
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.
_
Excellent-- glad it worked out.
I tried as you suggested
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.