magento2-google-address-lookup icon indicating copy to clipboard operation
magento2-google-address-lookup copied to clipboard

After upgrade 2.4.4 Failed to load the "CtiDigital_GoogleAddressLookup/form/field" template

Open stravanato opened this issue 2 years ago • 1 comments

I just upgraded Magento to 2.4.4. The address_finder field doesn't show. This is what I see in chrome developer console: [2022-07-04 06:51:05] [ERROR] Failed to load the "CtiDigital_GoogleAddressLookup/form/field" template requested by "checkout.steps.shipping-step.shippingAddress.shipping-address-fieldset.address_finder". Actually though, in network file list you can find it image

stravanato avatar Jul 04 '22 17:07 stravanato

It is caused by an invalid template file, there is an extra <!-- /ko --> at the end of the template.

Simply delete this line https://github.com/ctidigital/magento2-google-address-lookup/blob/8c6d51f5c326480a131341c42a6a0c80b656a644/view/frontend/web/template/form/field.html#L51

slackerzz avatar Jan 23 '23 14:01 slackerzz