C
Cassy
Original poster
Member
#1
Good evening, how can I restore the classic checkout page?
Right now I have two columns:
1) BILLING DETAILS
2) ADDITIONAL INFORMATION
While YOUR ORDER goes under.
In the classic woocommerce layout we have:
1) BILLING DETAILS on the left
2) YOUR ORDER to the right
and below the additional information.
How can we go back to this situation? Thank you
ST
Spiracle Themes
Original poster
#2
Hi Cassy
Thanks for reaching out
This change to the checkout page need the code modification and can’t be done using the CSS.
It involves editing the form checkout page in order to change the layout.
We can guide you but you have to do it yourself.
Best Regards
Hello,
yes, i can get my hands on the code. I made other changes in the past to the theme php files.
In this case what should I do?
thanks
What is the theme page to edit? What is his name? I’m opening all the theme files but I don’t see which page to edit
ST
Spiracle Themes
Original poster
#5
Hi Cassy
First of all, I suggest you to install the child theme of Own Shop. Link below
Own Shop Child Theme
If using already then you can proceed to the next steps
Step 1) Locate the checkout template file: Navigate to your WooCommerce plugin folder and locate the checkout template file. You’ll find the file here wp-content/plugins/woocommerce/templates/checkout/form-checkout.php
Step 2) Now in your child theme create a folder named woocommerce and then create a subfolder named checkout inside it. Copy the form-checkout.php file from plugin to the checkout folder in your child theme.
Step 3) Open this file using any text editor and modify it according to your requirements
Best Regards