Commit 229109e6 authored by Nahla Shiri's avatar Nahla Shiri

single

parent 92525705
<?php //include('header.php'); ?>
<div id="product" class="clearfix">
<div class="product-images row animated">
<div class = "btn-wrapper abs close-panel">
......@@ -39,7 +39,7 @@
<div class="image element-slider easyzoom easyzoom--with-toggle" data-color = "yellow" data-slick-index = "5">
<img src="img/slide2.jpg" alt="" title="">
</div>
</div><!-- /slides -->
</div>
<div class="gallery clearfix">
<div class="gallery-content clearfix">
<span class="close-btn"></span>
......@@ -98,10 +98,15 @@
</figure>
</article>
</div>
</div><!-- /gallery -->
</div> <!-- /slides-wrapper -->
</div><!-- /product-slides -->
</div>
</div>
</div>
</div>
<?php while ( have_posts() ) : the_post(); ?>
<?php wc_get_template_part( 'content', 'single-product' ); ?>
<?php endwhile; // end of the loop. ?>
<div class="product-details full-height row right clearfix transition">
<div class="list row list-color left border-l">
<div class="product-header center font-small">
......@@ -149,7 +154,7 @@
</div>
<div class="product-info row center left border-l">
<div class="info-content">
<!--<h2 class="crete">Abricot</h2>-->
<h2 class = "crete -italic font-small" >Serviettes Céli-ouate</h2>
<h3 class = "crete -italic font-small" >39x39 abricot</h3>
<div class="details font-small">
......@@ -222,4 +227,3 @@
</div>
</div><!--END product -->
<?php // include('footer.php'); ?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment