Skip to content

Commit 71e4a92

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

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
@@ -32,7 +32,7 @@ To display this we need to add some markup or at least amend it to include a but
3232
{
3333
@Html.Hidden("productReference", Model.Key.ToString())
3434
<h1>@Model.Value<string>("productTitle")</h1>
35-
<h2>@Model.ProductDescription</h2>
35+
<h2>@Model.Value<string>("productDescription")</h2>
3636

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

0 commit comments

Comments
 (0)