Hi,
I have created two product class, i have 200 products which is not in class.
Now need to add all products to class and set attribute,
How to do this?
Regards
Anand
|
Ubercart |
|
|
|
||
|
Thu, 04/09/2009 - 04:42
Hi, I have created two product class, i have 200 products which is not in class. Now need to add all products to class and set attribute, How to do this? Regards
Anand yrh wrote:Hi,
I have
Hi, I have created two product class, i have 200 products which is not in class. Now need to add all products to class and set attribute, How to do this? Regards I'm a newbie too. What's mean of not in class ?
Re: Anand yrh wrote:Hi,
I have
I have submited products in Content type (Product),
Re: Re: Anand yrh wrote:Hi,
I have
As far as I know, there is no way to move a product from one class to another. You typically have to recreate them using the new class. From what I've read, you can use the Nodetype module (http://drupal.org/project/nodetype) to adjust the database field indicating what class the item is in, but this may have unexpected results. Plus, I don't think there is any way to do it in bulk without performing a command directly on the database using phpmyadmin or whatnot.
Edit product page
Anand yrh, when you added you product you should have a drop down box to add the product to a class. I hate to say this but I think you need to edit all 200 of your products and add them to the catalog product class. If you go to Home » Administer » Store administration»Products you should see all your products. I do not know of a easy way to get the job done for you.
anyone finding this now
D6 - check the node convert module: http://drupal.org/project/node_convert |
|