cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to remove "personalization" Action in Backoffice

cat2023
Associate
Associate
0 Likes
1,025

How to remove "personalization" Action in Backoffice, the action appear in order and products .etc page.

Accepted Solutions (0)

Answers (2)

Answers (2)

Neeraj_Jain1
Active Contributor
0 Likes

Hello cat2023,

Please refer below SAP help link. Might it helps.

https://help.sap.com/docs/SAP_COMMERCE_COMPOSABLE_STOREFRONT/962112809f9a48f9b36aa05b208b3731/06a12a...

Regards,

Neeraj Jain

cat2023
Associate
Associate
0 Likes

Thanks for your comments, maybe we discussed not the "personalization" in the storefront. We only want to disable the action(button) in Backoffice.

cat2023
Associate
Associate
0 Likes

There are 2 ways to remove the "Personalization" Action:

1. Remove "Personalization" Action via AO(Attachment: show cockpit-config.xml.png):

  • Fn+F4(AO)>>Click "Show cockpit-config.xml"
  • Delete or note the below script:

<y:group qualifier="personalization" show-group-header="false" show-separator="true" position="60">

<y:action action-id="com.hybris.backoffice.widgets.actions.listview.personalization"

property="activeMoldName" position="10"/>

</y:group>

  • Click "Refresh" and "Fn+F4", and will find the "Personalization" Action be removed

2. Remove "Personalization" Action via edit platformbackoffice-backoffice-config.xml file(Attachment: EditFile.png):

  • Delete or note the below script in platformbackoffice-backoffice-config.xml file:

<!-- <y:group qualifier="personalization" show-group-header="false" show-separator="true" position="60">

<y:action action-id="com.hybris.backoffice.widgets.actions.listview.personalization"

property="activeMoldName" position="10"/>

</y:group>

  • Fn+F4(AO)>>Click "Reset everything"(Attachment: Reset everything.png)
  • Fn+F4(AO), will find the "Personalization" Action be removed