• File: sale-flash.php
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/woocommerce/loop/sale-flash.php
  • File size: 440 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Product loop sale flash
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     1.6.4
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

global $post, $product;
?>
<?php if ( $product->is_on_sale() ) : ?>

	<?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale!', 'indutri' ) . '</span>', $post, $product ); ?>

<?php endif; ?>