3
Властивості немає відповідного сеттера в класі Magento \ Quote \ Api \ Data \ AddressInterface під час зміни кроку оформлення замовлення
1 - я додаю атрибут eav до 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 - Я додав атрибут …