설명
Requires: WooCommerce 2.1+
This plugin allows your store to make payments via NLB payment service.
If the transaction is successful the order status will be changed to “processing”. If the payment charge failed the order status will be changed to “cancelled”. If something is wrong with the connection between your server and the NLB server the order status will be changed to “on-hold”. After successful transaction the customer is redirected to the default WP thank you page.
설치
- Be sure you’re running WooCommerce 2.1+ in your shop.
- You can: (1) upload the entire
wc-gateway-tebank
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 > Checkout and select “NLB Payment Gateway” to configure.
- Make sure you fill in all NLB required fields.
- Upload the resourse.cng file from the settings section. The requested information can be found under the NLB console.
- Make sure you add the terminal alias.
- Make sure you select the currency.
- Make sure you select the language.
- Select your needed transaction type.
- Select your Error URL. This is the page that the customers will be redirected to after unsuccessful transaction.
FAQ
- What is the text domain for translations?
-
The text domain is
nlb-payment-gateway-for-woocommerce
. - What is the Instructions field?
-
This field adds extra content to the thank you page, and the successful transaction tank you page.
후기
기여자 & 개발자
“NLB Payment Gateway For Woocommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자자국어로 “NLB Payment Gateway For Woocommerce”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
2019.07.04 – version 2.0
- Bug fixes
- Add new gateway for BankArt
2019.07.04 – version 1.3.1
- Bug fixes
2017.02.23 – version 1.3
- Now supporting woocommerce 3.2+
2017.02.23 – version 1.2
- Add filter for order price ‘nlb_payment_price’, for better of modification of the order price if you need to convert currency
- Add option for automatically capturing the authorized transactions.
2017.02.08 – version 1.1.2
- Add payment complete action
2017.02.08 – version 1.1.0
- Fix plugin domain
- Small fixes
2017.01.24 – version 1.0.0
- Initial Release