설명
Sometimes you need to you want to inform your customers which payment methods are accepted on your WooCommerce store before they reach the checkout.
WooCommerce Accepted Payment Methods extends the WooCommerce settings allowing you to specify which payment methods your store accepts.
The specified payment methods can then be displayed on the frontend via a widget, a shortcode or by adding a template tag directly to your theme.
Please feel free to contribute on github
스크린샷
설치
- Upload
woocommerce-accepted-payment-methods
to the/wp-content/plugins/
directory - 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
- Specify which payment methods you accept on the Checkout tab of the WooCommerce settings screen
- Display your accepted methods via: Widget, Shortcode
[woocommerce_accepted_payment_methods]
or template tagwc_accepted_payment_methods();
. - Done!
FAQ
- Installation Instructions
-
- Upload
woocommerce-accepted-payment-methods
to the/wp-content/plugins/
directory - 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
- Specify which payment methods you accept on the Checkout tab of the WooCommerce settings screen
- Display your accepted methods via: Widget, Shortcode
[woocommerce_accepted_payment_methods]
or template tagwc_accepted_payment_methods();
. - Done!
- Upload
- Payment method x is missing, what gives?
-
I’ve added some popular payment methods to begin with, if you want to see more let me know on twitter or better yet, contribute on Github.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
“WooCommerce Accepted Payment Methods”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자자국어로 “WooCommerce Accepted Payment Methods”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.6.0 – 12/09/2014
- Tweak – Specify box sizing in css.
0.6.0 – 04/18/2014
- New – cash on delivery symbol (Kudos chirag-v)
- New – Danish translation (props MamaTux)
- Fix – broken link in widget
- Tweak – Removed btc
0.5.0 – 04/02/2014
- WooCommerce 2.1 compatibility (now required WooCommerce 2.1).
- NL translation. Kudos @ramoonus
0.4 – 07/06/2013
- Added Bitcoin & BTC (Kudos piit79)
- Added Maestro
0.3 – 30/05/2013
- Added Discover
- Renamed widget to match WooCommerce core naming convention & added link to configure options
- Stripped object pass by reference
- Added en_GB po/mo
0.2.2 – 01/04/2013
- UI tweak to be inline with 2.0s slightly updated settings API
- Improved i18n (Kudos deckerweb)
- Added missing Gettext syntax (Kudos deckerweb)
- Changed loading call for textdomain (with correct textdomain) (Kudos deckerweb)
- Unified textdomain (Kudos deckerweb)
- Added default .po file for translators (Kudos deckerweb)
- Added full German translations (Kudos deckerweb)
0.2.1 – 07/02/2013
- styles correctly hooked into wp_enqueue_scripts();
0.2 – 16/01/2013
- Widget now uses title rather than ‘label’ option. Remove and re-add the widget to set the title when upgrading
0.1
Initial release.