From 5e362b4a700bb663e713298763eebb871d869de2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 27 Sep 2016 13:25:30 -0400 Subject: [PATCH] adding woocommerce template files to the theme --- parts/shop-sidebar.php | 76 ++++++++++++++++++++ woocommerce.php | 159 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 parts/shop-sidebar.php create mode 100644 woocommerce.php diff --git a/parts/shop-sidebar.php b/parts/shop-sidebar.php new file mode 100644 index 0000000..ae24747 --- /dev/null +++ b/parts/shop-sidebar.php @@ -0,0 +1,76 @@ +
+
+
+ +
+ + + + + \ No newline at end of file diff --git a/woocommerce.php b/woocommerce.php new file mode 100644 index 0000000..c7e6b2f --- /dev/null +++ b/woocommerce.php @@ -0,0 +1,159 @@ + + + + + +
+
+
+ +
+
+
+ + +
+
+

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 ) ) ) ) : ?> + + + +
+ +
+ + + + + +
+ +
+ +
+
+
+ +
+
+
+
+ + + \ No newline at end of file -- 2.17.1