There is a script which provides error:
Code:
phUpdateRegionjform_country(jQuery('#jform_country'),val());
seems there should be .val() instead of ,val()
Code:
jQuery('html,body').animate({scrollTop: jQuery("#phcheckoutpaymentedit").offset().top}, 1000 );
Uncaught TypeError: jQuery(...).offset() is undefined
I can't find #phcheckoutpaymentedit
Please Log in or Create an account to join the conversation.