torbent
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Suddenly a stripe description is shown?Wow, somebody added this snippet to the checkout site:
https://share.cleanshot.com/kx0PczchForum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Using block on product detail pageThat works. Thanks!
- This reply was modified 2 years, 4 months ago by torbent.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Bulk Creation for “Warenpost” labels?Hello Shadi,
I mean: I have 50 orders, 30 are usual parcels, 20 are “Warenpost” orders. How can I create the 50 labels in Bulk, with respecting usual parcels and warenpost orders? Therefore I was looking for an option in the orders screen to select 20 orders and click “Create Warenpost labels”, select the other 30 and select “Create DHL parcel labels”. Is that possible?
Hello,
thanks – that’s it. I did this with the following code:add_filter( 'pre_get_posts', 'exclude_seedprod_page_from_search' ); function exclude_seedprod_page_from_search($query) { if ( $query->is_search ) $query->set( 'post__not_in', array( 13567 ) ); return $query; }
There is no option in Seedprod to exclude landingpages from the search, right? That option would make sense…
You type “Yoga” in the search bar at the top and then you navigate to page 3 of the search results.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] WP 5.5 – jQuery Migrate error@shadim I get this message in the backend:
Diese Seite erzeugte folgende Warnungen:
jQuery.fn.live() is deprecatedWhen I created a new label with the button in the order view, I got an 403 error.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] WP 5.5 – jQuery Migrate error@shadim No, 5.5.1 was not working.
Hello Gregor,
I am using 1.9.0 of WP Mail SMTP and 1.6.0.1 of WP Forms.The setting in WP Form is just set to this: https://drop.torben.me/Screen-Shot-2020-04-24-08-29-53.png
I used Mailtrap to capture an email, and I could clearly see that the reply to was set correctly. However in Mailgun I do see this and this puzzles me:
In the tab MIME type i do see this: https://drop.torben.me/Screen-Shot-2020-04-24-08-32-55.png So here, a reply to is set correctly. But when I look into the message details I do see this:
{ "tags": [], "timestamp": 1587570557.92336, "storage": { "url": "https://sw.api.mailgun.net/v3/domains/xxxxxx.com/messages/U2LAOW9ZA==", "key": "AgEFf5KJKZ60U2LAOW9ZA==" }, "log-level": "info", "id": "g2Ewt6GvsfZvC6wxQ", "campaigns": [], "user-variables": {}, "flags": { "is-routed": false, "is-authenticated": true, "is-system-test": false, "is-test-mode": false }, "recipient-domain": "xxxxxx.com", "envelope": { "transport": "smtp", "sender": "[email protected]", "sending-ip": "209.61.151.227", "targets": "[email protected]" }, "message": { "headers": { "to": "[email protected]", "message-id": "[email protected]", "from": "Studio <[email protected]>", "subject": "Betreff: Bestellung 146317 erg?nzen" }, "attachments": [], "size": 20076 }, "recipient": "[email protected]", "event": "delivered", "delivery-status": { "tls": true, "mx-host": "aspmx.l.google.com", "code": 250, "description": "", "session-seconds": 5.416873931884766, "utf8": true, "attempt-no": 1, "message": "OK", "certificate-verified": true } }
And here no reply-to is mentioned. My customer uses a google group where all of these contact requests are sent to and they say, that hey can’t answer to the emails as there is no reply-to being set.
Forum: Plugins
In reply to: [YITH WooCommerce Product Slider Carousel] Update not possible?Hello,
I can’t because the premium plugins habe been installed by another developer and I have no access to his account. You don’t allow to open support tickets for someone who has not bought anything…Forum: Plugins
In reply to: [WooCommerce] Huge database – wp_woocommerce_sessions@wpchina: I spoke to WooCommerce support as well. I think the only solution is to handle sessions via Redis.
Forum: Plugins
In reply to: [Simple Social Icons] Widget shows more than setupThanks for your quick action Nick!
Forum: Plugins
In reply to: [Simple Social Icons] Widget shows more than setupDone.
Forum: Plugins
In reply to: [Simple Social Icons] Widget shows more than setupHello,
I can share a link to a staging environment where you can log in. Can I share the credentials via eMail with you?Forum: Plugins
In reply to: [WooCommerce] Huge database – wp_woocommerce_sessionsHello,
I have the same problem – I disabled the WP_CRON in the wp-config.php, but I did set up a cronjob that calls this script every 15mins:#!/bin/sh wget -O - -q "https://www.domain.com/wp-cron.php?doing_wp_cron" > /dev/null exit 0
But this one does not clear the wp_woocommerce_sessions table?
Thanks.
Forum: Fixing WordPress
In reply to: Admin link states “Link is not valid anymore”Now the second user of this shop keep seeing this message when navigating in WooCommerce settings.
Has nobody any idea why this occurs? In this case, the user changed some settings regarding shipping, clicked save, and since then the user sees the message. Even when logged out, used another device etc.