WordPress.org

Plugin Directory

Halk Bank Payment Gateway For Woocommerce – not functional after 15.03.2024

Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

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.

Συχνές Ερωτήσεις

What is the text domain for translations?

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

Κριτικές

20 Μαρτίου 2024
Dali ima plan plaginot da se napravi funkcionalen povtorno so novite promeni od halkbank ili nema da se sluci toa?
3 Δεκεμβρίου 2021
Немојте да се двоумите, преземете и инсталирајте – работи веднаш.
9 Ιουλίου 2020
Здраво, сакам да прашам, дали има некаква врска тоа што плагинот не е тестиран за апдејтираните верзии на wordpress и woocommerce? Или можеме да си ги апдејтираме кога тоа ќе биде препорачано. Секоја чест за плагинот.
24 Ιανουαρίου 2019 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.