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