categories
cart
No products in cart!!
Search
BV 128
$200.00
$200.00
BV 124
$194.30
$194.30
BV 26
$40.20
$40.20
No products in cart!!
Your checkout does not have any items!!
'; $('.np').html(cartphtm); */ // $('#n_cart').html('No Products are there in Cart!'); alert('Your checkout does not have any item!!'); $('#checkout_p .chp').hide(); $('#np_cart .cdp').hide(); $('#n_cart .cdp').hide(); $('#np_cart').html('No Products are there in Cart!'); $('#n_cart .empcart').html('No Products are there in Cart!'); $('#up_count').html(0); // alert(01); window.location.href="shop.php"; } $('.up_stotal').html(data.sub_total); $('.up_total').html(data.sub_total); /* $('.up_count').html(data.cart_count); */ } //$("#nw-price").html(data.sub_total); swal({ title: "Success?", text: data.message, type: "success", showCancelButton: false, confirmButtonClass: 'btn-success', confirmButtonText: 'Continue' }, function(isConfirm) { if (isConfirm) { location.reload(); } }); } }); }, 1500); } }); /* if(confirm('Are You sure you want to remove this product from Cart??')) { } else { return false; } */ }); var consultant=""; var active=""; var session_user=""; if(active ==0 && !session_user) { if(consultant!=""){ var currentwindowlocation = window.location.href; // var href_name = jQuery(this).attr('href'); var substring = '?consultant='+consultant; if(currentwindowlocation.includes(substring)){ var n_href_name=currentwindowlocation; } else { var n_href_name=currentwindowlocation+'?consultant='+consultant; } //jQuery(this).attr('href',n_href_name); changehistoryurl(n_href_name); } } });