-- url of the page with the problem -- :
balancedequine.com.au/theshop/checkout.html
-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.7.0
-- PHP version -- : 7.0.19
-- Browser(s) name and version -- : Firefox 53.03 and Chrome 58.0.3029.110
-- Error-message(debug-mod must be tuned on) -- : 0 - syntax error, unexpected '}'
I am getting this message 0 - syntax error, unexpected '}' when going to the checkout. This began about 11:00 this morning and I can't understand how it happened. Checking the sources in Chrome, shows that there are 3 errors:
checkout.html:82 Uncaught TypeError: Cannot read property 'registerAjax' of undefined
at checkout.html:82
checkout.html:115 Uncaught TypeError: Cannot read property 'registerAjax' of undefined
at checkout.html:115
checkout.html Failed to load resource: the server responded with a status of 500 ()
Looking at the line numbers, line 82 shows window.Oby.registerAjax(, function(params){
Line 115 shows window.Oby.registerAjax(, function(params){
Both of these lines finish with a { but this is opposite to the error message which shows that the error is }
If the curly bracket on the ends of the respective lines is the problem, where do I find the file to edit and remove these brackets? It tells me that the file is in theshop/checkout.html, but for the life of me I can't find this, or am I going about this all wrong? Thanks in advance for any help with this, Steve