Skip to content

Commit

Permalink
feat: adding custom view starter template with readme (#93)
Browse files Browse the repository at this point in the history
* feat: adding custom view starter template with readme

* feat: update readme
  • Loading branch information
praveenkumarct authored Jan 15, 2025
1 parent f89b8e2 commit 1fce3a2
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright <YEAR> <COPYRIGHT HOLDER>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To create Custom View for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/merchant-center-customizations/custom-views) and for [Deploying on Connect] (https://docs.commercetools.com/custom-applications/deployment-examples/commercetools-connect)

The easiest way to get started is to use Merchant Center's [starter template](https://docs.commercetools.com/merchant-center-customizations/custom-views#install-a-starter-template). The app should live inside this folder and it should be the Custom View's root folder.

Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright <YEAR> <COPYRIGHT HOLDER>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To create Custom View for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/merchant-center-customizations/custom-views) and for [Deploying on Connect] (https://docs.commercetools.com/custom-applications/deployment-examples/commercetools-connect)

The easiest way to get started is to use Merchant Center's [starter template](https://docs.commercetools.com/merchant-center-customizations/custom-views#install-a-starter-template). The app should live inside this folder and it should be the Custom View's root folder.

Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector.
Loading

0 comments on commit 1fce3a2

Please sign in to comment.