diff --git a/content/master.blade.php b/content/master.blade.php index 9cb91fb..ef7b867 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -178,7 +178,8 @@ if(objProductInfo == undefined) { $('#btn-add-to-bag').show(); $('#btn-show-bag').hide(); - $('#btn-check-out').parent().show(); + if(objProducts.length > 0) $('#btn-check-out').parent().hide(); + else $('#btn-check-out').parent().show(); } else { $('#btn-add-to-bag').hide();