定制 sezzle/shopware5 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sezzle/shopware5

Composer 安装命令:

composer require sezzle/shopware5

包简介

Sezzle Payment Plugin for Shopware 5

README 文档

README

Sezzle

Sezzle Plugin for Shopware 5

Introduction

This document will help you in installing Sezzle's Shopware 5 plugin.

How to install the plugin?

There are two ways of installing and upgrading the plugin.

  • By composer.
  • Manual Process.

For all purposes assume [Shopware] as your Shopware 5 root directory.

Composer

  • Open terminal and navigate to Shopware root path.
  • Run the below command for the adding the plugin into your codebase: composer require sezzle/shopware5

Manual

  • Download the .zip or tar.gz file from Sezzle's github repository.
  • Unzip the file.
  • Navigate to Shopware [Shopware]/custom/plugins/ either through SFTP or SSH.
  • Create SezzlePayment directory and copy the contents of unzipped folder to [Shopware]/custom/plugins/SezzlePayment.
  • Login to Shopware 5 Backend and navigate to Configuration > Plugin Manager > Management > Installed.
  • Find Sezzle from the Uninstalled list and click on the + button to install the plugin.
  • Once installed, you will see Sezzle under Inactive list. Click on the x button to activate the plugin.
  • After successful activation, you will be able to see Sezzle under Configuration > Payment Methods.

How to upgrade the plugin?

Composer

  • Change the version number of the sezzle/sezzlepay inside composer.json.
  • Open terminal and navigate to Shopware root path.
  • Run the following command for the updating the plugin to a newer version: composer update sezzle/sezzlepay

Manual

  • Download the .zip or tar.gz file from Sezzle's github repository.
  • Unzip the file.
  • Delete the contents from [Shopware]/custom/plugins/SezzlePayment.
  • Copy the contents of SezzlePayment directory from unzipped folder to [Shopware]/custom/plugins/SezzlePayment/.
  • Login to Shopware Backend and navigate to Configuration > Cache/performance.
  • Flush the cache storage by selecting Clear shop cache.

Configure Sezzle

Payment Configuration

  • Make sure you have the Merchant UUID and the API Keys from the Sezzle Merchant Dashboard. You must be registered with Sezzle to access the Merchant Dashboard.
  • Navigate to Customers > Payments > Sezzle > Settings in your Shopware Backend.
  • Enable Sezzle by checking the Enable for this shop checkbox.
  • Set the Public Key and Private Key.
  • For testing, enable the Sandbox mode by checking the Enable sandbox checkbox.
  • You can also verify your API Keys by clicking on the Test API Settings button.
  • Set the Merchant UUID.
  • Set the Merchant Location as per the store origin.
  • Check the Enable Tokenization checkbox to enable customer tokenization in the Sezzle checkout. If the customer agrees to be tokenized, then future checkouts for this customer will not require a redirect to Sezzle.
  • Set Payment Action as Authorize only for doing payment authorization only and Authorize and Capture for doing instant capture.
  • Check the Display errors checkbox for showing up Sezzle related error code on the web URL on failure.
  • Check the Enable Widget in PDP checkbox to add the widget script and the Sezzle Widget Modal to the Product Display Page.
  • Check the Enable Widget in Cart checkbox to add the widget script and the Sezzle Widget Modal to the Cart Page.
  • Set Logging to ERROR to log only error messages or ALL to log all messages, including errors, warnings, and notices.
  • Save the settings and clear the cache.

Your store is now ready to accept payments through Sezzle.

Frontend Functionality

  • If you have successfully installed the Sezzle plugin, then Sezzle will be included as a payment method in the checkout page.
  • Select Sezzle and move forward.
  • Once you click Complete Payment, you will be redirected to Sezzle Checkout to complete the checkout. Note: If your account is already tokenized, skip the next two steps as you will not be redirected to Sezzle.
  • [Optional] On the final page of Sezzle Checkout, check the Approve {Store Name} to process payments from your Sezzle account for future transactions. You may revoke this authorization at any time in your Sezzle Dashboard to tokenize your account.
  • Finally, click on Complete Order to complete your purchase.
  • On successful order placement, you will be redirected to the order confirmation page.

