PATH:
home
/
thebhoeo
/
public_html
/
booksfinders.com
/
wp-content__db40bc3
/
themes
/
woodmart
/
woocommerce
/
loop
<?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; echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale', 'woocommerce' ) . '</span>', $post, $product );
[-] sale-flash.php
[edit]
[-] pagination.php
[edit]
[-] loop-start.php
[edit]
[+]
..
[-] no-products-found.php
[edit]
[-] loop-end.php
[edit]
[-] add-to-cart.php
[edit]
[-] orderby.php
[edit]