3
Thuộc tính không có trình thiết lập tương ứng trong lớp Magento \ Trích dẫn \ Api \ Dữ liệu \ Địa chỉ trong khi thay đổi bước thanh toán
1 - Tôi thêm một thuộc tính eav cho customer_address $attributesInfo = [ 'reference' => [ 'label' => 'Reference', 'type' => 'varchar', 'input' => 'text', 'position' => 100, 'visible' => true, 'required' => false, ], ]; foreach ($attributesInfo as $attributeCode => $attributeParams) { $customerSetup->addAttribute('customer_address', $attributeCode, $attributeParams); } 2 - Tôi …