[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.15.208.206: ~ $
<?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!', 'zilom' ) . '</span>', $post, $product ); ?>

<?php endif; ?>

Filemanager

Name Type Size Permission Actions
add-to-cart.php File 877 B 0644
loop-end.php File 144 B 0644
loop-start.php File 702 B 0644
orderby.php File 1021 B 0644
pagination.php File 1001 B 0644
price.php File 359 B 0644
rating.php File 442 B 0644
sale-flash.php File 438 B 0644