Dennis
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferschein ?ndernHi,
fügt ihr denn die Zusatz-Infos irgendwie per Snippet hinzu? Oder werden die Extra Product Options als Eigenschaften (d.h. Produkt-Attribute) hinzugefügt? Vielleicht fügt das Plugin die Infos per Hook automatisch an unsere Rechnungen an – das kann ich jetzt schwer beurteilen, ohne das Plugin zu kennen..
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Kauf nicht m?glichHi,
ich habe mir das mal angeschaut und einen Testkauf durchgeführt. Im Hintergrund wird ein PHP-Fehler erzeugt, sodass der Abschluss nicht m?glich ist. Du solltest mal unter WooCommerce > Status > Logs in die fatalen Fehler schauen (im Dropdown ausw?hlen) – mit der konkreten Fehlermeldung k?nnen wir dir bestimmt schnell weiterhelfen.
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Checkout Problem Theme: Ocean WPHi there,
hm, that’s strange – I’ve just tested that with OceanWP (https://www.ads-software.com/themes/oceanwp/) and it worked fine with our free version. Did you activate the “checkout fallback mode” in the Germanized settings under WooCommerce > Settings > Germanized > Display?
Cheers
Forum: Plugins
In reply to: [Germanized for WooCommerce] Checkout Problem Theme: Ocean WPHi there,
I’ve just tested that locally with OceanWP. I guess adding the following snippet to your child-theme functions.php should fix the problem (During my testing the problems was that payment and review order info was shown twice within the last step).
https://gist.github.com/vendidero/57f290800b3e2c79c7e826b144a87947Cheers
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeiten werden mit Standard überschriebenHi there,
ja, das ist korrekt, da wir anhand dessen prüfen ob die Variation überhaupt korrekt geladen werden konnte um im Zweifel unsere eigene Reset-Logik anwerfen zu k?nnen. Leider geht das aktuell nur über diesen “Tweak” – ich werde mal schauen, wie sich das in Zukunft besser l?sen lie?e.
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Checkout Problem Theme: Ocean WPHi there,
the only thing Germanized adjusts within the checkout which could address this problem may be switching payment gateway selection with the review order table (for compliance with the button solution). Maybe you’ll need to stop Germanized from switching the elements through your child theme’s functions.php e.g.:
https://gist.github.com/vendidero/8d5ca804fcdc3c33ff75db841b75b3c5I would of course recommend the multistep checkout feature within Germanized Pro which is compatible with Germanized of course ??
Cheers
Hi,
die Anrede tauschen wir aus, um Shop-Admins zu erm?glichen die Standard-WooCommerce-Anrede in den E-Mails mit einer individuellen Anrede (die Option findest du unter WooCommerce > Einstellungen > Germanized > Emails > Anrede) auszutauschen. Das funktioniert u.U. nicht richtig in Verbindung mit deinem Email Plugin. Du kannst das über die functions.php deaktivieren:
add_filter( 'woocommerce_before_template_part', 'my_child_remove_gzd_gettext', 20, 1 ); function my_child_remove_gzd_gettext( $template ) { if ( function_exists( 'WC_germanized' ) ) { remove_filter( 'gettext', array( WC_germanized()->emails, 'replace_processing_email_text' ), 10 ); remove_filter( 'gettext', array( WC_germanized()->emails, 'replace_title_email_text' ), 10 ); } return $template; }
Die anderen, hinzugefügten Infos kannst du in den E-Mail-Einstellungen von Germanized deaktivieren.
Grü?e
Hi,
naja, es gibt evtl. ein paar experimentelle Filter die dir weiterhelfen k?nnten aber ich habe das selbst noch nicht wirklich getestet. Soweit ich wei? existiert der Filter “woocommerce_adjust_non_base_location_prices” – den solltest du dir mal genauer ansehen.
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] VATHi there,
do you speak german? Could you explain the problem a little further? Users that are not logged in may not see your previews ??
The tax rate depends on your tax settings within WooCommerce > Settings > Tax
Cheers
Forum: Plugins
In reply to: [Germanized for WooCommerce] VATHi there,
variable products may contain variations with different tax rates, e.g. one variation has a 7% tax rate and another one has a 19% tax rate. Due to performance issues we are showing the default tax notice only – if you choose a specific variation the exact tax notice will be shown. You may choose a default variation within the product options – the specific tax notice should show up in that case.
Cheers
Hi,
das geht leider über die Einstellungen nicht so einfach. Du müsstest hierfür ?nderungen via Filter (oder Plugin – da müsstest du mal recherchieren) an WooCommerce vornehmen, da Germanized darauf keinen Einfluss hat.
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Fehlermeldung WarenkorbHi,
hm, du solltest trotzdem mal in die Logs unter WooCommerce > Status > Logs schauen. Insofern der Fehler auch auftritt, wenn Germanized deaktiviert ist, kann es zumindest schon einmal nicht an Germanized liegen ??
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Export Rechnungen mit Steuers?tzenHi,
das ist eine recht alte Version von Germanized Pro. Du solltest ein Update installieren – in der neuesten Version gibt es zus?tzlich für jeden Steuersatz eine eigene Spalte im CSV-Export.
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Export Rechnungen mit Steuers?tzenHi,
doch, auch bzw. nur im CSV-Export findest du diese Spalten. Die Spalten werden als letzte Spalten an die Tabelle angehangen. Welche Version von Germanized Pro verwendest du denn?
Grü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit und Kurzbeschreibung im WarenkorbHi,
verstehe – ich habe das gerade in einem Update (1.7.4) von VendiPro behoben. Danke für den Hinweis!
Grü?e