Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter niklas.buschner

    (@niklasbuschner)

    Follow-Up: If there is someone who can help with this problem, I would definitely donate an appropriate amount (we can agree one before) via PayPal. I just don’t know what to do to get this problem fixed.

    Thread Starter niklas.buschner

    (@niklasbuschner)

    Thanks for pointing me in the direction to solve the issue. I activated the debug logs and opened the page (…/zimmer) and reviewed the log. I post it underneath. Do you have a suggestion where to start with fixing the issue?

    12:43:30 42087 /zimmer/ wp_cache_get_cookies_values: return: 
    12:43:30 42087 /zimmer/ wp_cache_get_cookies_values: return: 
    12:43:30 42087 /zimmer/ wpsc_get_realpath: directory does not exist - /homepages/28/d209392407/htdocs/wp-content/cache/blogs/zimmer/
    12:43:30 42087 /zimmer/ wpsc_get_realpath: directory does not exist - /homepages/28/d209392407/htdocs/wp-content/cache/blogs/zimmer/meta/
    12:43:30 42087 /zimmer/ supercache dir: /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/
    12:43:30 42087 /zimmer/ No Super Cache file found for current URL: /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/index-https.html
    12:43:30 42087 /zimmer/ wp_cache_get_cookies_values: return: 
    12:43:30 42087 /zimmer/ In WP Cache Phase 2
    12:43:30 42087 /zimmer/ Setting up WordPress actions
    12:43:30 42087 /zimmer/ Created output buffer
    12:43:30 42087 /zimmer/ wp_cache_get_cookies_values: return: 
    12:43:30 42087 /zimmer/ wpcache_do_rebuild: doing rebuild for /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/
    12:43:30 42087 /zimmer/ wpcache_do_rebuild: base file found: /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/wp-cache-blogb4933ef9c0708ce1807df429a7d91320.php
    12:43:30 42087 /zimmer/ wpcache_do_rebuild: base file found: /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/meta-wp-cache-blogb4933ef9c0708ce1807df429a7d91320.php
    12:43:30 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 wp_cache_get_cookies_values: return: 
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 wp_cache_get_cookies_values: return: 
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 In WP Cache Phase 2
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 Setting up WordPress actions
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 Not caching wp-admin requests.
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 maybe_stop_gc: GC flag not found. GC will go ahead..
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 wp_cache_gc_cron: Set GC Flag. (/homepages/28/d209392407/htdocs/wp-content/cache/landhaus-himmelpfort.de_wp_cache_gc.txt)
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 Cache garbage collection.
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 Cleaning expired cache files in /homepages/28/d209392407/htdocs/wp-content/cache/blogs/blog/
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 GC completed. GC flag deleted.
    12:43:31 42107 /wp-cron.php?doing_wp_cron=1561207410.9271240234375000000000 scheduled wp_cache_gc for 10 seconds time.
    12:43:36 42087 /zimmer/ Output buffer callback
    12:43:36 42087 /zimmer/ wp_cache_get_cookies_values: return: 
    12:43:36 42087 /zimmer/ Gzipping buffer.
    12:43:36 42087 /zimmer/ Writing gzipped buffer to wp-cache cache file.
    12:43:36 42087 /zimmer/ Renamed temp wp-cache file to /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/wp-cache-blogb4933ef9c0708ce1807df429a7d91320.php
    12:43:36 42087 /zimmer/ Writing gzip content headers. Sending buffer to browser
    12:43:36 42087 /zimmer/ wp_cache_shutdown_callback: collecting meta data.
    12:43:36 42087 /zimmer/ Writing meta file: /homepages/28/d209392407/htdocs/wp-content/cache/supercache/landhaus-himmelpfort.de/zimmer/meta-wp-cache-blogb4933ef9c0708ce1807df429a7d91320.php
    
    Thread Starter niklas.buschner

    (@niklasbuschner)

    Thanks for getting back. Actually I disagree with your comment. When a user selects ‘DHL Packstation’ from the dropdown the postnumber field is required for a label to be printed correctly. The postnumber input field is only displayed for delivery to DHL Packstation and DHL store/branch. So I think it should definitely be possible to have this field as required for this certain shipping types. Otherwise it can cause problems when a user does not enter the postnumber and we have to manually ask for it.

    Would be great if you could consider implementing a solution for this!

    Thread Starter niklas.buschner

    (@niklasbuschner)

    It’s not possible to hide placeholder values with CSS. Can you please assist on where the field is derived from? Can I use a hook to change the html placeholder value?

    I had the same issue and it worked with the following code which has to be put in your functions.php file. Since I’m not an expert in php dev I can’t guarantee that this code is super pretty but it does it’s job for my client. Hope it helps!

    add_action( 'woocommerce_email_before_order_table', 'custom_tracking_order_completed_mail', 20, 4 );
     
    function custom_tracking_order_completed_mail( $order, $sent_to_admin, $plain_text, $email ) {
        if ( $email->id == 'customer_completed_order' ) {
            
            $order_id = $order->get_order_number();
            $tracking_number = get_post_meta( $order_id, '_pr_shipment_dhl_label_tracking', true );
            
            if (!empty($tracking_number['tracking_number'])) {
                $tracking_number_clean = $tracking_number['tracking_number'];
                echo '<h2 style="color: #744d24; display: block; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;" class="woocommerce-column__title">Sendungsverfolgung</h2>
                <p>Das ist deine Sendungsnummer: ' . $tracking_number_clean . '</p>
                <p>Hier geht es zur Sendungsverfolgung: <a target="_blank" href="https://www.dhl.de/de/privatkunden/pakete-empfangen/verfolgen.html?piececode=' . $tracking_number_clean . '">DHL Sendungsverfolgung</a></p>';
            }
        }
    }
    Thread Starter niklas.buschner

    (@niklasbuschner)

    Strange, suddenly the applicant notification works fine but HR notification is always sent to SPAM. How can I manage to get this delivered without being sent to SPAM?

    Also how can I the layout of the notifications?

    Thanks in advance! Please let me know if I can donate something for your great work.

    I just wanted to ask the same question. Would be wonderful, if you integrate this feature soon. I would definitely be one of the first premium customers!

    Thread Starter niklas.buschner

    (@niklasbuschner)

    Nobody able to help? Thanks in advance for any help!

    Thread Starter niklas.buschner

    (@niklasbuschner)

    Hey Steve,

    thanks a lot for your reply. I will then soon swith to something else.

    But could you please tell me how do I add the lazy load functionality to statically embedded images which are placed directly in the source code as img elements?

    Greatly appreciate your answer!

    Regards
    Niklas

    Thread Starter niklas.buschner

    (@niklasbuschner)

    Resetting plugins folder via FTP eventually did the job. Thanks so much!

Viewing 10 replies - 16 through 25 (of 25 total)