Hello.
I am using woocommerce on our website and as well as the woocommerce checkout manager plugin. I cant imagine that those two normally create a problem when working together. Therefore I suspect my problem can be fixed withing enfold theme.
This is the problem: After a booking is done and credit card payment is processed, the page is redirected to an order details page, see link in private content.
After additional information (which comes from the checkout manager plugin), the customer details are not in a new line.
Thanks for having a look on this.
Philip
Hey Philip!
Thank you for using Enfold.
Use this on Quick CSS or custom.css:
.woocommerce-checkout .woocommerce h2 {
clear: both;
margin: 10px 0;
}
Cheers!
Ismael