Mara-z
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] How can I set the language?Hi,
thank so much you for your fast answer.With your help, I discovered how it works. I tried do click on the frame to change the language, but now I discovered I need to click on the text.
Thanks again ??
MaraForum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] Admin customizer colflictSame problem with Flatsome Theme. Also, if you plugin is enabled, I can no longer search my plugins in my plugin tab. The search loads endless, but no longer works.
Forum: Reviews
In reply to: [Enable Media Replace] Stops working after years without problemsForum: Plugins
In reply to: [Germanized for WooCommerce] Rechnungen l?schenFrüher war es m?glich. Schade, dass sich das Plugin verschlechtert hat.
Es ist nicht inkorrekt Rechnungen zu ?ndern, die weder an einen Kunden übermittelt noch gebucht wurden.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Gibt es die M?glichkeit Zahlung per Lastschrift?Danke.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Gibt es die M?glichkeit Zahlung per Lastschrift?Auf der Seite die ich weiter oben verlinkt habe steht folgender Code:
add_filter( 'woocommerce_available_payment_gateways', 'rudr_turn_off_cod' ); function rudr_turn_off_cod( $available_gateways ) { if( is_admin() ) { return $available_gateways; } // STEP 1: Get order/cart total if( is_wc_endpoint_url( 'order-pay' ) ) { // Pay for order page $order_id = wc_get_order_id_by_order_key( $_GET[ 'key' ] ); $order = wc_get_order( $order_id ); $order_total = $order->get_total(); } else { // Cart/Checkout page $order_total = WC()->cart->get_total(); } // STEP 2: Disable payment gateway if order/cart total is more than 100 if ( $order_total > 100 ) { unset( $available_gateways[ 'cod' ] ); // unset Cash on Delivery } return $available_gateways; }
Ich m?chte nicht das payment gateway cash on delivery deaktivieren, sondern die Zahlung per Lastschrift.
Was muss ich anstelle von cod eingeben? direct-debit oder etwas anderes?Forum: Plugins
In reply to: [Germanized for WooCommerce] Gibt es die M?glichkeit Zahlung per Lastschrift?Super. Das probier ich aus ??
Ist direct-debit der Filter/Hook für die Zahlung per Lastschrift?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Gibt es die M?glichkeit Zahlung per Lastschrift?Danke für die schnelle Antwort.
Ich m?chte mich nicht auf ein Plugin verlassen, das nur 40 Installationen hat.
Würde das hier auch funktionieren:
https://rudrastyh.com/woocommerce/restrict-payment-methods-based-on-cart-total.html
Liebe Grü?eAre you kidding? You think the default setting should be law conform in your country?
It is not the responsibility of the plugin developers to make the default setting law conform for you. The plugin is for people all over the world.
It is your responsibility to know the laws in your country and choose the right setting.Forum: Plugins
In reply to: [Multi-column Tag Map] Several words in lineHi,
https://www.harmonie-fuer-die-seele.de/1-3/
I disabled all the plugins to see if there is a conflict, but I was still the same.
Forum: Plugins
In reply to: [Multi-column Tag Map] How can I show woocommerce product tags?Found it ??
taxonomy=”product_tag”
Forum: Plugins
In reply to: [Extended Post Status] My post disappeardHi,
thank you for your answer ??I tested the plugin on a staging copy, so it’s not a problem the post disappeared.
The custom post status did not show on the post list in the backend.
No custom post status to filter, the post did not show in all posts. The post was gone.
I wanted to let you know. It was not a problem for me, but I could be a problem for other people.
I really appreciate your work. Thank you.
Mara-z
Forum: Reviews
In reply to: [Code Snippets] Fatal errorHello,
I can understand this, but is it not okay the plugin is not disabled after uninstall.
I could mess up everything and it would be impossible to find the problem because the plugin causing the problems is uninstalled!
Forum: Plugins
In reply to: [Grid/List View for WooCommerce] Pugin not workingHi Dima,
I tested several things last weekend and deleted the installation after my tests. So I can not send you the link.
When I clicked on the list toggle nothing happened. There was no list. The product side was the same as before.
The themes I tested
GeneratePress
Astra
Neve
Zakraare all free WordPress themes. You can try it for yourself.
If I am the only person with this problem, maybe the installation went wrong. I do not know.
I wish you a nice day.
Mara
Forum: Plugins
In reply to: [Grid/List View for WooCommerce] Pugin not workingHi,
I was looking for a fast theme without customization options.
I tested:
GeneratePress
Astra
Neve
ZakraRegards
Mara