• Resolved vmgdevda

    (@vmgdevda)


    Hi, I installed the plugin on this site: https://lastrhinocoffee.com.

    I then put the following code in the “label” field of the order notes box to test out if I could throw javascript in there (didn’t realize it was an actual label field…).

    <script type=”text/javascript”>
    console.log(“this is a test”);
    </script>

    After I clicked save, the code disappeared.

    Since then, the paypal checkout process is not completing. I am getting the following console error:

    logger.js:63 ppxo_no_token_passed_to_payment
    {timestamp: 1542729945781, windowID: “1b6abd97fe”, pageID: “c59350c650”, prev_corr_ids: “”, referer: “lastrhinocoffee.com”, …}
    print @ logger.js:63
    log @ logger.js:181
    error @ logger.js:234
    (anonymous) @ component.jsx:393
    _loop @ promise.js:156
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.resolve @ promise.js:91
    _loop @ promise.js:207
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.resolve @ promise.js:91
    (anonymous) @ promise.js:41
    _loop @ promise.js:156
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.resolve @ promise.js:91
    (anonymous) @ promise.js:199
    _loop @ promise.js:156
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.resolve @ promise.js:91
    _loop @ promise.js:207
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.resolve @ promise.js:91
    (anonymous) @ promise.js:41
    (anonymous) @ http.js:117
    load (async)
    (anonymous) @ http.js:78
    ZalgoPromise @ promise.js:39
    request @ http.js:48
    (anonymous) @ wc-gateway-ppec-smar…ns.js?ver=1.6.5:113
    _loop @ promise.js:156
    ZalgoPromise.dispatch @ promise.js:147
    ZalgoPromise.then @ promise.js:240
    payment @ wc-gateway-ppec-smar…ns.js?ver=1.6.5:102
    (anonymous) @ hacks.js:206
    ZalgoPromise @ promise.js:39
    (anonymous) @ hacks.js:175
    ZalgoPromise.try @ promise.js:393
    (anonymous) @ component.jsx:384
    resultValue @ props.js:88
    (anonymous) @ serialize.js:34
    ZalgoPromise.try @ promise.js:393
    (anonymous) @ serialize.js:33
    (anonymous) @ types.js:68
    ZalgoPromise.try @ promise.js:393
    _RECEIVE_MESSAGE_TYPE.(anonymous function) @ types.js:56
    receiveMessage @ index.js:114
    messageListener @ index.js:140

    Is it possible that the JS code got injected into the database somewhere?

    Deactivating and uninstalling the plugin didn’t help.

    • This topic was modified 6 years, 3 months ago by vmgdevda.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    It is a label field and script is not expecting in that field. If you have less number of custom field added then it is best to reset the fields to default by clicking on the option “Reset to default fields”. Please note if you click on Reset to default fields, then all the custom fields created will be removed and you need to manually add it again on your checkout form.

    If there are so many custom fields added then please raise a ticket through our website, we hope our technical team will be able to help you.

    Thank you!

    Thread Starter vmgdevda

    (@vmgdevda)

    I think it ended up being a setting that we checked by accident — it’s working now. Thanks!

    Plugin Author ThemeHigh

    (@themehigh)

    That’s great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installed plugin, now paypal checkout won’t work’ is closed to new replies.