From 75fb350e2e79b723a9e2491904619cabec58f82e Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Thu, 1 Sep 2022 20:04:40 +0200 Subject: [PATCH] . --- content/master.blade.php | 2 ++ 1 file changed, 2 insertions(+) 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){