Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM extend Commerce -> Products -> Create Folder dialog and Commerce -> Products -> Folder -> View Properties dialog

Avatar

Level 2

Hi All,

Is it possible to extend the following dialogs in AEM :-

  • Commerce -> Products -> Create Folder
  • Commerce -> Products -> Folder -> View Properties

I would like to add two additional text fields to these dialogs.

Is there an example or tutorial how to do this?

Or which nodes / properties should be extended to achieve this?

Thank you for any advise!

Best regards.

3 Replies

Avatar

Community Advisor

Hi @RobertBailey1 

You should be able to make changes to these on the below path:
/libs/commerce/gui/content/products

 

Please review and overlay as requried.

 

Hope this helps!

Avatar

Level 2

Hi @Asutosh_Jena_ ,

Thank you for your response.

Do you know which nodes under /commerce/gui/content/products should be extended or customised , in order to add two additional text fields to the "Create folder" dialog and "View folder properties" dialogs?

I have attached screenshot showing first two levels of nodes under ''/apps/commerce/gui/content/products''.

Screenshot showing first two levels of nodes under ''_apps_commerce_gui_content_products''.png

Thank you for your time and best regards,

Robert

Avatar

Community Advisor

Hi @RobertBailey1 

Please refer the below paths:

 

For adding fields to create folder dialog.
/libs/commerce/gui/content/products/jcr:content/actions/secondary/create/items/createfolder
/libs/wcm/core/content/coral/common/createfolderdialog/items/form/items

 

For adding fields to View Properties of folder:

/libs/sling/Folder/cq:dialog/content/items/columns/items/props/items/systemprops/items

 

Please note these are the global fields and updating these will have impact globally.

Thanks!