বৰ্ণনা
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.
ইনষ্টলেশ্যন
- Be sure you’re running WooCommerce 2.1+ in your shop.
- 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 - Activate the plugin through the Plugins menu in WordPress
- Go to WooCommerce > Settings > Payments and select “Halk Bank Payment” to configure.
- 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
.
পৰ্য্যালোচনা
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“Halk Bank Payment Gateway For Woocommerce – not functional after 15.03.2024” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলবিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
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.