| @@ 26-30 (lines=5) @@ | ||
| 23 | global $post, $product; |
|
| 24 | ||
| 25 | ?> |
|
| 26 | <?php if ( $product->is_on_sale() ) : ?> |
|
| 27 | ||
| 28 | <?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'woocommerce' ) . '</span>', $post, $product ); ?> |
|
| 29 | ||
| 30 | <?php endif; ?> |
|
| 31 | ||
| @@ 26-30 (lines=5) @@ | ||
| 23 | global $post, $product; |
|
| 24 | ||
| 25 | ?> |
|
| 26 | <?php if ( $product->is_on_sale() ) : ?> |
|
| 27 | ||
| 28 | <?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'woocommerce' ) . '</span>', $post, $product ); ?> |
|
| 29 | ||
| 30 | <?php endif; ?> |
|
| 31 | ||