Barion Payment Gateway for WooCommerce

설명

This plugin allows your customers to pay via Barion Smart Gateway in your WooCommerce online store.

Features

  • Adds Barion as a payment option to the WooCommerce checkout page
  • Redirects the user to the Barion payment page after checkout
  • Handles the callback from Barion after payment
    • sets the order status to “processing”, “completed” or “failed” respectively
  • Refund payments via Barion

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.

Privacy Policy

If you choose to sign up to the newsletter, the following data will be collected: admin email address, the current user’s name and email address, the URL of your blog, the locale of the blog and the IP address of the currently logged in user. We use the collected data to send newsletters occasionally.
The collected data is deleted upon request and will not be shared.

스크린샷

  • Settings on the WooCommerce Settings > Checkout page
  • Barion as a payment method

설치

Minimum Requirements

  • WooCommerce 3.0 or later
  • WordPress 4.0 or later
  1. The recommended way to install the plugin is through the “Plugins” menu in WordPress
    • Navigate to Plugins > Add New > Search for “barion”, you should already see this plugin
    • Hit “Install Now”, then enable the plugin
  2. Click on the menu item “WooCommerce” then select the “Checkout” tab
  3. Click on the new submenu item named “Barion”
  4. On this page you should set the POSKey of the shop and your Barion email address
  5. Should you want to use the test envorinment, select it from the Barion Environment dropdown. You’ll need to create a shop on the Barion test page.
  6. Enable the payment method if you’re ready to use Barion

FAQ

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’);
}
`

후기

2021년 12월 6일
A pénztároldalon megjelenik a Barion logo amivel nem is lenne semmi baj, de sajnos kattintható. Ha valaki véletlen rákattint, akkor átkerül a Barion oldalára. A linket nem lehet kivenni. A support nem válaszol a levelekre. A bővítményt inkább kikapcsoltam és másik szolgáltatóra váltottam.
2020년 10월 26일
Ritkán van olyan, hogy egy ingyenes plugin azt csinálja amit ígér és nem dugnak semmit el paywall mögé. Ez szerencsére a kivétel.
2020년 3월 2일
Great plugin! Really easy to set up, and works flawlessly. Thank you very much for your work!
모든 16 평가 읽기

기여자 & 개발자

“Barion Payment Gateway for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Barion Payment Gateway for WooCommerce”(이)가 2(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Barion Payment Gateway for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

3.6.1

  • Display payment method name alongside the logo

3.6

  • Added support for HPOS compatibility
  • Added support for checkout blocks
  • Small bug fixes

3.5.2

  • Update cert file

3.2.0

  • Compatible with WooCommerce 4
  • Added filter for disabling Barion Pixel
  • Fixed PHP Notice for missing property on the request class
  • Fixed PHP Notice in case ‘environment’ setting is not set

3.0.2

  • Fixed the case when the shipping/billing address or region is empty

3.0.0

  • Added support for 3D Secure payment
  • Added basic support for Barion Pixel
  • Updated shipping address to match the new model
  • Added PayerPhoneNumber to the Barion request to enable “bank buttons” on Barion
  • Updated language support, added Greek language
  • Updated Barion library to v1.4.2

2.5.0

  • Fixed floating point precision bug
  • Fixed bug in case of changed payment method

2.4.0

  • Added Czech language and CZK support

2.3.0

  • Added newsletter signup

2.1.0

  • Cancelling payment on the Barion page will redirect the customer to the cart page (default) instead of the order received page
  • Updated test credit card details

1.3.1

  • Ignoring Barion callback in case the payment was already completed.

1.3.0

  • Changed the text domain to match the wordpress.org slug.

1.2.0

  • Added option to select the order state after a successful payment
  • Fixed dropdown heigh issue

1.1.0

  • Updated Barion Library to the latest version
  • Added supported languages (DE, SL, SK, FR)
  • Substituted deprecated function calls with current ones

1.0.2

  • Updated Barion Library to the latest version

1.0.1

  • Added link to the icon on the checkout page

1.0.0

  • Added support for EUR/USD payment

0.9.0

  • Added Refund payment via Barion.
  • Fixed localization.
  • Fixed small bugs.

0.8.0

  • Disabling the gateway in case of unsupported currency selected.
  • Sending variation attributes to Barion in case of Variable product.

0.7.2

  • Cleanup + added a more descriptive description to the admin page.
  • Added coupons as items to the Barion transaction.
  • Modified shipping cost calculation to allow multiple shipping items.

0.7.1

  • Added Barion card payment banner to the checkout page.
  • Various small bugfixes
  • Fixed missing localization realm for order unit.

0.6.1

  • Made the plugin wordpress.org ready by adding a readme.txt and moving stuff around.
  • Added build script to create release and upload zip file.
  • Added build scripts to make the release process easier.

0.6.0

  • Added Barion payment gateway
  • Added Barion prepare and redirect calls done.
  • Created project structure
  • Added Barion PHP library as a submodule.
  • Available in English and Hungarian