0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
virtue
/
woocommerce
/
loop
/
[
Home
]
File: sale-flash.php
<?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 bg_primary headerfont">'.__( 'Sale!', 'virtue' ).'</span>', $post, $product); ?> <?php endif; ?>