Hi,
There is a javascript function called hikashopToggleFields that seems to not be loaded on my checkout - it appears the function was created but never deployed in my version of hikashop 1.5.7.
Is that true and can I ignore the function or should I be using the function?
In the code it says:
static $done = false;
if(!$done){
$js.="
function hikashopToggleFields(new_value,namekey,field_type,id){ ... etc ....
Which clearly does not output the function because done is false. Should I edit that code to true and does the function work in 1.5.7 or should I just carry on as if the function doesn't exist?
Thanks,
Mat