• Resolved robertrosanke

    (@robertrosanke)


    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:

    1. Load the CSS file conditionally as well.
    2. 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)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Hi @username,

    Thank you for the update and for sharing your findings.

    I’m glad to hear the Link-related issue has been resolved and that you’re now able to disable the payment method again if it’s not needed.

    Regarding the wc-stripe-blocks-checkout-style-css asset, I appreciate you bringing this to our attention. I’ve shared your feedback with the team, including the suggestion to conditionally load the stylesheet when the relevant filters are used.

    I also understand your concerns about communicating the resolution of the Link payment method issue. Feedback like this helps us improve both the plugin and the information we provide to users.

    Thanks again for your thorough testing and detailed report.

    Thread Starter robertrosanke

    (@robertrosanke)

    Hello @shahzeenfarooq ,

    Thank you for forwarding this to the developers. I’ll check the next one or two updates to see if the CSS file is being removed correctly from the front end. If the issue still persists after two plugin updates, I’ll open a new ticket. Thanks for your help.

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    I completely understand your concern. I’ve passed your feedback along to our developers for consideration. At this stage, I can’t provide an estimated timeframe for if or when any changes will be implemented, as that will depend on the team’s review and priorities.

    Thanks for your feedback and patience.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.