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 f575d89 commit 71e4a92Copy full SHA for 71e4a92
13/umbraco-commerce/how-to-guides/add-item
@@ -32,7 +32,7 @@ To display this we need to add some markup or at least amend it to include a but
32
{
33
@Html.Hidden("productReference", Model.Key.ToString())
34
<h1>@Model.Value<string>("productTitle")</h1>
35
- <h2>@Model.ProductDescription</h2>
+ <h2>@Model.Value<string>("productDescription")</h2>
36
37
<p>Our price excluding VAT <strong>@price.Result?.WithoutTax.ToString("C0") </strong></p>
38
0 commit comments