diff --git a/content/master.blade.php b/content/master.blade.php index 7228138..4ae99e8 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -170,6 +170,8 @@ if(typeof updateProducts === "function") $('#list-products').html(''); totalPrice = 0; if(objProducts.length > 0) { + $('#cart-link').show(); + $("#btn-share").show(); let ids = objProducts.map(obj => obj.id); $.get($('meta[name="get-contents"]').attr('content')+"/"+ids.join(","), function(response, status){ response.contents.forEach(function(item){