説明
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 - WordPress の「プラグイン」メニューからプラグインを有効化してください
- 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();
. - 完了しました。
FAQ
- Installation Instructions
-
- Upload
woocommerce-accepted-payment-methods
to the/wp-content/plugins/
directory - WordPress の「プラグイン」メニューからプラグインを有効化してください
- 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();
. - 完了しました。
- 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.
評価
このプラグインにはレビューがありません。
貢献者と開発者
変更履歴
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
最初のリリース。