From: Anthony Talarico Date: Tue, 27 Sep 2016 17:25:30 +0000 (-0400) Subject: adding woocommerce template files to the theme X-Git-Tag: v1.0.0^2~223 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5e362b4a700bb663e713298763eebb871d869de2;p=WP-Themes%2Fbaragacounty.git adding woocommerce template files to the theme --- 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