From 93bdea03d348ed749cede51d0fc96b7c096b2efa Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 May 2018 10:44:01 -0400 Subject: [PATCH] adding includes for the woocommerce.php file need to include sections for the header and footer in the woocommerce.php file --- woocommerce.php | 346 ++++++++++++++++++++++++------------------------ 1 file changed, 175 insertions(+), 171 deletions(-) diff --git a/woocommerce.php b/woocommerce.php index f10ea88..1483daf 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -6,179 +6,183 @@
- -
-
-
- -
- - - - -
- -
- - -
- -

cart->get_cart_total(); ?> - for - cart->cart_contents_count, - 'woothemes'), $woocommerce->cart->cart_contents_count);?> -

-
-
-
- log out'; - } - elseif (!is_user_logged_in()) { - echo ''; - } - ?> - checkout -
- -
- -
- - - - - -

- - - - - - -
- -
- - - - - -

- - - - - - - - - - - - - - - - - - - - - - - - woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?> - - - - - - -
- -
- - - - - - - - -
- -
-
- +
+
+
+ +
+ bopp + + + +
+ +
+ + +
+ +

cart->get_cart_total(); ?> + for + cart->cart_contents_count, + 'woothemes'), $woocommerce->cart->cart_contents_count);?> +

+
+
+
+ log out'; + } + elseif (!is_user_logged_in()) { + echo ''; + } + ?> + checkout +
+ +
+ +
+ + + + + +

+ + + + + + +
+ +
+ + + + + +

+ + + + + + + + + + + + + + + + + + + + + + + + woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?> + + + + + + +
+ +
+ + + + + + + + + +
+ +
+
+
-- 2.17.1