projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6af1a1
)
removing condition that hides the products beneath the interactive wine map in woocom...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:50:38 +0000
(13:50 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:50:38 +0000
(13:50 -0500)
woocommerce.php
patch
|
blob
|
history
diff --git
a/woocommerce.php
b/woocommerce.php
index
421884e
..
4cde8a3
100644
(file)
--- a/
woocommerce.php
+++ b/
woocommerce.php
@@
-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' );
@@
-196,7
+196,6
@@
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