SyntaxFix
Write A Post
Hire A Developer
Questions
You can hide the modal and popup the window to review the carts in validateShipping() function itself.
function validateShipping(){ ... ... $('#product-options').modal('hide'); //pop the window to select items }