Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/woocommerce/loop/ |
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/woocommerce/loop/price.php |
<?php /** * Loop Price * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product; ?> <?php if ( $price_html = $product->get_price_html() ) : ?> <span class="price"><?php echo 'PRICE: '.$price_html; ?></span> <?php endif; ?>