%PDF- %PDF-
| Direktori : /home/vacivi36/www2]/old/wp-content/themes/inspiry-medicalpress/woocommerce/ |
| Current File : /home/vacivi36/www2]/old/wp-content/themes/inspiry-medicalpress/woocommerce/single-product.php |
<?php
/**
* The Template for displaying all single products.
*
* Override this template by copying it to yourtheme/woocommerce/single-product.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
get_header( 'shop' );
get_template_part('template-parts/banner');
?>
<div class="page-top clearfix">
<div class="container">
<div class="row">
<div class="<?php bc_all('12'); ?>">
<h2 class="entry-title"><?php the_title(); ?></h2>
</div>
</div>
</div>
</div>
<div class="shop-page clearfix">
<div class="container">
<div class="row">
<div class="<?php bc_all('12'); ?>">
<div class="blog-page-single clearfix">
<?php while ( have_posts() ) : the_post(); ?>
<?php wc_get_template_part( 'content', 'single-product' ); ?>
<?php endwhile; // end of the loop. ?>
</div><!-- /.blog-page-single -->
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.shop-page -->
<?php get_footer( 'shop' ); ?>