Meta Box
Support › General › Custom Woocommerce cart pageResolved
Is it possible to use Meta Box to create a custom check out page?
Each field is in a pre-set table. So for instance when you view the cart on mobile the product picture disappears. I'd like to display the picture.
I'd like to be able to copy say the Shopify design or any other platform while using Woocommerce.
Hi,
I think it is possible to create a custom checkout page. But you have to create custom functions to handle and process the data after the users submit the frontend form. Refer to these articles https://metabox.io/create-online-reservation-form-for-restaurants/ https://metabox.io/create-online-admission-form-for-school-university/
Hello Long
Thanks for the reply. The following youtube videos gave me the idea.
https://www.youtube.com/watch?v=Jxn1110dzNc&t=72s
https://www.youtube.com/watch?v=bXKCDpvFIuU&t=469s
I'm afraid I don't know how to write any code. Do you think after watching the videos, custom functions are still required?
If you use the Oxygen builder to re-build the checkout page is a good way. But that means you use the default forms and fields of WooCommerce, not the custom fields created by Meta Box.