Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Is there an option to edit multiple products in product store without bulk editor?

Avatar

Level 1

Is there an option to edit multiple products with associated scaffolding form in product store without bulk editor? Like option we have for editing multiple page properties and multiple asset properties.

Bulk editor is not touch friendly and tags cannot be selected instead needs to be manually added.

Any customization to look at?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @rangavinodkumar ,

 

If you want to change property or add the same property throughout your site. You can write a groovy script to add that particular property by writing a query. Refer this link https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/ 

 

Bulkeditor gives option of inplace editing but as you said its not touch friendly.

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @rangavinodkumar 

Agree with your point on bulk editor.

But as am aware,bulk editor is the only default option which OOTB provides to meet bulk editing feature. 

If not, you need to look at using customised tool/ or customising the bulk editor to meet your requirements. 

Avatar

Correct answer by
Level 2

Hi @rangavinodkumar ,

 

If you want to change property or add the same property throughout your site. You can write a groovy script to add that particular property by writing a query. Refer this link https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/ 

 

Bulkeditor gives option of inplace editing but as you said its not touch friendly.

Avatar

Employee

To edit multiple products with scaffolding, you can adapt the scaffolding definition for product data. For we.retail on AEM 6.4, this is /apps/scaffolding/we-retail/products, this config defines which properties are visible via the UI and helps in bulk creating and updating the products.

 

http://<host:port>/apps/weretail/content/scaffolding/we-retail/product.html