-- url of the page with the problem -- :
buttonshanks.com/products/6mm-shanks/checkout/task-show/cid-2
-- HikaShop version -- : 3.5.1
-- Joomla version -- : 3.8.12
-- PHP version -- : 7.0.31
-- Browser(s) name and version -- : Chrome 65
-- Error-message(debug-mod must be tuned on) -- : Hikashop error:
function hikashopToggleFields(new_value, namekey, field_type, id, prefix) { if(!window.hikashop) return false; return window.hikashop.toggleField(new_value, namekey, field_type, id, prefix); } window.hikashop.ready(function() { if(!document.formvalidator) return; var container = document.getElementById('hikashop_checkout_login_2_0'); if(container) document.formvalidator.attachToForm(container); });
No error in the Joomla Debug console
Appears that the guest checkout works and the user can purchase products. But this error comes up and scares users off and off course the error should not be there.