Changing Order.Editor.Config.Js/store specific one not updating view
Hi Matt,
I've updated a custom order.editor.config.js file to show a county field (ideally it would also show the country name) for billing and shipping addresses, however the new field doesn't appear to be showing in either the order view or the edit view.
Any ideas why this wouldn't be getting picked up on existing orders? I've tried re-building and restarting the website incase it was a caching issue.
The order line properties / additional info are really the only areas where you can ADD extra fields. The view for the order customer details / order customer editor are pretty fixed and only really offer configuration so that you can alter the name of the fields and which property on the order they relate to.
As such, adding an extra field to the customer details isn't really possible.
Best option I could think of is if you used the Regions feature to define the counties as those should be setup to display in the editor.
Changing Order.Editor.Config.Js/store specific one not updating view
Hi Matt,
I've updated a custom order.editor.config.js file to show a county field (ideally it would also show the country name) for billing and shipping addresses, however the new field doesn't appear to be showing in either the order view or the edit view.
Any ideas why this wouldn't be getting picked up on existing orders? I've tried re-building and restarting the website incase it was a caching issue.
Thanks
Nik
Hey Nik,
The order line properties / additional info are really the only areas where you can ADD extra fields. The view for the order customer details / order customer editor are pretty fixed and only really offer configuration so that you can alter the name of the fields and which property on the order they relate to.
As such, adding an extra field to the customer details isn't really possible.
Best option I could think of is if you used the Regions feature to define the counties as those should be setup to display in the editor.
Matt
is working on a reply...