Capture Payment

  • If Payment Action is set to Authorize and Capture, capture will be performed instantly from the plugin after order is created and validated in Shopware.
  • If Payment Action is set to Authorize, capture needs to be performed manually from the Shopware backend. Follow the below steps to capture.
    • Go the order and click on Sezzle tab.
    • Input a value in Amount field and click on Capture to capture the payment in Sezzle.

Refund Payment

  • Go the order and click on Sezzle tab.
  • Input a value in Amount field and click on Refund to refund the payment in Sezzle.

Release Payment

  • Go the order and click on Sezzle tab.
  • Input a value in Amount field and click on Release to release the payment in Sezzle.

Order Verification in Shopware Backend

  • Login to Shopware admin and navigate to Customers > Orders.
  • Proceed into the corresponding order.
  • Payment is successfully captured by Sezzle when:
    • Current Payment Status is Completely Paid.
    • Capture Amount equals the Auth Amount.
  • Payment is only authorized when:
    • Current Payment Status is Open.
    • Auth Amount equals the Order Amount.
    • Capture Amount equals 0.
  • Payment is refunded when:
    • Current Payment Status is Re-crediting.
    • Refund Amount is equal to or less than the Capture Amount.
  • Payment is released when:
    • Current Payment Status is The process is cancelled for a full release or Open for a partial release.
    • Amount will be deducted from Auth Amount and should appear in Released Amount.

Order Verification in Sezzle Merchant Dashboard

  • Login to Sezzle Merchant Dashboard and navigate to Orders.
  • Proceed into the corresponding order.
  • Payment successfully captured has a status of Approved.
  • Payment authorized but not captured has a status of Authorized, uncaptured.
  • Payment refunded has a status of Refunded or Partially refunded.
  • Payment released or not captured before the authorization expired has a status of Deleted due to checkout not being captured before expiration.

Customer Tokenization Details

  • Login to Shopware Backend and navigate to Customers > Customers.
  • Select customer to view tokenization details.
  • Sezzle Customer UUID, Sezzle Customer UUID Expiry and Sezzle Customer UUID Status will appear under Free text fields.

How Sandbox works?

  • In the Sezzle settings page of your Shopware Backend, enter the Sandbox API Keys from your Sezzle Merchant Sandbox Dashboard and check the Enable sandbox checkbox, then save the configuration. Make sure you are doing this on your dev/staging website.
  • On your website, add an item to the cart, then proceed to Checkout and select Sezzle as the payment method.
  • Once you click Complete Payment, you will be redirected to Sezzle Checkout to complete the checkout. Note: If your account is already tokenized, skip the next four steps as you will not be redirected to Sezzle.
  • Sign In or Sign Up to continue.
  • Enter the payment details using test data, then move to final page.
  • [Optional] Check the Approve {Store Name} to process payments from your Sezzle account for future transactions. You may revoke this authorization at any time in your Sezzle Dashboard to tokenize your account.
  • Finally, click on Complete Order to complete your purchase.
  • Sandbox testing is complete. You can log in to your Sezzle Merchant Sandbox Dashboard to see the test order you just placed.

Troubleshooting/Debugging

  • There is logging enabled by Sezzle for tracing the Sezzle actions.
  • In case merchant is facing issues which is unknown to Merchant Success and Support team, they can ask for these logs and forward to the Platform Integrations team.
  • Name of the log will be plugin_dev-<current-date>.log.It is always recommended sending the core_dev-<current-date> for better tracing of issues.
  • Logs can be find in [Shopware]/var/log/.

sezzle/shopware5 适用场景与选型建议

sezzle/shopware5 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18 次下载、GitHub Stars 达 3, 最近一次更新时间为 2020 年 12 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「plugin」 「payment」 「gateway」 「shopware」 「sezzle」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 sezzle/shopware5 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 sezzle/shopware5 我们能提供哪些服务?
定制开发 / 二次开发

基于 sezzle/shopware5 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 18
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2020-12-05