Hi,
I got this problem, on a page that doesn't have nothing abut the store:
"Payment is not a function"
These are the lines:
jQuery( document.getElementById( 'ec_card_number' ) ).payment( 'formatCardNumber' );
jQuery( document.getElementById( 'ec_cc_expiration' ) ).payment('formatCardExpiry');
jQuery( document.getElementById( 'ec_security_code' ) ).payment('formatCardCVC');
The error is in the first row but I tried to exclude the furst line and the errore is now in 2...
Somebdy can help me?
Thank you
I got this problem, on a page that doesn't have nothing abut the store:
"Payment is not a function"
These are the lines:
jQuery( document.getElementById( 'ec_card_number' ) ).payment( 'formatCardNumber' );
jQuery( document.getElementById( 'ec_cc_expiration' ) ).payment('formatCardExpiry');
jQuery( document.getElementById( 'ec_security_code' ) ).payment('formatCardCVC');
The error is in the first row but I tried to exclude the furst line and the errore is now in 2...
Somebdy can help me?
Thank you
Comment