When a user fails to select a shipping method the validation message is not showing. I am seeing this on multiple sites, can anyone confirm or offer a solution?
I can step into the code and see that the isValid method is being called in skin/frontend/base/default/js/ecomdev/checkitout/steps/shipping.js and this in turn is correctly calling the Validation.ajaxError method found in skin/frontend/base/default/js/ecomdev/checkitout/compatibility/global.js. This correctly call the showAdvice method which is supposed to trigger the Appear effect but from what I can see this never happens (i.e. the display stays as none and the opacity never moves to 100).
Can anyone help?
When a user fails to select a shipping method the validation message is not showing. I am seeing this on multiple sites, can anyone confirm or offer a solution?
I can step into the code and see that the
isValidmethod is being called inskin/frontend/base/default/js/ecomdev/checkitout/steps/shipping.jsand this in turn is correctly calling theValidation.ajaxErrormethod found inskin/frontend/base/default/js/ecomdev/checkitout/compatibility/global.js. This correctly call theshowAdvicemethod which is supposed to trigger the Appear effect but from what I can see this never happens (i.e. the display stays as none and the opacity never moves to 100).Can anyone help?