removing condition that hides the products beneath the interactive wine map in woocom...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:50:38 +0000 (13:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:50:38 +0000 (13:50 -0500)
woocommerce.php

index 421884e..4cde8a3 100644 (file)
@@ -92,7 +92,7 @@
                                 <div class="wine-content"><?php echo $default_block->post_content; ?></div>
                             </div>
                         </div>
-                  <?php } else if(! is_product_tag('wine-tours')){
+                  <?php }
                     function wc_category_title_archive_products(){
 
                     $product_cats = wp_get_post_terms( get_the_ID(), 'product_cat' );
                         do_action( 'woocommerce_after_main_content' );
                 ?>
                 </div>
-            <?php }?>
             <?php } else if (is_product()) { ?>
                 <div class="small-12 large-9 columns main woo-single-product">
                     <?php