Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
functional
tests
app
Magento
CatalogImportExport
Test
_files
template
products_variation_1.php
Go to the documentation of this file.
1
<?php
7
return
[
8
'entity_0'
=> [
9
'data_0'
=> [
10
'sku'
=>
'%sku%'
,
11
'product_type'
=>
"simple"
,
12
'name'
=>
'%name%'
,
13
'price'
=>
'999.00'
,
14
'url_key'
=>
'%url_key%'
,
15
'qty'
=>
'999'
,
16
],
17
],
18
'entity_1'
=> [
19
'data_0'
=> [
20
'sku'
=>
'%sku%'
,
21
'product_type'
=>
"simple"
,
22
'name'
=>
'%name%'
,
23
'price'
=>
'999.00'
,
24
'url_key'
=>
'%url_key%'
,
25
'qty'
=>
'999'
,
26
],
27
],
28
'entity_2'
=> [
29
'data_0'
=> [
30
'sku'
=>
'%sku%'
,
31
'product_type'
=>
"simple"
,
32
'name'
=>
'%name%'
,
33
'price'
=>
'%price%.00'
,
34
'url_key'
=>
'%url_key%'
,
35
'qty'
=>
'%qty%'
,
36
],
37
],
38
];