diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Basket/Default.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Basket/Default.cshtml index e0057a76..05bbe1da 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Basket/Default.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Basket/Default.cshtml @@ -1,4 +1,3 @@ - @using EShopOnAbp.Localization @using Microsoft.Extensions.Localization @@ -10,38 +9,50 @@ @if (!Model.Items.Any()) {
Your basket is empty. Click to a product to add it!
++ + Your basket is empty. Click to a product to add it! + +
+
+ }
+ @item.ProductName
+ @if (item.Count > 1)
+ {
+