We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9deb42 commit c13ad58Copy full SHA for c13ad58
13/umbraco-commerce/how-to-guides/add-item
@@ -34,7 +34,7 @@ To display this we need to add some markup or at least amend it to include a but
34
<h1>@Model.Value<string>("productTitle")</h1>
35
<h2>@Model.Value<string>("productDescription")</h2>
36
37
- <p>Our price excluding VAT <strong>@price.Result?.WithoutTax.ToString("C0") </strong></p>
+ <p>Our price excluding VAT <strong>@price.WithoutTax.ToString("C0") </strong></p>
38
39
if (@Model.Value<int>("stock") == 0)
40
{
0 commit comments