Installation
- Download the Addon, extract the folder and rename it to
Shopify
- Move the
Shopify
folder tosite/addons
- Run
php please update:addons
to install the dependencies.
Configuration
First, you need to create a private Shopify app:
- Go to your Shopify backend, click on "Apps" and then "Manage private apps".
- Create a new private app. Make sure open/restrict the admin API permissions according to your needs.
- If you want to create Shopify checkouts from products in the cart, enable access to the Storefront API as well.
Next, enter the API key, password, shared secret (and eventually the Storefront access token) in the addon's configuration.
That's it!