¨4.0.1¨
This commit is contained in:
@@ -20,6 +20,50 @@ return [
|
||||
'manage_stock' => 'Inventory Management',
|
||||
'qty' => 'Qty',
|
||||
'in_stock' => 'Stock Availability',
|
||||
'new_from' => 'Product New From',
|
||||
'new_to' => 'Product New To',
|
||||
'new_from' => 'New From',
|
||||
'new_to' => 'New To',
|
||||
'up_sells' => 'Up-Sells',
|
||||
'cross_sells' => 'Cross-Sells',
|
||||
'related_products' => 'Related Products',
|
||||
|
||||
# product attributes
|
||||
'attributes' => [
|
||||
'*.attribute_id' => 'Attribute',
|
||||
'*.values' => 'Values',
|
||||
],
|
||||
|
||||
# product options
|
||||
'options' => [
|
||||
'*.name' => 'Name',
|
||||
'*.type' => 'Type',
|
||||
'*.values.*.label' => 'Label',
|
||||
'*.values.*.price' => 'Price',
|
||||
'*.values.*.price_type' => 'Price Type',
|
||||
],
|
||||
|
||||
# product variations
|
||||
'variations' => [
|
||||
'*.name' => 'Name',
|
||||
'*.type' => 'Type',
|
||||
'*.values' => 'Values',
|
||||
'*.values.*.label' => 'Label',
|
||||
'*.values.*.color' => 'Color',
|
||||
'*.values.*.image' => 'Image',
|
||||
],
|
||||
|
||||
# product variants
|
||||
'variants' => [
|
||||
'*.name' => 'Name',
|
||||
'*.sku' => 'SKU',
|
||||
'*.is_active' => 'Status',
|
||||
'*.is_default' => 'Default',
|
||||
'*.price' => 'Price',
|
||||
'*.special_price' => 'Special Price',
|
||||
'*.special_price_type' => 'Special Price Type',
|
||||
'*.special_price_start' => 'Special Price Start',
|
||||
'*.special_price_end' => 'Special Price End',
|
||||
'*.manage_stock' => 'Inventory Management',
|
||||
'*.qty' => 'Quantity',
|
||||
'*.in_stock' => 'Stock Availability',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user