Hey there,
When im in the "my shopping cart" area and trying to change the shipping or payment method, amount or anything at all in that page Im getting an error (please find attached the pic' of the error.)
any thoughts?
#gkPopupLogin,
#gkPopupCart {
height: 320px !important;
overflow: auto;
}
#login-form fieldset p {
line-height: 12px;
margin: 0 0 10px;
}
#gkPopupLogin, #gkPopupCart {
display: none;
}
jQuery('#btnLogin').click(function(){
jQuery('#gkPopupLogin').toggleClass('active');
});
#gkPopupLogin {
display: none !important;
}
#gkPopupLogin.active {
display: block !important;
}