• Resolved Patrick Xu

    (@aaronxuth)


    When I click the pay button, there is no credit card payment box show up. Sometimes it direct me to the result page and tell me that the stripe token is invalid.

    I use test API keys and it doesn’t work. How can I fix this problem?

    • This topic was modified 7 years, 3 months ago by Patrick Xu.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    You’re welcome. I just leave the problem description for the record:

    Ok, looks like the issue is in following file:

    \wp-content\themes\Avada\assets\js\main.min.js

    You need to look for all occurrences of following string
    href=#
    and replace it with following:
    href=’#’

    There should be 4 occurrences in that file. Then save it, refresh the page with payment button and you’ll see it’s working just fine.

    This is what was breaking jQuery code execution on the page, that’s why it wasn’t working.

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    This has been resolved as well (even though it wasn’t Stripe Payment issue but Adada’s theme).

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘The payment box doesn’t show up’ is closed to new replies.