sturple/shopify-forms

该包已被弃用且不再维护。未建议替换包。

Shopify 表单包(嵌入)

安装: 8

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2017-02-07 19:27 UTC

This package is not auto-updated.

Last update: 2021-05-29 01:26:12 UTC


README

安装

使用 Composer 安装

{
   "require": {
       "sturple/fgms-shopify-forms": "dev-master"
   }
}

然后执行

$ composer update

配置

添加到 app/AppKernel.php 文件

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            ...
             new Fgms\EmailInquiriesBundle\FgmsEmailInquiriesBundle();
        ]
    }
}

以下配置选项可能/必须设置在 config.yml

fgms_email_inquiries:
    api_key:            # API key for Shopify
    secret:             # Secret for Shopify

Shopify 应用配置

该包指定了以下路由,这些路由必须配置为 Shopify 应用

  • 安装: /install
  • OAuth: /auth
  • 主页: /

要设置表单提交的 Shopify 代理,请将代理指向 /submit。要提交的表单的唯一代码应附加到 Shopify 代理链接。