Wooassist

Assistance for Your Woocommerce Store

  • How it Works
  • Pricing
  • Site Maintenance
  • Blog
    • How-To Articles
    • Code Snippets
    • SEO For E-Commerce
    • Theme and Plugin Reviews
    • Wooassist News
    • WordPress/WooCommerce News
    • Interviews
  • About Us
  • Contact
You are here: Home / How-To Articles / How to Fix Checkout Problems in WooCommerce

How to Fix Checkout Problems in WooCommerce

June 6, 2016 By Nick J 79 Comments

how to fix checkout problems in WooCommerce

One of the biggest problems a WooCommerce store owner can encounter is when the checkout fails. There are a lot of different types of issues that could happen during checkout, but these can be fixed easily if you can identify what is causing the problem. However, finding out the cause is not always easy for the average user. In this post, we will teach you how to fix the common checkout problems in WooCommerce.

The information in this post may or may not help with the specific problem that you are experiencing with your checkout. You may have a similar problem but the source could be different, hence the solutions mentioned here may not work for everyone. It is best to have a developer adept in both WordPress and WooCommerce make the suggested fixes for you. We also recommend that you create a staging/development site and do your debugging there rather than on the live site.

Most Common WooCommerce Checkout Issues

Here at Wooassist, a lot of new clients come to us with problems on their checkout. Having issues on the checkout page can be daunting as it can be difficult to figure out the cause. The checkout page is crucial because it is the last page of the “user shopping experience”. A simple error that could be fixed in a few minutes can hurt your business if it is not addressed swiftly. You could end up losing business opportunities and customers. To fix the problem, we need to figure out what the error is first.

Below are some common issues we encounter that you could be experiencing right now on your WooCommerce store.

Checkout Page Isn’t Available and is Just Redirecting Back to an Empty Cart

cart-is-currently-empty

While there are many reasons why checkout would redirect to an empty cart, it’s usually because your hosting is not totally compatible with WooCommerce.

The issue is most common with stores that enabled “force https on checkout”. In this case, the issue could be caused by a PHP security module called Suhosin. WooCommerce already has an official fix posted for this.

Simply paste the code below in your server’s PHP settings.

suhosin.session.cryptdocroot = Off

Review Order Section is Stuck on Loading

review-order-session-stuck-on-loading

When a customer enters their shipping/billing information, this triggers a script to reload the review order data. When there is an error in the script, it will just get stuck without an error shown that would’ve helped you understand what’s happening.

This usually happens when the returned data is not what WooCommerce expects. This is caused by either a plugin or template conflict. To fix this, you will need to check compatibility with all plugins installed and update any outdated WooCommerce templates.

Payment Option is Not Working

Some popular payments options are PayPal, Stripe, Authorize.net and eWay. These are the services that you’ve installed in your store to handle the payment process between you and your customers. This is the page where users enter their credit card information and hit the “place order” button.

Here are some scenarios where the payment option does not work:

Payment option is not available on checkout

You are sure that you have completely configured your payment option but it’s not showing up on the checkout page. This usually happens with stores that don’t have an SSL certificate installed and the payment option requires one. You can learn more about SSL in this post.

Authentication error pops up

When an authentication error pops up, this means there is something wrong between the connection of your store and your payment option service provider. To fix this, check that the credentials you entered in the payment option’s settings are correct.

Unknown error pops up

Checkout-unknown-error

Unknown error popping up could mean that a PHP script in WooCommerce isn’t working properly. There are many things that could cause this. It may be due to a plugin conflict, or your hosting doesn’t support the custom AJAX endpoints utilized by WooCommerce. To fix this you will need to check each plugin installed. Try disabling the plugins one at a time and see if that fixes your problem.

Nothing happens after clicking “Place order” button

If nothing happens when you click the place order button, then most likely there is a JavaScript conflict in the checkout page. The best way to fix this is to check your browser’s console to see which scripts are in conflict. You’ll want a developer to do this for you though.

Did any of these help solve your checkout page problem? If you have any other problems with checkout on your WooCommerce store, you can hit the comments or contact us and we’ll see what we can do for you.

People that read this article also liked

internet-characterHow to Create a Child Theme for Storefront How Often Should I Update My WooCommerce StoreHow Often Should I Update My WooCommerce Store? woocommerce-speedHow to Speed Up Your WooCommerce Store lock-secure-computer_200x200Why Should You Keep WordPress Updated?

