Files
WooCommerce-Payment-Methods/woocommerce-payment-methods
Alexander a4e13eead1 Update to 0.1.2
Fixed an error in widget class, added placement option to tooltips,
updated language files.
2014-09-15 03:19:28 +02:00
..
2014-09-15 03:19:28 +02:00
2014-09-15 03:19:28 +02:00
2014-09-15 03:19:28 +02:00
2014-09-15 03:19:28 +02:00
2014-09-08 02:23:45 +02:00
2014-09-08 02:23:45 +02:00

=== WooCommerce Payment Methods ===
Contributors:      vendocrat, AlexanderPoellmann
Donate link:       http://vendocr.at/donate/
Tags:              woocommerce, credit card, logo, payment
Requires at least: 3.5
Tested up to:      4.1
Stable tag:        0.1.2
License:           GNU General Public License v3.0
License URI:       http://www.gnu.org/licenses/gpl-3.0.html

Easily display your accepted payment methods from WooCommerce via shortcode, widget or template tag.

== Description ==

WooCommerce Payment Methods allows you to display your accepted payment methods. By default the plugin shows all available payment methods, but you can also specify them manually.

You can display them via shortcode, widget or template tag in three available styles (default, inverse and outline). We've added several classes, so you can easily style the output to your pleasure.

You are using the famous Bootstrap framework? Awesome, cause we've added the markup for tooltips, so that users can see the payment methods name on hover.

All icons are displayed using the truly awesome icon font <a href="https://github.com/orlandotm/payment-webfont">Payment Webfont</a> by @orlandotm, making them look good on every screen.

Contributions are warmly welcome via <a href="https://github.com/vendocrat/WooComerce-Payment-Methods"><strong>GitHub</strong></a>.

Translations included:

*   English
*   German
*   Italian

== Installation ==

1. Upload 'woocommerce-payment-methods' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Display your accepted methods via: Shortcode [v_woo_payment_methods], Widget or template tag '<?php v_woo_payment_methods(); ?>.
4. Done!

== Frequently Asked Questions ==

= Why is payment method {XYZ} missing? =

Please report any missing payment methods via <a href="https://github.com/vendocrat/WooComerce-Payment-Methods"><strong>GitHub's issues system</strong></a> or hit us at <a href="http://twitter.com/vendocrat">@vendocrat</a>.

Note: As we're using a webfont called <a href="https://github.com/orlandotm/payment-webfont">Payment Webfont</a> by @orlandotm, it may be possible that there is just no icon available for your desired payment method. Open an issue at their GitHub repo and ask for it to be added!

== Screenshots ==

1. WooCommerce Payment Methods Shortcodes
2. WooCommerce Payment Methods Widgets

== Changelog ==

= 0.1.0 =
Initial release.

= 0.1.1 =
Fixed wrong url and typo in readme, updated shortcode and screenshots.

= 0.1.2 =
Fixed an error in widget class, added placement option to tooltips, updated language files.