ideal-postcodes / magento

UK Address Finder & Postcode Lookup Magento Extension
https://ideal-postcodes.co.uk/magento
2 stars 2 forks source link

Update admin.phtml - Added Nonce to inline javascript #535

Open timpea-splat opened 5 months ago

mfilip commented 5 months ago

We will be adding that PR https://github.com/ideal-postcodes/magento/pull/536 instead

timpea-splat commented 5 months ago

Could you add the following to the admin.phtml?

autocompleteOverride: autocompleteOverride,

I have the following override to remove the organisation from the 1st line of the address

{ "removeOrganisation": true }

Or could you add an Admin setting for removeOrganisation? So it is easy to set.

Without it, the organisation is always repeated in the 1st line of the address.

mfilip commented 5 months ago

@timpea-splat think we can add it in different way because override can cause problems for other users. Think best way will be adding that option as checkbox to select and set after.