Skip to main content

We were unable to process your order, please try again.

This issue is happening with woocommerce checkout

I redirected my website Domainname.com to Domainname.com/community

I used a permanent redirect in my hosting provider.

That's the course of the issue with WooCommerce not being able to process payment.

How do I fix this?

Shahjahan Jewel

Maybe that's the reason. You should not actually redirect the homepage to other pages as Woo and other pages depend on that hook.
You can use templateredirect action hook and see if it's the home_page() or not and then redirect using PHP.

Bryan William

Shahjahan JewelΒ thanks, I removed the redirect, everything works fine. But how do I make fluentcommunity to home page of my website without breaking the site or have issues with woocommerce

Emmanuella Amos

@jew I don't understand what you mean by template redirect hook