Skip to content

Commit c13ad58

Browse files
Update 13/umbraco-commerce/how-to-guides/add-item
Co-authored-by: Dinh Tran <[email protected]>
1 parent a9deb42 commit c13ad58

File tree

1 file changed

+1
-1
lines changed
  • 13/umbraco-commerce/how-to-guides

1 file changed

+1
-1
lines changed

13/umbraco-commerce/how-to-guides/add-item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To display this we need to add some markup or at least amend it to include a but
3434
<h1>@Model.Value<string>("productTitle")</h1>
3535
<h2>@Model.Value<string>("productDescription")</h2>
3636

37-
<p>Our price excluding VAT <strong>@price.Result?.WithoutTax.ToString("C0") </strong></p>
37+
<p>Our price excluding VAT <strong>@price.WithoutTax.ToString("C0") </strong></p>
3838

3939
if (@Model.Value<int>("stock") == 0)
4040
{

0 commit comments

Comments
 (0)