Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kluivats

    (@kluivats)

    Hi,

    The issue happens when a guest checkout happens. If a logged in user buys a product and pays using Stripe (CC or Apple Pay), the order confirmation page (Thank you) is shown properly. The empty cart page is returned only when a guest checkout using Stripe happens.

    In both cases, I am getting a valid return url in the log file (something similar to) /checkout/order-received/1xxxxx6/?key=wc_order_ELCft7zJBOOWT

    Note: I don’t have issue with my other payment gateway (PayPal) for both guest and logged in users checkout. The thank you page is properly displayed for both types of users.

    Hi,
    In View Order, Clicking the Upload Files button produces a file picker, lets me choose one and after clicking “OK”, the upload button goes dim and stays dim. No file appears to have been uploaded.
    I ran Developer tool in Chrome and found the following:
    Uncaught ReferenceError: pdf is not defined
    var file_array = [“pdf”,”jpg”,”png”];
    var wooempt = pdf,jpg,png;

    The variable wooempt value is not enclosed with single quote. Hope this will help Michael Visser.
    Thanks

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