nets-mehabub/ox6_metadata 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

nets-mehabub/ox6_metadata

Composer 安装命令:

composer require nets-mehabub/ox6_metadata

包简介

Nets Payment Module for Oxid 6

README 文档

README

==============================================================

Module Nets Easy Payment Module for Oxid 6
Author Nets eCom
Prefix EASY-OX6
Shop Version 6+
Version 1.2.0
Guide https://tech.nets.eu/shopmodules
Github https://github.com/DIBS-Payment-Services/oxid6_easy

📝 NOTE :

1. After version update, we advise to deactivate and reactivate extension again.
2. This version upgrade contains significant changes that can prevent charges/refunds on past transactions. Shall you experience any issue with charges/refunds from Oxid Admin Panel, we advise to proceed to charges/refunds directly from the Easy portal.

INSTALLATION

  • See our user guide with illustrations in /nets/docs/Oxid_guide_Nets.pdf

Download / Installation

1] Install Nets Plugin:

Run command: composer require nets-mehabub/ox6_metadata

Add below lines of code in composer.json file

"psr-4": {
            "Es\\NetsEasy\\":"./source/modules/es/esnetseasy"
        }

Run command: composer dump-autoload

2] Activate the Nets module:

vendor/bin/oe-console oe:module:install .\source\modules\es\esnetseasy
vendor/bin/oe-console oe:module:activate esnetseasy
vendor/bin/oe-console oe:module:install-configuration .\source\modules\es\esnetseasy
vendor/bin/oe-console oe:module:apply-configuration

3] Initialize Codeception: vendor/bin/codecept bootstrap

4] Add or Update below lines in root file codeception.yml paths: test:source/modules/es/esnetseasy/Tests coverage: enabled: true includeUncoveredFiles: false include: - source/modules/es/esnetseasy/extend/* - source/modules/es/esnetseasy/Core/* - source/modules/es/esnetseasy/Api/* exclude: - source/modules/es/esnetseasy/Tests/*

5] Update below lines in test_config.php shop_tests_path: source/modules/es/esnetseasy/Tests partial_module_paths: source/modules/es/esnetseasy/Tests

6] Add xDebug driver to run code coverage Follow instructions from xDebug documentation https://xdebug.org/docs/install

7] .\vendor\bin\codecept run --coverage --coverage-xml --coverage-html

8] Congratulation code coverage looks like below Alt text

Configuration

  1. To configure and setup the plugin navigate to : Admin > Extensions > Modules
  2. Locate and select Nets Easy plugin from the list of installed plugins.
  3. Select the Overview tab and press the Activate button. If the Nets Easy has been installed correct you will now see a green checked circle under active column next Nets Easy on your list.
  4. To activate your new payment method and setup the plugin for your shop navigate to : Admin > Shop Settings > Payment Methods
  5. Payment methods are listed in alphabetical order on multiple pages. Find or search for Nets Easy and select.
  6. On Main tab make sure to check the Active box. NOTE : Name and Payment Description input fields can be used for a customized description of the Nets Easy plugin to your customers on selection of payment methods.
  7. Once assigned User Groups and Countries and translations if needed then remember to Save.
  8. Navigate back to the plugin settings : Admin > Extensions > Modules > Nets Easy
  9. Select the Settings tab and press on Nets Easy settings to reveal the content of configuration settings.
  • Nets plugin configuration settings
  1. Mode. Select between Test/Live transactions. Live mode requires an approved account. Testcard information can be found here : https://tech.dibspayment.com/easy/test-information
  2. Test / Live keys. Login to your Nets Easy account. Keys can be found in Company > Integration : https://portal.dibspayment.eu/
  3. Terms Url. Set the url for your Terms and Conditions page.
  4. Merchant Terms Url. Set the url for your Terms of use and Cookies page. NOTE : Term Links can be found inside the Nets Easy payment window.
  5. Icons bar url. Set and customize icons listing by editing directly in parameters in the url or visit our custom Icons url generator : https://easymoduler.dk/icon/
  6. Checkout Type. Hosted / Embedded. Select between 2 checkout types. Hosted - Nets Hosted loads a new payment page. Embedded checkout inserts the payment window directly on the checkout page.
  7. Embedded Checkout Layout. Layout 1 / Layout 2. Select between 2 layouts for your Embedded checkout
  8. Auto-capture. This function allows you to instantly charge a payment straight after the order is placed. NOTE. Capturing a payment before shipment of the order might be liable to restrictions based upon legislations set in your country. Misuse can result in your Easy account being forfeit.
  9. Debug. This function will reveal raw api data that you can copy / paste in case you experience errors on your transactions. Data will be visible in order details. This is intended to be used when contacting Nets support.

Operations

  • cancel / capture / refund - Partial capture/refund
  1. Navigate to admin > Administer Orders > Orders. Select an Order payed through Nets Easy.
  2. Choose your desired function :
    • Fully cancel / charge / refund your order.
    • Partially charge / refund your order. NOTE :
    • Partial functionality handles items in your order as blocks. Custom amount is not possible.
    • Use -/+ to adjust quantity for partial functionality.
    • Press partial button to execute action per line.
  3. All transactions by Nets are accessible in our portal : https://portal.dibspayment.eu/login
  4. Payment status is real-time and updated in Order details even if you make the changes in Nets Easy Portal.

Troubleshooting

  • Nets payment plugin is not visible as a payment method
  • Ensure the Nets plugin is activated in Shop Settings and in the Extensions plugin configuration.
  • Ensure the Nets plugin is assigned in available listings in various User Groups and Countries.
  • Various User Groups, Countries and Payment Methods setup listings can be found in Admin > Shop Settings : Payment Methods and Shipping Methods
  • Nets payment window is blank
  • Ensure your keys in Nets plugin Settings are correct and with no additional blank spaces.
  • Temporarily deactivate 3.rd party plugins that might effect the functionality of the Nets plugin.
  • Check if there is any temporary technical inconsistencies : https://nets.eu/Pages/operational-status.aspx
  • Payments in live mode dont work
  • Ensure you have an approved Live Easy account for production.
  • Ensure your Live Easy account is approved for payments with selected currency.
  • Ensure payment method data is correct and supported by your Nets Easy agreement.
  • How do I choose currency or language in the payment window?

Contact

  • Nets customer service

** CREATE YOUR FREE NETS EASY TEST ACCOUNT HERE : https://portal.dibspayment.eu/registration **

nets-mehabub/ox6_metadata 适用场景与选型建议

nets-mehabub/ox6_metadata 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 36 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 05 月 27 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

围绕 nets-mehabub/ox6_metadata 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2022-05-27