zip / magento2
适用于 Magento 2 的 Zip 支付模块
1.2.5
2024-03-26 05:19 UTC
Requires
- php: >=7.0
- ext-curl: *
- dev-master
- 1.2.5
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.0
- dev-fix/ZES-6
- dev-stage
- dev-release-1.2.5
- dev-release-1.2.4
- dev-feature/BPI-149/docker-image-for-local-magento
- dev-fix/fixed-the-null-value-issue-in-strtoupper-function
- dev-feature/SMIA-1054/parameterize-url
- dev-feature/trigger-e2e-tests
- dev-fix/fix-double-order-confirmation-issue
- dev-fix/pass-metadata-to-zip-downstream
- dev-fix/fixed-multiple-checkout-request-issue
- dev-fix/fixed-api-key-validation-for-other-region
- dev-fix/duplicate-checkout-id-issue
- dev-fix/check-charge-amount-n-order-amount
- dev-feature/update-language-file-for-mx
- dev-release/1.1.5
This package is auto-updated.
Last update: 2024-09-11 16:01:03 UTC
README
Zip 允许顾客现在购物、稍后付款,无需利息,而您作为商家则可立即收到付款。顾客在结账时选择 Zip,可立即获得批准并安全购物。Zip 完全集成到商店的在线结账中,并通过 API 或使用我们的平台插件直接与您的商店无缝集成。
先决条件
- PHP 7 或更高版本
- 配置凭据
- Composer(可选)
安装说明
通过 SFTP 或文件上传安装
- 您需要从当前仓库下载代码
- 将当前仓库文件放入文件夹
/yourMagento2root/app/code/Zip/ZipPayment/
- 然后按照以下正常插件安装步骤进行,无需 composer require 命令
使用 Composer 安装
要通过 Composer 安装扩展,请运行
cd <your Magento install dir>
composer require zip/magento2
php bin/magento module:status
(检查 Zip_ZipPayment 模块是否禁用)php bin/magento module:enable Zip_ZipPayment
(如果已禁用,则启用插件)php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
升级现有模块
composer update zip/magento2
php bin/magento setup:di:compile
php bin/magento c:c
php bin/magento setup:static-content:deploy
使用 Magento 组件管理器安装
注意:此扩展尚不可在 Magento 市场中找到。一旦在市场上发布,本节将进行更新。
配置
支付部分
- 根据您所在的地区,通过以下渠道之一联系 Zip 集成支持以请求配置凭据
- 打开 Magento 管理员
- 点击左侧菜单中的 Stores 图标,然后从那里选择 Settings > Configuration
- 配置页面将打开。在此屏幕左侧的小菜单中,您必须单击 Sales,然后选择 Payment Methods(当它展开时)。
- 在 Payment Methods 页面上,单击 Other Payment Methods(当它展开时)。
- 将启用设置为 Yes,并为支付方式设置标题“Zip”
- 输入私钥和公钥。
- 设置支付操作为 Capture,或如果您希望在结账完成时授权并在之后捕获,则选择 Authorise
注意:授权功能仅适用于 AU 区域
- 如果您想记录所有调试信息,则将日志设置设置为 Info 或 Debug。
- 将环境设置为 Sandbox(用于您的测试或开发站点)或 Production(用于您的实时网站)
- 将排序顺序设置为 0 以将支付方式置于顶部。
营销横幅和小部件部分
- 向下滚动并展开营销横幅和小部件部分
- 展开一切,并根据您的需求将所有选项设置为 Yes/No。
- 点击顶部上的 Save Config
问题和反馈
如果您对此产品或其实施有任何问题,请联系 integrations@zip.co 以获取帮助。