You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Cms.Integrations.Commerce.Shopify/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Umbraco.Cms.Integrations.Commerce.Shopify
2
2
3
-
This integration provides a products picker and a value converter that uses a strongly typed model for rendering,
3
+
This integration provides a products picker and a value converter that uses a [strongly typed model](Models/ViewModels/ProductViewModel.cs) for rendering,
4
4
for products within a simple [Shopify](https://www.shopify.com/) store or through custom apps developed by [Shopify Partners](https://www.shopify.com/partners).
5
5
6
6
## Prerequisites
@@ -62,7 +62,7 @@ _Revoke_ action will remove the access token from the database and the authoriza
62
62
63
63
### Front-end rendering
64
64
65
-
A strongly typed model will be generated by the property value converter, and an HTML helper is available, to easily render the products on the front-end.
65
+
A [strongly typed model](Models/ViewModels/ProductViewModel.cs) will be generated by the property value converter, and an HTML helper is available, to easily render the products on the front-end.
66
66
67
67
Ensure your template has a reference to the following using statement:
0 commit comments