Linux 软件免费装
Banner图

Barion Payment Gateway for WooCommerce

开发者 szelpe
oaron
更新时间 2024年11月8日 22:52
PHP版本: 5.6 及以上
WordPress版本: 6.1
版权: GPLv3 or later
版权网址: 版权信息

标签

payment woocommerce gateway barion

下载

0.7.1 0.7.2 0.8.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.2.0 1.3.0 1.3.1 1.4.0 2.0.0 2.1.0 2.1.1 2.1.2 2.2.0 2.4.0 2.5.0 2.5.1 3.0.0 3.0.2 3.0.3 3.1.0 3.3.0 3.4.0 3.2.0 3.5.0 0.6.1 0.7.0 2.3.0 3.5.1 2.3.1 3.0.1 3.5.2

详情介绍:

This plugin allows your customers to pay via Barion Smart Gateway in your WooCommerce online store. Features Feedback I'd be happy to hear your feedback! Feel free to contact me at ugyfelszolgalat@bitron.hu Contribution You're welcome to contribute to this open source plugin by creating pull-requests on Github. To do this, you need to fork the repository, implement the changes and push them to your fork. After that you can create a pull request to merge changes from your fork the main repository. Bugs Please report bugs as Github issues. Barion and the Barion logo are trademarks or registered trademarks of Sense/Net Inc. WooCommerce and the WooCommerce logo are trademarks or registered trademarks of Bubblestorm Management (Proprietary) Limited trading as WooThemes.

安装:

Minimum Requirements

屏幕截图:

  • Barion as a payment method

常见问题:

How to disable the Barion Pixel for certain pages?

You can use the woocommerce_barion_disable_tracking hook, like this: ```php add_filter('woocommerce_barion_disable_tracking', 'disable_barion_pixel_for_editor'); function disable_barion_pixel_for_editor() { return current_user_can('edit_posts'); } ```

更新日志:

3.5.2 3.2.0 3.0.2 3.0.0 2.5.0 2.4.0 2.3.0 2.1.0 1.3.1 1.3.0 1.2.0 1.1.0 1.0.2 1.0.1 1.0.0 0.9.0 0.8.0 0.7.2 0.7.1 0.6.1 0.6.0