diff --git a/src/Web/Grand.Web/Views/Account/Auctions.cshtml b/src/Web/Grand.Web/Views/Account/Auctions.cshtml index 790656ff1..537d3891c 100644 --- a/src/Web/Grand.Web/Views/Account/Auctions.cshtml +++ b/src/Web/Grand.Web/Views/Account/Auctions.cshtml @@ -20,58 +20,56 @@ @if (Model.ProductBidList.Where(x => !x.Ended).Any()) { -
- + +
+ @Loc["Account.CustomerAuctions.Status.Outbid"] +
+ + } + +
+ @item.CurrentBidAmount @if (item.CurrentBidAmountValue > item.BidAmountValue) + {(@item.BidAmount)} +
+ + +
@item.EndBidDate
+ + + } + + + } else { @@ -84,59 +82,57 @@ @if (Model.ProductBidList.Where(x => x.Ended).Any()) { -
- + + + } else { diff --git a/src/Web/Grand.Web/Views/Account/DownloadableProducts.cshtml b/src/Web/Grand.Web/Views/Account/DownloadableProducts.cshtml index 5df503c5f..df993fc17 100644 --- a/src/Web/Grand.Web/Views/Account/DownloadableProducts.cshtml +++ b/src/Web/Grand.Web/Views/Account/DownloadableProducts.cshtml @@ -16,46 +16,58 @@ @if (Model.Items.Any()) { -
- + @if (!String.IsNullOrEmpty(item.LicenseId)) { + + @Loc["DownloadableProducts.Fields.DownloadLicense"] + + } + + + + } + + + } else { diff --git a/src/Web/Grand.Web/Views/Order/CustomerLoyaltyPoints.cshtml b/src/Web/Grand.Web/Views/Order/CustomerLoyaltyPoints.cshtml index 3ffe07d1b..5189676f3 100644 --- a/src/Web/Grand.Web/Views/Order/CustomerLoyaltyPoints.cshtml +++ b/src/Web/Grand.Web/Views/Order/CustomerLoyaltyPoints.cshtml @@ -23,46 +23,46 @@
@Loc["LoyaltyPoints.History"]
@if (Model.LoyaltyPoints.Any()) { -
- + + + } else { diff --git a/src/Web/Grand.Web/Views/Order/Details.cshtml b/src/Web/Grand.Web/Views/Order/Details.cshtml index 8373d918f..bb8b8676e 100644 --- a/src/Web/Grand.Web/Views/Order/Details.cshtml +++ b/src/Web/Grand.Web/Views/Order/Details.cshtml @@ -392,48 +392,92 @@
@Loc["Order.Product(s)"]
-
- + + +
diff --git a/src/Web/Grand.Web/Views/Product/_ProductAttributes.cshtml b/src/Web/Grand.Web/Views/Product/_ProductAttributes.cshtml index 0b4aa0936..77bc2a5b9 100644 --- a/src/Web/Grand.Web/Views/Product/_ProductAttributes.cshtml +++ b/src/Web/Grand.Web/Views/Product/_ProductAttributes.cshtml @@ -45,8 +45,187 @@ } } //render scripts - } \ No newline at end of file diff --git a/src/Web/Grand.Web/Views/Shared/_AttributesQV.cshtml b/src/Web/Grand.Web/Views/Shared/_AttributesQV.cshtml index 3dfdd6440..32e2d78c1 100644 --- a/src/Web/Grand.Web/Views/Shared/_AttributesQV.cshtml +++ b/src/Web/Grand.Web/Views/Shared/_AttributesQV.cshtml @@ -21,7 +21,7 @@ -