Tremer
Forum Replies Created
-
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] No bulk editing?Hello Frank,
I was waiting for the new update but still there is no bulk editing. Your plugin is not useable for shops with a lot of orders. Bulk editing is very important.
Do you have any news about the release date of the version with bulk editing function?
Thanks
MichaelAn alle die auch Probleme mit qTranslate haben. Ich habe es unterdessen aufgegeben und bin zu WPML gewechselt. Das ganze kostete mich mehrere Wochen Arbeit, aber es lohnt sich letztendlich. WPML ist hier gut angelegtes Geld.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Facebook Auto Publish not submitting imageHello
I did Check it.
Now I recognized that there is a conflict with the plugin: WP SEO Structured Data SchemaI did deactivate this plugin now and it works perfect.
Thank you.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Facebook Auto Publish not submitting imageHello
The same problem here: https://isi-tanzen.de/lass-die-blaetter-tanzen/
The image ist 1000 px.
if you check on Facebook https://www.facebook.com/IsiTanzen/ you will see that only the header image ist shown.Forum: Plugins
In reply to: [Germanized for WooCommerce] Rechnung Export nicht m?glichPerfekt, herzlichen Dank.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Rechnung Export nicht m?glichHi,
danke für den Tipp und ich habe den Fehler auch nun finden k?nnen.
Ich schreibe es trotzdem hier hinein um anderen zu helfen, die vielleicht das gleiche Problem haben.
Damit für die weitere Verarbeitung der Exportdatei in DATEV die csv. korrekt eingelesen werden kann. (Namen getrennt, Rechnungsnummer extra…) habe ich mit Eurer Unterstützung folgende Funktion in der functions.php angelegt:
add_filter( 'woocommerce_gzdp_invoice_export_invoice_data', 'my_child_extend_invoice_export_data', 10, 2 ); function my_child_extend_invoice_export_data( $data, $invoice ) { $order = $invoice->get_order(); $data[ 'first_name' ] = $order->get_billing_first_name(); $data[ 'last_name' ] = $order->get_billing_last_name(); $data[ 'company' ] = $order->get_billing_company(); return $data; }
Das funktioniert soweit prima, bis auf den Fall, wenn ein Betrag zurückerstattet wurde. In den Logfiles ist dann folgender Fehler zu finden:
Call to undefined method WC_Order_Refund::get_billing_first_name() (85) : eval()'d code
Damit ich zumindest die Rechnungen exportiert bekomme, habe ich im Export-Tool den Typ auf “Rechnungen” gesetzt. Vielleicht findet Ihr eine L?sung, damit ein vollst?ndiger Export m?glich ist.
Herzliche Grü?e
MichaelForum: Plugins
In reply to: [Germanized for WooCommerce] PDF Rechnungen unterschiedliche MwSt S?tzeDanke, Du bist mein Held.
Der Steuername unter Mehrwertsteuer / Standard oder Erm??igt, muss entsprechend Bezeichnet werden.
Herzlichen Dank.
Hi,
vielen Dank für die Info.
Wo und wie setzt man den oben genannten Filter ein?LG
Michael TremerForum: Plugins
In reply to: [YITH WooCommerce Subscription] Unlimited subscriptionsThe same here.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Active subscribers not showingThe same issue here. There is no way to activate subscriptions. When you change the order state to finished, the subscription state change from pending to cancelled.
In other words, the plugin is not working at all.
Forum: Plugins
In reply to: [Multi Rating] the translation doesn’t appeareMe again ??
the better solution is:
.rating-item.mr .description {
display: none !important;
}
.mr-star-rating::before{
content: ‘Any text content here’;}Forum: Plugins
In reply to: [Multi Rating] the translation doesn’t appeareSame issue here. The plugin ist not for multi language use. You can translate the most parts for frontend in the backend except “Sample rating item”.
Thats why I add into my css the following:
.rating-item.mr .description {
display: none !important;
}.rating-form span::before {
content: “Any text content here”;
}Forum: Plugins
In reply to: [Booster for WooCommerce] EU VAT Number is not accepting Austrian VAT numbersHello Tom,
thanks for the information. It is working fine now.
Regards
MichaelAny idea?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] disable ssl certificate verifyHell,
any news for his issue?
Reagards,
Michael