magento2請求先住所セクションに新しいフィールドを追加しようとしました。以下のリンクをたどって、配送先住所ブロックに新しいフィールドを追加しました
http://oyenetwork.com/articles/magento2-devliery-date-module-creation-from-scratch/
新しいフィールドを配送先住所セクションに追加しました。しかし、私のサイトでは、「仮想製品」を使用しています。新しいカスタムフィールドを課金セクションに追加します。以下のように「LayoutProcessorPlugin.php」コードを変更しました
$ jsLayout ['components'] ['checkout'] ['children'] ['steps'] ['children'] ['billing-step'] ['children'] ['payment'] ['children'] [ 'payments-list'] ['children'] ['delivery_date']
の代わりに
$ jsLayout ['components'] ['checkout'] ['children'] ['steps'] ['children'] ['shipping-step'] ['children'] ['shippingAddress'] ['children'] [ 'shipping-address-fieldset'] ['children'] ['delivery_date']
しかし、それは機能しません。magento2の請求先住所ブロックに新しいカスタムフィールドを追加するにはどうすればよいですか?