function GotoCart() { var ops = ""; if ($("#options2")){ ops = $("#options2").val(); } var cs = $("#counts").val(); if (isNaN(cs)){ cs = $("#counts_2").val(); } location.href="/cart/?page=shop/cart&func=cartAdd&quantity="+cs+"&product_id=1518&options="+ops; }