8 replies [Last post]
Anand yrh's picture
Offline
Joined: 03/06/2009
Juice: 271
Was this information Helpful?

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

adrianmak's picture
Offline
Joined: 05/28/2008
Juice: 312
Anand yrh wrote:Hi, I have
Anand yrh wrote:

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

I'm a newbie too. What's mean of not in class ?

Anand yrh's picture
Offline
Joined: 03/06/2009
Juice: 271
Re: Anand yrh wrote:Hi, I have

I have submited products in Content type (Product),
Now i have to group products using product class and set attribute to each product class.
How to do this?

TwistedLincoln's picture
Offline
Joined: 04/06/2008
Juice: 128
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.

---------------------------
Twisted Lincoln, Inc.
www.twistedlincoln.com/shop

Anand yrh's picture
Offline
Joined: 03/06/2009
Juice: 271
Re: Re: Re: Anand yrh wrote:Hi, I have

Thanks for your replay 'TwistedLincoln'
I was trying to do that in bulk,
But it's not possible!

jamesialford's picture
Offline
Bug Finder
Joined: 04/10/2009
Juice: 172
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.
Click on one of your product names. Then you can click the edit link at the top of the page.
About half way down you will see your Taxonomy term the Ubercart created on install. "Catalog" This is the drop down box you can add you product to a class.

I do not know of a easy way to get the job done for you.

Anand yrh's picture
Offline
Joined: 03/06/2009
Juice: 271
Re: Edit product page

Thnaks! jamesialford,

Editing all products is a bad idea, and time consuming job.

If i don't find any other way to do this i have to do this like you said.

bloke_zero's picture
Offline
Joined: 03/24/2009
Juice: 62
anyone finding this now

D6 - check the node convert module: http://drupal.org/project/node_convert

------------------------------
http://zero-design.info

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 533
Re: anyone finding this now

I have had great success with Node Convert. I second the suggestion.