vendocrat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Payment Methods] how to get back payment logos on checkoutHey there!
Excuse the late reply, we’re NOT activly screening WordPress Support Forums as we handle all our issues over at GitHub!Add the followin CSS rules:
#payment ul.payment_methods .payment_method_stripe label img { display:block !important;} #payment ul.payment_methods .payment_method_stripe > label:before { display:none !important;}
Please tell me if it worked!
Cheers
Forum: Plugins
In reply to: [WooCommerce Payment Methods] Customize displayed methods on widgetI’ll add support for Multibanco and COD in version 2.0.0 of the plugin!
Forum: Plugins
In reply to: [WooCommerce Payment Methods] Sort Order of Payment logosYep they are. Please use the new filters in 1.1.2 (see FAQ section).
Forum: Plugins
In reply to: [WooCommerce Payment Methods] Paypal Germany supports different Credit CardsHi pabeti!
Excuse the late reply, we’re NOT activly screening WordPress Support Forums as we handle all our issues over at GitHub!We’re working on a fix for that, for now (v1.1.2) we have deactivated those additional icons and only display the PayPal icon.
We have also introduced two new filters you can use to modify the displayed methods.
As for the missing Lastschrift logo there will be a solution with PaymentFont v2, which this plugin depends on. Unfortunatly I cannot give you an ETA for that! Please add the SEPA logo in the meanwhile.
Cheers!
Forum: Plugins
In reply to: [WooCommerce Payment Methods] widget is showing only verticallyMarking this as solved.
Forum: Plugins
In reply to: [Server Monitor] ErrorsMarked as resolved.
Forum: Plugins
In reply to: [WooCommerce Payment Methods] Any chance you can add PaymillDone
Forum: Plugins
In reply to: [WooCommerce Payment Methods] PHP Notice in class widgetIssue should be resolved now.
Forum: Plugins
In reply to: [WooCommerce Payment Methods] How are the payment methods being picked?Marked as resolved.
Forum: Plugins
In reply to: [WooCommerce Payment Methods] can find way to specifiy payment methodHey there!
Just use the shortcode or the function, e.g. to display the PayPal logo:[wc_payment_methods methods="paypal"]
wc_payment_methods( array( 'methods' => 'paypal' ) );
In the ‘methods’ attribute you can insert a comma separated list of the icons you want to display. See here for which icons are available!
I’ll include that in the FAQ in an upcoming release.
All the best,
Alex