This is what we have in lines 49-64 of CHILD THEME/woocommerce/content-product.php;
<li <?php post_class( $classes ); ?>>
<?php do_action( ‘woocommerce_before_shop_loop_item’ ); ?>
<?php if ($product_overlay_transition) {
if ($overlay_transition_type == “slideleft”) { ?>
<figure class=”product-transition-alt”>
<?php } else if ($overlay_transition_type == “fade”) { ?>
<figure class=”product-transition-fade”>
<?php } else { ?>
<figure class=”product-transition”>
<?php }
?>
<?php } else { ?>
<figure>
<?php } ?>
Does your code replace this? need to go in before or after?
Sorry to be a pain, am fairly IT savvy but not familiar with PHP and site developer is not currently available.