Skip to content

Commit aeca817

Browse files
Update add-item
Hint removed
1 parent c13ad58 commit aeca817

File tree

1 file changed

+0
-9
lines changed
  • 13/umbraco-commerce/how-to-guides

1 file changed

+0
-9
lines changed

13/umbraco-commerce/how-to-guides/add-item

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ To display this we need to add some markup or at least amend it to include a but
5050

5151
The hidden field is using the productReference to be passed across to the Controller.
5252

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-
6253
## Adding the Controller
6354

6455
Create a new Controller called CartSurfaceController.cs

0 commit comments

Comments
 (0)