I am currently making a form that utilizes the 'product' field under the Pricing Fields tab. The problem I am running into is that when i go to click the edit button for the field it runs into a coding error.
the error is "Uncaught TypeError: cannot read property 'decimals' of null". for line 51.
'money = this.numberFormat(number, this.currency["decimals"], this.currency["decimal_separator"], this.currency["thousand_separator"]);' and makes it impossible to edit the field entirely.
Is there any solutions to be able to fix or at least work around it?