woocommerce/templates/single-product/price.php

8 lines
147 B
PHP
Raw Normal View History

2011-12-11 01:08:33 +00:00
<?php
/**
* Single Product Price
*/
global $post, $_product;
?>
<p itemprop="price" class="price"><?php echo $_product->get_price_html(); ?></p>