DalbertHab

Results 7 comments of DalbertHab

We faced the same problem. I could trace down to problem to the CKEditor but don't know how to fix the problem: This CKEditor method scrolls the page ```javascript scrollIntoParent:...

You can add your "media blocked" information as src that will be overriden if consented.

You have to change the PoductTitles Line from ```powershell $Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Office 365 Client')}) ``` to ```powershell $Office365Updates = ($ActiveUpdates | Where-Object {$_.ProductTitles.Contains('Microsoft 365 Apps/Office 2019/Office LTSC')})...

We sell digital subscriptions, but as virtual products. To get an address for sending a qualified invoice (B2B business), we patched the \WC_Gateway_PPEC_Plugin::needs_shipping (patch attached). At the moment the filter...

Anything new on this issue?

We had the same problem with **wp super cache**. WP Super Cache supports dynamics content to replace Placeholders in cache with real content. So we hooked into the cacheactions and...

@unhammer If WP Super Cache caches a page the nonce is cached, too. My plugin replaces the nonce values of __wc_ppec_generate_cart_nonce_ and __wc_ppec_start_checkout_nonce_ with placeholders after the page is rendered...