Awesome
Shopify extensions
With this extension you can integrate Live Helper Chat with your own shopify store.
Requirements
- Live Helper Chat 3.91
- PHP 7.3 >=
Instructions Standalone
Watch YouTube video with same steps - https://youtu.be/HMACPeJBtaI
- Clone this repository in
extension
folder. If you are in Live Helper Chat root folder whereindex.php
is located.cd extensions && git clone https://github.com/LiveHelperChat/pluginshopify.git
- Copy
extension/pluginshopify/settings/settings.ini.default.php
toextension/pluginshopify/settings/settings.ini.php
- Create a Shopify APP (https://partners.shopify.com) and enter
API key
andAPI secret key
inextension/pluginshopify/settings/settings.ini.php
- In
App URL
enterhttps://example.com/site_admin/shopify/index
- In
Allowed redirection URL(s)
enterhttps://example.com/site_admin/shopify/token
https://example.com/site_admin/shopify/install
- In
- Activate extension in
settings/settings.ini.php
by puttingpluginshopify
inextensions
section. - Clear cache in system configuration
'extensions' =>
array (
'pluginshopify'
),
Instructions Automated Hosting
- Follow
Instructions Standalone
and inextension/pluginshopify/settings/settings.ini.php
setautomated_hosting
totrue
- Extension has to be installed on client and manager at the same time.
- Execute
doc/db.sql
on your manager database.