이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Halk Bank Payment Gateway For Woocommerce – not functional after 15.03.2024

설명

Notice of Code Deprecation
Due to change in the hash version, we regret to inform you that the code within this plugin will no longer be functional after 15.03.2024.

Requires: WooCommerce 2.1+

This plugin allows your store to make payments via Halk Bank payment service.

설치

  1. Be sure you’re running WooCommerce 2.1+ in your shop.
  2. You can: (1) upload the entire halk-bank-payment-woocommerce folder to the /wp-content/plugins/ directory, (2) upload the .zip file with the plugin under Plugins > Add New > Upload
  3. Activate the plugin through the Plugins menu in WordPress
  4. Go to WooCommerce > Settings > Payments and select “Halk Bank Payment” to configure.
  5. Make sure you fill in all Halk Bank fields.

FAQ

What is the text domain for translations?

The text domain is halk-payment-gateway-for-woocommerce.

후기

2024년 3월 20일
Dali ima plan plaginot da se napravi funkcionalen povtorno so novite promeni od halkbank ili nema da se sluci toa?
2021년 12월 3일
Немојте да се двоумите, преземете и инсталирајте – работи веднаш.
2020년 7월 9일
Здраво, сакам да прашам, дали има некаква врска тоа што плагинот не е тестиран за апдејтираните верзии на wordpress и woocommerce? Или можеме да си ги апдејтираме кога тоа ќе биде препорачано. Секоја чест за плагинот.
2019년 1월 24일 답글 5개
woocommerce settings page does not open after installation
모든 9 평가 읽기

기여자 & 개발자

“Halk Bank Payment Gateway For Woocommerce – not functional after 15.03.2024”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

1.2 Add live/test mode. Add transaction type.
1.1.1 Clean some code.
1.1 Add filter support for currency switcher. Filter name halk_amount_fix
Example for EUR to MKD
add_filter( ‘halk_amount_fix’, ‘switch_currencies’ );
function switch_currencies( $amount ) {
return number_format( $amount * 61.5, 2, ‘.’, ” );
}
1.0.1 Fix bug with older versions
1.0 Initial version.