AEM extend Commerce -> Products -> Create Folder dialog and Commerce -> Products -> Folder -> View Properties dialog | Community
Skip to main content
Level 4
March 19, 2021
Question

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

  • March 19, 2021
  • 3 replies
  • 906 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Asutosh_Jena_
Community Advisor
Community Advisor
March 19, 2021

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!

Level 4
March 22, 2021

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''.

Thank you for your time and best regards,

Robert

Asutosh_Jena_
Community Advisor
Community Advisor
March 22, 2021

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!