From e162bc927def01e549bfd745e51d959f740bc37b Mon Sep 17 00:00:00 2001
From: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
Date: Fri, 5 May 2023 13:49:53 +0100
Subject: [PATCH 1/2] Removed header and footer from checkout template.
---
templates/templates/checkout.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/templates/templates/checkout.html b/templates/templates/checkout.html
index a13ccdb1066..b400d5f2523 100644
--- a/templates/templates/checkout.html
+++ b/templates/templates/checkout.html
@@ -1,4 +1,3 @@
-
@@ -90,4 +89,3 @@
-
\ No newline at end of file
From 0dac0cd9ed949dd26fe70ca205bd98f00893e53c Mon Sep 17 00:00:00 2001
From: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
Date: Fri, 5 May 2023 13:52:02 +0100
Subject: [PATCH 2/2] Removed header and footer from checkout template
migration
---
src/Templates/CheckoutTemplate.php | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Templates/CheckoutTemplate.php b/src/Templates/CheckoutTemplate.php
index 75e54e0666f..8a32e3e79bf 100644
--- a/src/Templates/CheckoutTemplate.php
+++ b/src/Templates/CheckoutTemplate.php
@@ -81,7 +81,6 @@ public function default_template_content( $template_content, $template_file, $te
if ( $page && ! empty( $page->post_content ) ) {
$template_content = '
-
@@ -90,7 +89,6 @@ public function default_template_content( $template_content, $template_file, $te
' . wp_kses_post( $page->post_content ) . '
-
';
}