Hi, Please post the url to the page.
http://cn.greenpasture.asia/checkout/
Hi,
Your form is overlaid with the h3 element for “Your order”. This element’s size is very big and prevents clicks from reaching the input fields. Clicks are going to the h3 element instead.
The “Your order” text is in the wrong place. It should be underneath the “Account password” field. Underneath that there should be an order review table, then payment methods and then the footer, but these elements are missing. It should be like this.
So I think you need to double check that the product pages are setup and completed correctly and that you have at least one payment gateway defined. Some error in these elements is causing the order review table to fail and end the page too early.
Yes, I noticed the h3 element, too; my pages are all correctly set up and payment gateways are defined.
You should also note that the theme that I use comes with Woocommerce support. Do you think there might be an error in the associated theme’s Woocommerce php files?
EDIT: I changed to the standard theme and the error disappeared. The error must be within my theme’s woocommerce files.