is_visible() ) return; // Increase loop count $woocommerce_loop['loop']++; $columns = 3; if( alanah_get_option( 'products_per_row' ) ) $columns = alanah_get_option( 'products_per_row' ); $product_img_hover = alanah_get_option( 'product_img_hover' ); $class = ''; if( $woocommerce_loop['loop'] % $columns == 0 ) { $class = 'last'; } ?>
get_image_id() ) $thumbimg = wp_get_attachment_image_url( $product->get_image_id(), 'alanah-catalog' ); if( alanah_get_custom_field( '_hover_id' ) ) $thumbhover = wp_get_attachment_image_url( alanah_get_custom_field( '_hover_id' ), 'alanah-catalog' ); if ( has_post_thumbnail() ){ ?>
'; } ?>

'; //}