Filed Under: How-To Articles Tagged With: best practices, checkout form, code snippet, how-to, security, website maintenance, WooCommerce

Comments

  1. Jay Richards says

    June 12, 2019 at 3:40 am

    None of the Above

    My checkout page is squished into a small right column with a large white space then a squished left column.

    Reply
    • Rob says

      June 12, 2019 at 5:45 am

      Hi Jay,

      Are you running the most recent versions of WordPress, WooCommerce and all your plugins? You can try updating everything to see if that would fix the issue.

      You can also try deactivating all plugins on your site except WooCommerce so we can rule out the possibility of a plugin conflict.

      Please email us at [email protected] so we can further help you troubleshoot the issue.

      Reply
    • Max M says

      December 13, 2022 at 11:39 am

      Hi Richard,

      I’m facing the same problem did you manage to solve it?

      Three years later ^^

      Reply
  2. Toddjir says

    May 13, 2020 at 11:42 am

    This is sad. Woocommerce is probably the best eCommerce platform out there. But, because of issues like this, people are tricked into Shopify.

    You just have to know how to setup Woo correctly is all. There is nothing out there that has the flexibility of Woo.

    Reply
    • Rob says

      July 30, 2020 at 4:06 pm

      Hi Toddjir,

      Agree completely. Shopify is good but, in our opinion, WooCommerce wins because of the customizability.

      Reply
  3. Benjie says

    June 9, 2020 at 8:41 pm

    Mine says “Error while placing order (You are not authorized to access this resource).” If I click on Place Order, can you help me with this please?

    Reply
    • Rob says

      July 30, 2020 at 4:00 pm

      Hi Benjie,

      You may purchase a support package from the link below and we can have our developers fix the issue for you.
      https://wooassist.com/pricing/

      Or if you have any further questions, you can email at [email protected]

      Reply
  4. Andre says

    June 14, 2020 at 2:40 pm

    After clicking place order, the page does not exist. What should I do

    Reply
    • Rob says

      July 30, 2020 at 4:30 pm

      Hi Andre,

      Can you check if your Checkout page is published?

      You can also try deactivating all your plugins except WooCommerce to see if checkout will work.

      If checkout works when you deactivate your plugins, you can enable them one by one and test checkout at every step to find out if it is a plugin conflict.

      Reply
  5. Robyn Fogle says

    August 2, 2020 at 8:06 pm

    Hi there,

    On my checkout page I receive the following message “Sorry, it seems that there are no available payment methods for your state…”
    Payment options display correctly on the single product page and from the cart…it is just the checkout page that shows this message.

    Any ideas on how to fix this?
    Thanks in advance!
    Robyn

    Reply
    • Rob says

      August 6, 2020 at 12:14 pm

      Hi Robyn,

      Was your payment gateway working before? Did you install any new plugins recently? Are your plugins updated?

      Reply
  6. Adam says

    August 29, 2020 at 2:17 pm

    Hello,
    My site has been up for several years now. I’ve recently added SSL. Even more recently I’ve added WooPayments to give another option other than Paypal. When I try to “place order” at checkout I get “Error: Invalid integer:xx” (xx is a decimal such as 0.4). I sell grains by the pound but customers can purchase by the hundredth of a pound, i.e. 1.28 lbs. or 0.4 lbs.

    My site is setup to allow these decimals and everything is OK except WooPayments seems to not like non-integers. Any ideas on how to remedy? I have no programming knowledge.

    Reply
    • Rob says

      September 23, 2020 at 3:34 pm

      Hi Adam,

      I would recommend contacting WooCommerce directly as this an issue with their plugin and they are best people to ask regarding your problem. Here is a quick link to their contact page: https://woocommerce.com/contact-us/

      Reply
  7. Andre Mattos says

    October 3, 2020 at 5:43 pm

    Hello !
    I located your article after researching the solution to a problem I am having.
    After finalizing the checkout, some errors like: wrong credit card number, failure to check the Checkbox giving the knowledge that the customer read the site policies … That does not appear. I believe that there is some incompatibility between the payment plugin and thema.
    If you know how to help me thank you, but also from your experience do you know of any PLUGIN where these checkout notices are shown to the customer as Popup on the screen?

    Reply
    • Rob says

      October 12, 2020 at 12:33 pm

      Hi Andre,

      For further help with problems regarding WooCommerce checkout, we do offer a premium support service. We can have our developers look at and fix the issue on your website. Here’s a quick link to our pricing page.

      We also do not know of any plugin that converts checkout notices to pop-ups. It’s not something we would recommend though as it would most likely just cause more problems in the long run. WooCommerce checkout works just fine out of the box. Like the popular adage goes, if it ain’t broke, don’t fix it. 😉

      Reply
  8. Alana says

    October 13, 2020 at 7:17 pm

    I’ve just updated to the latest version of wordpress and ever since, my site is not redirecting to the order received page when a customer checks out. I’m receiving the order (often two orders since my customers are thinking the first attempt didn’t work when it actually did). Can anyone help with a fix as I’m struggling to find any information online. TIA

    Reply
    • Rob says

      October 16, 2020 at 1:08 pm

      Hi Alana,

      Since you mentioned the issue happened since you updated WordPress, it might be a good idea to restore to a previous backup.

      I would then recommend testing your updates on a staging site and fix the checkout problem there.

      If you need any help getting it done, we do offer a premium support service where our WooCommerce developers can look into and fix the issue for you. Here is a link to our pricing page.

      Reply
  9. Monica says

    November 3, 2020 at 2:09 am

    Hi there,

    If you could help me with this issue I would be forever grateful! I have had this issue since the beginning of time I swear! I cannot figure it out!

    On my cart and checkout page, the “Place My Order” button doesn’t show up unless you scroll over it. I have tried all different colors for the button. It doesn’t show up on the desktop or mobile. The PayPal and “Pay Later” button shows up on the cart page but the Checkout button above it is missing (unless you know to hover over it and click there – it’s just an open white space). The “Place My Order” button is missing on the Checkout page. There is a Pay with PayPal and a Pay with Credit Card option but again the Place My Order button is missing unless you know to hover over it. 🙁

    Please help!! Thank you in advance!

    Reply
    • Rob says

      November 16, 2020 at 2:07 pm

      Hi Monica,

      You can add this CSS

      .page .checkout-button.button.alt.wc-forward {
      background: #ff87bc;
      }"

      Reply
  10. Suraj Negi says

    November 22, 2020 at 6:02 am

    Hi, After filling all customer details on the Checkout Page. The next Button doesn’t work.

    It happens after I just update my wordpress theme.

    Please help.

    Reply
    • Rob says

      November 24, 2020 at 7:06 am

      Hi Suraj,

      In this case, we would recommend rolling back the updates so you can have a working checkout.

      You can then test your updates first on a staging site so you can troubleshoot the issue without interrupting the functionality of your live site. We recommend starting with updating your theme and plugins. If that doesn’t fix the issue, you can try deactivating all other plugins except WooCommerce to rule out a plugin conflict.

      Shoot us an email if you need further help.

      Reply
  11. Smart Hands says

    December 30, 2020 at 10:13 am

    Please help me , when PROCEED TO CHECKOUT button is used, says “This page doesn’t seem to exist.”
    It was ok when we last did it and now this issue occurred.

    Thank you in advance

    Reply
    • Rob says

      January 15, 2021 at 8:22 am

      Hi Smart Hands,

      Can you check your list of pages if you still have a Checkout page? If you have a Checkout page, is it set as Published?

      Reply
  12. Duropack Limited says

    February 5, 2021 at 8:46 am

    Thank you worked like a charm!

    Reply
  13. Sal says

    February 10, 2021 at 2:16 am

    My checkout (in test mode with Stripe) works great as long as the user is logged into the site. I have the option checked to let users register at payment, but it says that the Payment Info is Not Valid when adding payment info with new registration.

    Reply
    • Rob says

      February 19, 2021 at 2:22 pm

      Hi Sal,

      Have you tried using the same payment method for a user that already has an account?

      I would recommend testing on your development/staging site. Are all your plugins updated? Try updating everything then test again.

      If updating doesn’t fix the issue, try deactivating all your plugins except WooCommerce and the payment gateway. If it works when all other plugins are deactivated, it is an issue with another plugin. If it still doesn’t work, we might need to do some further digging to find out where the issue lies.

      Reply
  14. Mark says

    February 26, 2021 at 5:02 pm

    I have 2 questions.
    1. When I put in a city and the incorrect state or zip code the order still processes.
    2. I have clients saying that they put in their city and it defaults to another city.
    I am using UPS as the shipping.
    Any thoughts?

    Reply
    • Rob says

      March 2, 2021 at 1:35 pm

      Hi Mark,

      Are you using updated versions of WordPress, WooCommerce and all your plugins? If not, try updating first.

      Have you tried deactivating all your other plugins except WooCommerce? You can do this on a staging site. If it works okay with all other plugins deactivated, this means there is a conflicting plugin.

      Reply
  15. Komail Alfardan says

    May 5, 2021 at 9:39 am

    When clicking place order button , it redirects me to an error page not found.

    Checkout page already published , this error appeared after changing the theme.

    on the old theme it works fine and redirects me to the payment gateway.

    Please advise

    Reply
    • Rob says

      May 5, 2021 at 1:46 pm

      Hi Komail,

      You already know that the problem lies on the theme so you can reach out to the theme developers to let them know about the issue.

      Or you can purchase our support service so we can have our developers look into it. Here’s a quick link to our pricing page.

      Reply
  16. Ben says

    May 18, 2021 at 3:29 am

    When we put a product into the cart it always associates a location with the product(same location with all products). Tax will not show up in cart unless buyer is asking for the product to be mailed to the same location. I am sure we have programmed something incorrectly to make that happen but cannot figure it out. We are presently testing the site before it goes live.

    Reply
    • Rob says

      May 19, 2021 at 9:19 am

      Hi Ben,

      You may purchase a support package so we can have our developers review your code.

      You can also email us if you have any further questions.

      Reply
  17. AD says

    May 21, 2021 at 10:57 pm

    Hi, i get the following error when my customers have entered all their information including credit card info. “An error occurred while trying to get a transaction token for Checkout.js. Please make sure you have registered your server’s IP address with Elavon and that the configured User ID belongs to a user with permission to request Hosted Payments transaction tokens”

    My merchant Elavon says that my ISP keeps changing and not matching what they have in their system. They suggest a static IP address. I already have and always have had a static IP. My merchant also says it’s because Woo Commerce changed their chkout.js

    This just started 2 months ago. I’m so frustrated. I use Woo Commerce. Any advice you offer would be GREATLY appreciated.
    THANK YOU

    Reply
    • Rob says

      May 26, 2021 at 10:05 am

      Hi AD,

      Did you add any new plugins to your site? You can try to recall what changes you made before this happened. Reverting those changes could fix the issue. I would also recommend updating everything — WordPress, WooCommerce, your theme and all your plugins.

      If the issue persists after doing that, we will need to have our developers look into the issue. You will need to purchase a support package.

      Reply
  18. grycs says

    June 4, 2021 at 1:41 pm

    Hi, I created a domain forward (with masking) from my godaddy domain to the bluehost domain hosting my wordpress site. If I directly open wordpress site, everything works fine and there are no issues related to adding a product or checkout or payment etc.
    But if I open godaddy domain, it forwards and displays wordpress domain content as expected. But now if I add product and do checkout then cart is always empty. Any suggestions please ? Thanks.

    Reply
    • Rob says

      July 8, 2021 at 6:42 am

      Hi grycs,

      I believe this question needs to be directed to Godaddy support. You will need to give them a call.

      Reply
  19. Anna says

    June 5, 2021 at 10:27 am

    Hello,

    If you can help me solve this problem, I will always be grateful! I really can’t understand!
    My website can be settled normally before, but recently there have been many orders showing that the order amount is 0, and there is no mailing information, if you can help me find the problem, thank you so much!

    Reply
    • Rob says

      July 2, 2021 at 8:18 am

      Hi Anna,

      The first step to troubleshooting this is to check if everything is updated. Update all your plugins, themes and WordPress core to the latest version.

      If that doesn’t fix the issue, you will have to try deactivating all your plugins one by one to check for compatibility issues for each plugin. You also try switching to a default theme like Twenty Twenty-One.

      If you’ve done the steps above and it still doesn’t work, just let me know.

      Reply
  20. rhe says

    July 17, 2021 at 2:33 pm

    Hello

    Some customers in the checkout process choose mastercard (via paypal woocommerce plugin), enter their details, click on the button to pay and it’s loading endlessly.
    Some other customers dont meet any problems. Lost few carts already…

    Reply
    • Rob says

      July 22, 2021 at 10:23 am

      Hi Rhe,

      Are you using the most recent version of WordPress, WooCommerce, your theme and all your plugins? If not, we recommend updating everything.

      If updating doesn’t fix the issue, we recommend deactivating all your plugins to test for a plugin conflict. You can also test using a default WordPress theme like Twenty Twenty-One to rule out a possible theme conflict.

      Our developers can also help, you may send us an email at [email protected].

      Reply
  21. Peter says

    July 19, 2021 at 1:10 pm

    Setting up my wordpress site and I added a product to my store in Woo. I went to test it, added it to the cart and when I do it goes to my preloader page and just stays there. Now any page I go to on my site just stays on the preloader, except the main static “coming soon” page. I tried it on a different browser and the pages load but I add to cart and it does the same thing. I de-activate woo and everything is fine again. I re-activate it and it all freezes again.

    Reply
    • Peter says

      July 19, 2021 at 1:11 pm

      Also, I have tried the deactivated plugins one by one and it doesn’t fix the issue.

      Reply
      • Rob says

        July 22, 2021 at 10:27 am

        Hi Peter,

        Please send us an email at [email protected] so we can have our developers look into it.

        Reply
  22. samuel Johnsen says

    July 20, 2021 at 6:02 pm

    How to find the Plugin that is causing conflict? Do I need to Uninstall each plugin Manually to find the problem?

    Reply
    • Rob says

      July 22, 2021 at 10:36 am

      Hi Samuel,

      We recommend testing on a staging site. You do not need to remove the plugins. Just deactivating them should be enough. You can deactivate all your plugins except WooCommerce and test if the issue is resolved. You can then enable the plugins one by one and then testing the if the issue comes so you can find the erring plugin.

      Reply
  23. Jennifer Madix says

    July 27, 2021 at 2:13 pm

    my checkout and cart pages are blank, I can see that there is something in the cart but when I click on it to checkout its all blank, how do I fix this?

    Reply
    • Rob says

      August 4, 2021 at 11:04 am

      Hi Jennifer,

      Are you using the most recent version of WordPress, WooCommerce, your theme and all your plugins? If not, I would recommend updating everything first.

      If that doesn’t solve the problem, you can test for a plugin conflict. Deactivate your plugins one by one and test to see if that fixes the problem.

      Reply
  24. Paul says

    August 2, 2021 at 12:10 pm

    Using WooCommerce and allowing customers to pay either by WooCommerce Payments or direct via Stripe. Issue I am having is that all the payments that have been authorized by WooCommerce are expiring before WooCommerce makes a deposit and the payments are being refunded to the customer, despite me sending goods (based on the authorisation). I have no idea why WooCommerce is doing this? Any help would be much appreciated! I have checked blogs but cannot find an answer to this.

    Reply
    • Rob says

      August 4, 2021 at 11:07 am

      Hi Paul,

      Looks like this can best be addressed by a WooCommerce representative. You can file a support ticket on your WooCommerce.com account.

      Reply
  25. Sally says

    August 17, 2021 at 5:17 pm

    My woo commerce keeps charging customers the European rate, when they are clearly in the UK. I have checked and double checked the rates for each country and they are all correct, but even for items clearly marked free shipping, Woo commerce adds the European rate for shipping. It is losing me customers and driving me nuts! Can you help please?

    Reply
    • Rob says

      August 18, 2021 at 9:26 am

      Hi Sally,

      We can have our developers look into it. Please see this link for our pricing.

      Reply
  26. nadia says

    September 3, 2021 at 12:54 pm

    I need some help! When checking out it redirects to the checkout page – just for a few seconds and then redirects back to the store….
    my site is http://www.trendytrinity.co.za

    Reply
    • Rob says

      September 6, 2021 at 10:28 am

      Hi Nadia,

      I did a quick check on your site and I can reach your checkout page just fine. It does not redirect me to the shop page. Can you confirmed that the problem is fixed on your end?

      Reply
  27. Nuno Silva says

    September 8, 2021 at 10:46 am

    Hello,

    If you can help me solve this problem, I will always be grateful!

    when placing an order there is an error when the customer makes the payment / Checkout, the error has already occurred in two different purchases and leads the buyer to believe that he did not make the purchase, but it is processed normally.

    Error: ( Connection to WooCommerce checkout failed. Please check your connection or try again later.)

    Any advice you offer would be GREATLY appreciated.
    THANK YOU

    Reply
    • Rob says

      September 9, 2021 at 3:03 pm

      Hi Nuno,

      Are you using the most recent version of WordPress, WooCommerce, your theme and all your plugins? If not, I would recommend updating everything first.

      If that doesn’t solve the problem, you can test for a plugin conflict. Deactivate your plugins one by one and test to see if that fixes the problem.

      We can also have our team do the fix for you. Here’s a quick link to our pricing page.

      Reply
  28. Dobre says

    October 13, 2021 at 1:52 pm

    When check items from wholesale page and proceed to button “add selected product to cart” error appear

    Errors occured while adding selected products.

    Failed to add (item name)

    Reply
    • Rob says

      October 13, 2021 at 5:54 pm

      Hi Dobre,

      Are you using the most recent versions of WooCommerce, all your other plugins, and your theme?

      Reply
  29. Dobre says

    October 14, 2021 at 7:23 am

    Hi Rob
    I use WooCommerce version 5.8.0

    Reply
  30. May May says

    October 21, 2021 at 8:12 pm

    We have a frustrating and mysterious issue where sometimes – and only sometimes – when a shopper types in their name, address, etc in the cart checkout, they get a message that the form is incomplete or incorrect and they must fix it. They go back and retype the info, but no matter what they do they keep getting told “incomplete” and to please enter the missing info – which they have already entered. Because of this, they are unable to complete their purchase transaction – – and leave, annoyed.

    It ONLY happens sporadically but often enough that we really want to clear it up. I’ve looked through error logs but not seeing anything. Turned OFF caching plugin. Everything has been updated to latest versions. Can you suggest anything else that might be the issue here? Thank you so much!!

    Reply
    • Rob says

      October 22, 2021 at 9:09 am

      Hi May,

      You can try checking for plugin conflicts. Try disabling your plugins on a test site and then test the checkout forms. Activate the plugins one by one and check the checkout process at each instance. This might be a shot in the dark though as you mentioned the error being sporadic.

      I would also check if you might have any plugins installed that have not received any updates for over 6 months.

      Reply
      • May May says

        October 23, 2021 at 9:19 pm

        OK – thank you!

        Reply
  31. Otugade says

    November 25, 2021 at 4:25 pm

    My problem is that when I press checkout it usually say error or USL not correct

    Reply
    • Rob says

      December 29, 2021 at 12:47 pm

      Hi Otugade,

      Did you mean to say “URL not correct”?

      Can you check your WooCommerce Advanced settings if you have the correct Checkout page selected?

      Click on WooCommerce > Settings > Advanced and confirm if you have the Checkout page set.

      Reply
  32. Adnan Latif says

    December 15, 2021 at 8:14 am

    Hi,

    I am getting this error when I click on Place Order button
    An error occurred while processing your transaction. Please contact our support.”

    Looking forward for kind support.

    Adnan Latif

    Reply
    • Rob says

      December 29, 2021 at 12:50 pm

      Hi Adnan,

      Was your checkout working before? You might need to check if your products are configured properly.

      Is everything updated? If not, try updating everything first.

      We can also recommend deactivating all your plugins except WooCommerce to test for plugin conflicts. Also, try using a basic WordPress theme to rule out a theme conflict.

      Reply
  33. Tshitrim says

    March 7, 2022 at 9:05 am

    Hello everyone,

    I have a problem with the checkout field, the problem is only when I use on mobile phones.
    while checking out all the billing details are filled in and when i click on the checkout it takes me to the local payment gateway payment site, payment gets succeeded and redirects to the site but instead of processing the payment it again ask for the billing details . and this happens only on mobile and it works perfectly on desktop. Appreciate a help on this please thank you

    Reply
    • Rob says

      March 21, 2022 at 9:44 am

      Hi Tshitrim,

      Please send us an email so we can help troubleshoot.

      Reply
  34. Linda says

    March 26, 2022 at 6:08 am

    Hey there,

    is this normal, does this go away if I publish the site as I’m building it right now. my personal email, which isn’t even listened in my woo commerce nor wordpress, is in the email box in the customer checkout page where the customer is supposed to put theirs. Also my paypal email is in the paypal checkout, doing a test run i put a product in the cart and hit paypal and my email is in the paypal option to use paypal. So the customer would see my email in the paypal option. I can’t find this fix anywhere.
    Thanks

    Reply
    • Rob says

      April 7, 2022 at 3:21 pm

      Hi Linda,

      I believe this is just your browser auto-filling fields with your information.

      If you use a different browser or device (one that you have not used before or did not enable autofill) your information will not automatically fill out.

      Reply
  35. Rhaissa says

    April 7, 2022 at 3:24 am

    On the checkout page, as soon as I click on Checkout, after having filled in all the data, choosing payment via boleto do Mercadopago, the screen goes up to the top with the message “unauthorized|authorization”.

    How can I resolve this?

    Yes, it has SSL certificate installed on the pages correctly

    Reply
    • Rob says

      April 7, 2022 at 3:26 pm

      Hi Rhaissa,

      We’ll need some more information to determine what’s going on. Please contact us and provide more details about the problem.

      Reply
  36. Mehmet says

    April 30, 2022 at 6:46 am

    None of the Above

    Checkout page doesn’t allow me to write anything , name surname, address etc.

    How can I resolve this?

    Thanks.

    Reply
    • Rob says

      May 11, 2022 at 7:23 am

      Hi Mehmet,

      Can you try disabling all plugins on your site except WooCommerce? This is most likely a plugin conflict.

      Reply
  37. zobia Mushtaq says

    June 26, 2022 at 8:30 am

    Hi! when I place an order, the order is placed but an error shows at the top of the checkout page how can I resolve this.

    Reply
    • Rob says

      July 13, 2022 at 11:16 am

      Hi Zobia,

      Can you describe this error in more detail?

      Reply
  38. Steph says

    August 9, 2022 at 5:50 pm

    Hello, my customers are receiving an error stating that the billing county is incorrect, however I have verified that it is indeed correct. Can you assist? Thx

    Reply
    • Rob says

      August 11, 2022 at 1:43 pm

      Hi Steph,

      Please send us an emailso we can look into the issue.

      Reply
  39. Ali says

    March 20, 2023 at 10:01 am

    hello, I have been facing an issue in my wordpress/woocommerce website that when i click the place order button it just jeep loading/buffering endlessly and nothing happens. No thank you page appears so that customer get confirmed that his order has been placed. Kindly help me.

    Reply
    • Rob says

      March 21, 2023 at 1:00 pm

      Hi Ali,

      Please contact our team so we can help with this issue.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Woocommerce Support

