WP Helping Hand
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Verstandstatus automatisch ?ndernHallo @vendidero
Danke für den Link.
Ich habe den Code angepasst:
<?php
add_filter( 'woocommerce_gzd_shipment_order_shipping_status', 'set_shipping_status_to_shipped_if_simplesell_meta', 10, 2 );
function set_shipping_status_to_shipped_if_simplesell_meta( $status, $order ) {
// überprüfen, ob die Bestellung die SimpleSell-Metafelder enth?lt
$carrier_name = get_post_meta( $order->get_id(), 'simplesell_carrier_name', true );
$tracking_number = get_post_meta( $order->get_id(), 'simplesell_tracking_number', true );
// Wenn sowohl Carrier-Name als auch Tracking-Nummer vorhanden sind, setze den Status auf 'shipped'
if ( ! empty( $carrier_name ) && ! empty( $tracking_number ) ) {
return 'shipped'; // Setzt den Versandstatus auf "shipped"
}
// Falls die Metafelder nicht ausgefüllt sind, den ursprünglichen Status zurückgeben
return $status;
}Nun ist das Problem, dass das customer-shipment.php Template nicht mehr versendet wird sondern das standart Template von WooCommerce.
Habe ich etwas übersehen?
Vielen Dank für die Hilfe.Forum: Plugins
In reply to: [Germanized for WooCommerce] Verstandstatus automatisch ?ndernHey @vendidero ,
danke für deine Antwort.
Nachdem der Shopbesizter die Bestellung mit SimpleSell bearbeitet hat, werden zwei Metafelder bei der Bestellung hinzugefügt:
Versanddienstleister: simplesell_carrier_name
Sendungsnummer: simplesell_tracking_number
SimpleSell setzt dann den Status der Bestellung auf abgeschlossen, ABER die Versandstatus wird nicht auf versendet gesetzt.
Ich denke das es sicherlich einen hook gibt wo man sich einh?ngen kann und prüft ob die Metafelder vorhanden sind und den Status auf “versendet” ?ndert wenn die Bedingungen erfüllt sind?Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Firewall ErrorHello @dizzyatinnocraft
We have disabled the modsecurity firewall in Plesk.
We still have the problem that when we switch to preview mode in Tag Manger, we are blocked after a short time.
Firewall is no longer installed.Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Firewall ErrorHello @dizzyatinnocraft
Hosteurope support sent me this link:
https://talk.plesk.com/threads/extension-modsecurity-issues-with-matomo.350511/
But nothing helps.Forum: Plugins
In reply to: [Matomo Analytics - Ethical Stats. Powerful Insights.] Firewall ErrorWe have Apache with nginx.
Nginx as the frontend server.
Can I disable rules here?
Disable security rules
“You can disable security rules here. This is useful if you find that a security rule is too restrictive for some websites. To disable security rules, specify their IDs (e.g. 340003 or 340005-340007), tags (e.g. CVE-2011-4898) or regular expressions that are used in rule messages (e.g. XSS).”Hello @atousanajafi
Thank you for your reply.
We have a staging page at https://sandbox.klocke-agentur.de/kalender/monat/2023-10/. There I have a default theme and all plugins disabled except The Event Calenders.
The result is the same. The arrow does not work.
In Console I have no error and with Query Monitor I get a PHP Deprecated.
Deprecated Implicit conversion from float 30198988.8 to int loses precisionwp-content/plugins/the-events-calendar/common/src/Tribe/Cache.php:627 str_split() wp-content/plugins/the-events-calendar/common/src/Tribe/Cache.php:627 Tribe__Cache->set_chunkable_transient() wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Views/Traits/HTML_Cache.php:124 Tribe\E\V\View->maybe_cache_html() wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/View.php:737 Tribe\E\V\View->get_html() wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Template_Bootstrap.php:262 Tribe\E\V\Template_Bootstrap->get_view_html() wp-content/plugins/the-events-calendar/src/views/v2/default-template.php:19 1 Plugin: the-events-calendar
Hey Alessio
Thanks for the file. I uploaded it and everything is working again.
Good work.- This reply was modified 1 year, 6 months ago by WP Helping Hand.
Hey Allesio
thanks for your quick reply.
PHP is in version 8.2.10
WP is in version 6.3.1
YITH WooCommerce Ajax Product Filter in version 4.25.2Forum: Plugins
In reply to: [WooCommerce] Variable products no stock@beautyofcode
Any clue where the error could be?Forum: Plugins
In reply to: [WooCommerce] Variable products no stockHi @beautyofcode Roxy
thank you for your answer.
Yes, the settings are correct. See screenshot.
But it is not displayed in the frontend.Woo status report I can not insert. Copy and Past doesn’t work and on the Scrennshot you can’t see everything.
- This reply was modified 1 year, 9 months ago by WP Helping Hand.
Forum: Plugins
In reply to: [Contact Form 7] CF 7 Fatal ErrorHI @wpo365
thank you for your help.
It helped and we will wait another two or three weeks with the update and then try again.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 JS errorHello @takayukister
The theme used was the Ambiance theme from Vagebond (I’ve already written to the developer. The theme had the last update in 2019).
Plugins are these installed:
Ambiance-shortcodes
Coming Soon Page, Maintenance Mode, Landing Pages & WordPress Website Builder by SeedProd
Contact Form 7
Enable jQuery Migrate Helper
Polylang
Popup Maker
Preserved HTML Editor Markup Plus
SVG Support
Template Library and Redux Framework
UpdraftPlus – Backup/Restore
Vagebond background manager
Vagebond-Gallery
Vagebond-Menu
WPBakery Page Builder
WP Mail SMTP