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'; } ?>
'; //}