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

How add Backoffice Custom widget button in editor area of the item type configured in back office

Former Member
0 Likes
3,049

I created custom widget for button i want place the widget in editor area of the product Type

Thanks, Nandini

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Hi Nandini,

You want a button inside editor-area for e.g. like "Find Stock Levels" button for product? If so, you need to create custom editor and bind it to an attribute.

Creating custom editor : https://help.hybris.com/1808/hcd/8bd4c25286691014b3f9876ca5816926.html

Refer OOTB "StockLevelFinderEditor" .

If you need something like a button at the top of editor area like sync button, you need to create a custom action and invoke your logic in it.

Creating an action : https://help.hybris.com/1808/hcd/8bd494db866910149bf29f9ae6ff6823.html

Note : After creating either action or editor you need to configure it in your backoffice-config.xml.

Former Member
0 Likes

Button is an action, use customersupportbackoffice ootb extension for reference. you can understand how to create button.