Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return [1=> ["product"=> ["name"=> "Simple Product", "sku"=> "simple", "price"=> "10.0000", "tax_class_id"=> "0", "quantity_and_stock_status"=> ["is_in_stock"=> true, "qty"=> 100.0], "weight"=> "1.0000", "visibility"=> "4", "category_ids"=> ["2"], "description"=> "Description with <b>html tag</b>", "short_description"=> "Short description", "media_gallery"=> ["images"=> []], "url_key"=> "simple-product", "meta_title"=> "meta title", "meta_keyword"=> "meta keyword", "meta_description"=> "meta description", "tier_price"=> [["website_id"=> "0", "all_groups"=> "1", "cust_group"=> 32000, "price"=> "8.0000", "price_qty"=> "2.0000", "website_price"=> "8.0000", "price_id"=> "__placeholder__"], ["website_id"=> "0", "all_groups"=> "0", "cust_group"=> "0", "price"=> "5.0000", "price_qty"=> "3.0000", "website_price"=> "5.0000", "price_id"=> "__placeholder__"], ["website_id"=> "0", "all_groups"=> "1", "cust_group"=> 32000, "price"=> "5.0000", "price_qty"=> "5.0000", "website_price"=> "5.0000", "price_id"=> "__placeholder__"]], "options_container"=> "container2"]]] | |
return[ 1=> [ "product"=> [ "name"=> "Simple Product", "sku"=> "simple", "price"=> "10.0000", "tax_class_id"=> "0", "quantity_and_stock_status"=> [ "is_in_stock"=> true, "qty"=> 100.0], "weight"=> "1.0000", "visibility"=> "4", "category_ids"=> [ "2"], "description"=> "Description with <b>html tag</b>", "short_description"=> "Short description", "media_gallery"=> [ "images"=> []], "url_key"=> "simple-product", "meta_title"=> "meta title", "meta_keyword"=> "meta keyword", "meta_description"=> "meta description", "tier_price"=> [ [ "website_id"=> "0", "all_groups"=> "1", "cust_group"=> 32000, "price"=> "8.0000", "price_qty"=> "2.0000", "website_price"=> "8.0000", "price_id"=> "__placeholder__"], [ "website_id"=> "0", "all_groups"=> "0", "cust_group"=> "0", "price"=> "5.0000", "price_qty"=> "3.0000", "website_price"=> "5.0000", "price_id"=> "__placeholder__"], [ "website_id"=> "0", "all_groups"=> "1", "cust_group"=> 32000, "price"=> "5.0000", "price_qty"=> "5.0000", "website_price"=> "5.0000", "price_id"=> "__placeholder__"]], "options_container"=> "container2"]]] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 66 of file eav_expected_data_output.php.