Suggestions regarding the link method error
-
Hello,
Just a quick follow-up regarding the following ticket:
The 350 KB Stripe scripts are no longer loading, as we were able to disable the link again in the plugin settings.
So it had something to do with the Link Express method error. This issue is resolved.However, the following resource is still being loaded unnecessarily on our product pages:
- wc-stripe-blocks-checkout-style-css: 4 KB
Context: We use the following PHP filters, so zero unnecessary assets should be enqueued.
add_filter(‘wc_stripe_load_scripts_on_product_page_when_prbs_disabled’, ‘__return_false’);
add_filter(‘wc_stripe_load_scripts_on_cart_page_when_prbs_disabled’, ‘__return_false’);First, we would like to thank you for resolving the Link payment method issue.
Here are two suggestions for improvement:- Load the CSS file conditionally as well.
- Please inform users of the plugin about the issue with the link payment method and that it can now be safely disabled again if they do not wish to use it. There is currently no public communication about this, and I only found out because I occasionally manually tested in the backend to see if the bug had been fixed. Many people will still have the Link method enabled without knowing it and without wanting it. That’s not good.
Thank you very much for your support!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.