cancel
Showing results for 
Search instead for 
Did you mean: 

How to bulk update "Used in Product Listing" in selected attributes?

How to bulk update "Used in Product Listing" in selected attributes?

How to bulk update Used in Product Listing  = yes in selected attributes?

1 REPLY 1

Re: How to bulk update "Used in Product Listing" in selected attributes?

Hi @Aveeva,

There is not any direct way to bulk update for product attribute using admin panel.


for the workaround you can update from database as well. 

you can update from "catalog_eav_attribute" table, update column "used_in_product_listing"=true for the attributes which you want to update.

Reindex and flush the cache once after update.

I hope it will help you!