xddesigners/silverstripe-shopify
Composer 安装命令:
composer require xddesigners/silverstripe-shopify
包简介
Import Shopify products into your Silverstripe site, implements the buy button sdk to create a cart and checkout
README 文档
README
This module is for users that want to implement there shopify products into a SilverStripe storefront.
It makes use of the Shopify Buy Button to create the cart and checkout interface.
You'll end up with a import job that fetches all the products and variants and stores them as Product DataObject in your site.
Installation
Install the module trough composer and configure the api keys.
composer require xddesigners/silverstripe-shopify
Get up your api keys by creating a new Private App in your shopify admin interface.
Config
XD\Shopify\Client: api_key: 'YOUR_API_KEY' api_password: 'YOUR_API_PASSWORD' shopify_domain: 'YOUR_SHOPIFY_DOMAIN' # mydomain.myshopify.com shared_secret: 'YOUR_API_SHARED_SECRET'
Set up import script
You can run the import script manually trough the dev/tasks interface or set up up to run as a cron task.
http://example.com/dev/tasks/XD-Shopify-Task-Import or sake dev/tasks/XD-Shopify-Task-Import
统计信息
- 总下载量: 195
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-10-09