You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Entities Selector makes it easy to create component with the same functionality as 'Related Products, Up-Sells, and Cross-Sells' on the product form.
What are the benefits?
You don't need to write PHP code. Add only the Entities Selector component to the XML.
You can use any listings (product_listing, cms_page_listing, customer_listing, etc).
Easy to configure.
Options
General options
Options
Description
Type
Default
Is Required
namespace
The name of the XML file with listing
string
null
true
columnsName
The name of the columns component in the listing
string
null
true
selectionsColumnName
The name of the selectionsColumn component in the listing
string
null
true
label
Caption for an component
string
null
true
grid/columns
Array of columns
array
[]
true
grid/columns/{columnName}
Column configuration array
array
[]
true
grid/dndEnabled
Enable/Disable drag and drop functionality
boolean
true
false
limit/min
Minimum limit
number
null
false
limit/max
Maximum limit
number
null
false
Column configuration options
Options
Description
Type
Default
Is Required
original_name
The name of the column in the grid
string
null
true
type
Type (text, thumbnail)
string
null
true
label
Heading for a column
string
null
true
fit
Сolumn width
boolean
null
true
sortOrder
Column sort order
number
null
true
Examples
1. Add component to Sales Rule form. (Listing: cms_page_listing).