3
चेकआउट चरण में बदलाव करते समय संपत्ति में वर्ग Magento \ Quote \ Api \ Data \ AddressInterface में संबंधित सेटर नहीं होता है
1 - मैं customer_address में एक eav विशेषता जोड़ता हूं $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 - मैंने …