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 c13ad58 commit aeca817Copy full SHA for aeca817
13/umbraco-commerce/how-to-guides/add-item
@@ -50,15 +50,6 @@ To display this we need to add some markup or at least amend it to include a but
50
51
The hidden field is using the productReference to be passed across to the Controller.
52
53
-{% hint style="warning" %}
54
-
55
-ModelsBuilder is used to access the properties of the page.
56
-If you are not using ModelsBuilder then you will need to use the following code to access the properties
57
58
- Model.Value<IPublishedContent>("nameOfProperty")
59
60
-{% endhint %}
61
62
## Adding the Controller
63
64
Create a new Controller called CartSurfaceController.cs
0 commit comments