'; echo '
  • '; do_action( 'ocean_before_archive_product_image' ); if ( class_exists( 'OceanWP_WooCommerce_Config' ) ) { OceanWP_WooCommerce_Config::add_out_of_stock_badge(); } woocommerce_show_product_loop_sale_flash(); if ( function_exists( 'wc_get_template' ) ) { wc_get_template( 'loop/thumbnail/featured-image.php' ); } do_action( 'ocean_before_archive_product_add_to_cart_inner' ); woocommerce_template_loop_add_to_cart(); do_action( 'ocean_after_archive_product_add_to_cart_inner' ); if ( get_theme_mod( 'ocean_woo_quick_view', true ) || class_exists( 'TInvWL_Wishlist' ) ) { echo ''; } do_action( 'ocean_after_archive_product_image' ); echo '
  • '; echo ''; if ( function_exists( 'wc_get_template' ) ) { wc_get_template( 'owp-archive-product-thumbnails.php' ); } echo ''; do_action( 'ocean_after_archive_product_item' );