}
$("#bookbag_form").on("submit", function (e) {
e.preventDefault();
return false;
})
$("#addtocart").on("click", function (e) {
addMultiple();
-