doralis
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreis aus Admin E-Mails entfernenCool, das hat funktioniert.
Allerbesten Dank nochmals!Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreis aus Admin E-Mails entfernenHallo,
besten Dank nochmals. Der Code sieht genau passend aus, nur hat das leider auch nicht funktioniert.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreis aus Admin E-Mails entfernenHallo,
vielen Dank für die Hilfe!Leider hatte ich mich etwas falsch ausgedrückt: Ich wollte die Angabe der Füllmenge zu jedem Produkt aus der Produkttabelle entfernen. Gem?? dem Quellcode und Deinem Beispiel bin ich bei dem hier gelandet:
remove_filter( ‘woocommerce_order_item_name’, ‘wc_gzd_cart_product_units’, wc_gzd_get_hook_priority( ’email_product_units’ ), 2 );
Nur war das wieder nicht erfolgreich. Irgendeine Idee?
Grunds?tzlich war ich mit dem Ansatz schon erfolgreich: Ich hatte selbst einen Filter für andere Produktangaben global definiert, und der lie? sich in der admin-new-order.php problemlos entfernen.
Forum: Plugins
In reply to: [Event Organiser] Disable links in eo_fullcalendarThanks a lot, works like a charm!
Forum: Plugins
In reply to: [Event Organiser] Bug when importing a ics into google calendarHi Stephen,
I once again stumbled over this email address leak. I see this as a serious privacy issue and a target for spam address harvesting. Wouldn’t it be a good idea to provide an option in the backend and disable it by default?Forum: Plugins
In reply to: [Event Organiser] Bug when importing a ics into google calendarThanks a lot for the hint about the template. There seems to be another issue that only occures when connecting to the feed (versus importing a downloaded ics), but so far, I didn’t have the time to look into it.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Formatierung GrundpreisDanke – klingt gut.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Formatierung GrundpreisBitte um Rückmeldung ob meine Bugmeldung/Korrekturvorschlag auch erfasst wurde.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Formatierung GrundpreisWir nutzen ein eigenes Theme, da der Shop in eine “richtige” Website eingebettet ist.
Hier gibt es aber auch “nur” das Problem mit den falschen Leerzeichen und der 1, die nicht unterdrückt wird. Die Ursache liegt an folgendem Code innerhalb des Plugins:
includes/abstracts/abstract-wc-gzd-product.php:
return ( $this->has_unit() ) ? str_replace( '{price}', $price_html . apply_filters( 'wc_gzd_unit_price_seperator', ' / ' ) . $this->get_unit_base(), get_option( 'woocommerce_gzd_unit_price_text' ) ) : '';
Ich denke am sinnvollsten w?re es, wenn Ihr die Fehler auch genau dort behebt:
– Leerzeichen vor und hinter dem Schr?gstrich weg
– die Base nur ausgeben, wenn sie ungleich 1 istAlternativ auch für die Base einen Filter-Hook zur Verfügung stellen.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Formatierung Grundpreishallo – Ich wollte auch gerade was in der Art schreiben und h?nge mich mal dahinter:
Bei mir sieht die Ausgabe im Moment so aus: “9,33 € / 1 l”:
Dabei gibt es aber gleich mehrere Fehler/Unsch?nheiten:
Wenn die Anzahl der Einheit 1 ist, l?sst man die 1 hinter dem Schr?gstrich gew?hnlich weg.
Zudem schreibt man gem?? Duden kein Leerzeichen vor und hinter den Schr?gstrich. Richtig w?re somit: “9,33 €/l” oder wenn die Anzahl zur Einheit nicht 1 ist: “9,33 €/0,75 l”
W?re sch?n, wenn Ihr das noch zurechtbiegen k?nntet.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreis ausweisenHi,
danke für die schnelle Antwort – als ich nach meinem Posting noch etwas gegrübelt hatte, kam ich auch zu der Erkenntnis, dass das evtl. so gemeint sein k?nnte;).
Das ist dann leider nicht so ganz das, was ich erwartet hatte. Da ich sowieso irgendwo meine Mengenangabe hinterlegen muss, dachte ich eigentlich, dass der Grundpreis automatisch ausgerechnet wird.
Allein schon um die Fehlerquelle auszuschlie?en (Preis ?ndern und dabei ?nderung des Grundpreises vergessen) werde ich mir da wohl etwas für basteln müssen.
Aber vielleicht k?nnt Ihr das ja als Anregung für zukünftige Versionen nehmen.
Hi Nick,
it wasn’t so clear at the end: do you intend to look at the issue in the near future, or will this still be “not officially supported”?
Otherwise np and I’ll try to find an alternative solution.
thanks
doralis
the link for private calendars I used looked like this:
[email protected]/private-80e464f1342bb8f683a57567aa4a8382/basicHope it helps. I think I found it at the same page where you find the public links, but I’m not sure.
Same problem here: public Calendars seem to be ok, but I have one private calendar which doesn’t display any more, and I can’t make this calendar public.
Forum: Plugins
In reply to: [Event Organiser] Customize event display in full calendarseems to work like I asumed: it hides both the title in the event and in the popup”, but I need the title in the popoup.
Then we must use short titles as a workaround;).
Then I had one more problem which I think is causes by a bug;
In the wordpress time settings, I had some escaped chars for the german word “Uhr” (\U\h\r), which here is normally appended to every time specification.
https://codex.www.ads-software.com/Formatting_Date_and_Time#EscapingThis normally works in themes, but in the full calendar, you could see the backslashes, and in the popup, the escaped chars were interpreted as format directives.
Maybe you could make a guess about if and when this will be fixed?