Purpose: This HTML template defines the layout of the checkout page if is a special single page, and will have the same variables and code blocks as frame.html.
Code Blocks
Note: It is important to preserve the commented tags to ensure the software performs correctly.
data-currency="[currency_symbol]
<!--START: global_header-->
[storename]
[storeslogan]
<!--END: global_header-->
<!--Get current page template-->
[page_content] -- Will bring the template for the specific page, in this case, checkout-single page.html
<!--/Get current page template-->