Gustavo Luigi 2022-09-01 20:03:39 +02:00
parent b8e77ca5f4
commit 23c11d7499
1 changed files with 2 additions and 0 deletions

View File

@ -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');