wooassist-team-in-Iloilo

Get 2 Hours of
FREE SUPPORT

We are so confident that you will love our services that we will give you your first 4 hours at a 50% discount

That's 4 hours for only $75

BUY NOW

Happy Wooassist Customers

Awesome! Fantastic! I just went to our site and I see that our site has been fixed!! We are getting orders again thanks to you all at WooAssist! Our site has not worked and looked this good for many months!! You all are awesome! Thank you so much for fixing our site! You have a customer for life! Thanks for making my day wonderful!

Kenneth Arnold

We have been quite pleased working with WooAssist as they help fill in the gaps of our development needs, all at a great price. They are always timely and communicate great, I highly recommend their services.

James Grasty

My husband and I am EXTREMELY pleased with the WooAssist Team. They provide excellent service, are very knowledgeable, and super easy to communicate with. The team ALWAYS has our company's best interests in mind. I love WooAssist! All of you make my job easier.

Jennifer Taft leetaft.com

Categories

  • Code Snippets
  • How-To Articles
  • Interviews
  • SEO For E-Commerce
  • Theme and Plugin Reviews
  • Wooassist News
  • WordPress/WooCommerce News

Recent Posts

  • The Ultimate Guide on How to Set Up Shipping on Your WooCommerce Store
  • WordPress Site Gets Infected
  • Where to Hire a WooCommerce Developer?
  • Recent Spike in Attacks Targeting Outdated WordPress Plugins
  • Security Vulnerability in Spam protection, AntiSpam, FireWall by CleanTalk
Let us support your online store so you can manage your business

Get started today

Get 2 Hours of FREE SUPPORT

We are so confident that you will love our services that we will give you your first 4 hours at a 50% discount

That's 4 hours for only $75

BUY NOW

Free eBook

Your subscription could not be saved. Please try again.
Your subscription has been successful.

YOURS FREE!

5 Things Every Online Store Can Fix On Their Website In The Next Week To Increase Sales

Quick Links

  • How it Works
  • Pricing
  • Blog
  • Contact
  • About Wooassist
  • My Account
  • Checkout
  • Privacy Policy
  • Cookie Policy
  • Terms and Conditions

Wooassist

Australia:
8 Storie St.
CLONTARF QLD 4019

Philippines:
San Miguel St.
Poblacion, Iligan City 9200

Connect

  • Facebook
  • LinkedIn
  • Twitter
  • YouTube

Copyright © 2023 · Wooassist

Yours FREE!

5 Things Every Online Store Can Fix On Their Website In The Next Week To Increase Sales