tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Shopify Integration: Creating a Simple Shopify App #41

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

Create a simple Shopify app that loads the TIKI SDK JS.

On the initialization, it should create a custom user id for the user and save it in the user meta fields if it is logged in or in a cookie when the user is not logged in. When the user registers, it saves the user id in the user meta fields.

The sample app from the getting started tutorial will be used as starting point.

ricardobrg commented 1 year ago

Tasks

ricardobrg commented 1 year ago

The app theme extension is the starting point for implementing this. The discount coupon creation and the TIKI user id attribution must be better defined in other stories.