Important

You are browsing upcoming documentation for version 7.1 of OroCommerce, scheduled for release in 2027. Read the documentation for the latest LTS version to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Action Extension 

This extension configures actions for the datagrid. Add action types and place their configuration under the actions node.

Actions 

type is a required option for the action configuration. To control access to an action, add the optional acl_resource node to it.

Ajax 

Ajax performs an ajax call by the given URL.

action_name:
    type: ajax
    link: PROPERTY_WITH_URL # required

Delete 

Delete performs the DELETE ajax request by the given URL.

action_name:
    type: delete
    link: PROPERTY_WITH_URL  # required
    confirmation: true|false # should confirmation window be shown