is_on_sale() == 1 ){
$sale_class = 'new_sale';
}
?>
get_date_created() );
if ( ( time() - ( 60 * 60 * 24 * $newness_days ) ) < $created ) {
sparklestore_flash_sale_new_tag();
}
if( $product->is_on_sale() )
echo apply_filters( 'woocommerce_sale_flash', sparklestore_flash_sale_tag(), $post, $product );
?>