Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3709451
Stripe Plugin Breaking
Open

Comments

  •  6
    Troy started the conversation

    I've been using this without issue for some time but I noticed in the last 2 weeks or so that the checkout tends to now break using the Stripe payment plugin. I've tried various approaches to resolve thinking my it was a cache issue, JS, or even AJAX but it seems perhaps it might be a sizing issue. In other words, the pop-up box might be too narrow? Not sure.

    The problem is that when using your module, nobody can checkout via Credit Card because nobody can type in any credit card details at all.

    I've resolved the issue temporarily by changing the "Open instant checkout immediately" option to: no. I'm including screenshots. Thank you!

    Attached files:  Clipboard_08-21-2024_01.jpg
      Clipboard_08-21-2024_02.jpg

  •  1,222
    Dustin replied

    Hi Troy,

    I'm so sorry for the late reply! I must have overlooked your ticketfrown.png

    Please add the custom code below. (How to add custom code? ↗):

    add_filter( 'woocommerce_is_checkout', '__return_true', 99 );

    If it doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with the same configurations so I can check and fix any issues.

    Best regards,
    Dustin

  •  6
    Troy replied

    That did the trick! Thanks so very much!

  •  6
    Troy replied

    I spoke too soon. It fixed it in one browser of mine, but it is broken in MS Edge.

  •  6
    Troy replied

    Ugh. Disregard. All good. I cleared the system cache on the server and all good. Thanks!!!!!!