master
parent
b8e77ca5f4
commit
23c11d7499
|
@ -223,6 +223,8 @@
|
|||
$('#total-checkout-price').parent().parent().parent().hide();
|
||||
$('#no-products-in-checkout').show();
|
||||
}
|
||||
$('#cart-link').hide();
|
||||
$("#btn-share").hide();
|
||||
}
|
||||
$('#total-price').text(formatter.format(totalPrice));
|
||||
let productId = $('meta[name="product-id"]').attr('content');
|
||||
|
|
Loading…
Reference in New Issue