Hi, I´m just starting with shopify and coding in liquid language.
I´m trying to modify the “Checkout” payment gateway, to group the payment steps into one. Then, a user would see an overview of their order, shipping / billing address and how they would like to pay all on one page.
I can’t figure out how / where / if I can change any of that template.
Modifying code I noticed that the forms for each step are called from the checkout.liquid naming “{{ content_for_layout }}”, however, I can’t find the place to edit this view.
Does anyone know how to edit it ?
Hi, @Luis_Mena !
Happy to explain what’s happening here. The reason you’ve been unable to find / edit / view the checkout.liquid file is that this code is not made accessible for security purposes and cannot be edited. Since the Checkout is a secured page, the source code is not made available. This helps to ensure that the information for both merchants and customers remains safe at all times.
There are some suggestions in this Community topic regarding minor changes that can be made without accessing the checkout file. It is possible to use the Additional scripts box to insert code into the template for an order status page.
I will also note that there are some limited changes that merchants on our Shopify Plus platform can make. This is not available on any other plan outside of Shopify Plus.
Let me know if you have any questions!
1 Like