Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/themes/dreier/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">Preis: <?php echo $price_html; ?></span>
<?php endif; ?>