cancel
Showing results for 
Search instead for 
Did you mean: 

Take off virtual items

Take off virtual items

Hello,

 

I want all the items to be simple items and not virtual.

 

How can I do that?

 

thanks

 

Sharon

2 REPLIES 2

Re: Take off virtual items

Hi @clemence_benharbon 

You can do it only direct in DB. For example with query

update catalog_product_entity set type_id = 'simple' where type_id = 'virtual';

But beware, this query converts all virtual products to simple. (better to create db backup before start).

It may help you.

Problem Solved? Click on Kudos & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: Take off virtual items

Hi,

 

Thanks. Is there a way to do this directly from magento dashboard? As I do not know how to proceed with the query you told me...

 

best

 

Sharon