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

single

parent 92525705
<?php //include('header.php'); ?>
<div id="product" class="clearfix"> <div id="product" class="clearfix">
<div class="product-images row animated"> <div class="product-images row animated">
<div class = "btn-wrapper abs close-panel"> <div class = "btn-wrapper abs close-panel">
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<div class="image element-slider easyzoom easyzoom--with-toggle" data-color = "yellow" data-slick-index = "5"> <div class="image element-slider easyzoom easyzoom--with-toggle" data-color = "yellow" data-slick-index = "5">
<img src="img/slide2.jpg" alt="" title=""> <img src="img/slide2.jpg" alt="" title="">
</div> </div>
</div><!-- /slides --> </div>
<div class="gallery clearfix"> <div class="gallery clearfix">
<div class="gallery-content clearfix"> <div class="gallery-content clearfix">
<span class="close-btn"></span> <span class="close-btn"></span>
...@@ -98,10 +98,15 @@ ...@@ -98,10 +98,15 @@
</figure> </figure>
</article> </article>
</div> </div>
</div><!-- /gallery --> </div>
</div> <!-- /slides-wrapper --> </div>
</div><!-- /product-slides --> </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="product-details full-height row right clearfix transition">
<div class="list row list-color left border-l"> <div class="list row list-color left border-l">
<div class="product-header center font-small"> <div class="product-header center font-small">
...@@ -149,7 +154,7 @@ ...@@ -149,7 +154,7 @@
</div> </div>
<div class="product-info row center left border-l"> <div class="product-info row center left border-l">
<div class="info-content"> <div class="info-content">
<!--<h2 class="crete">Abricot</h2>-->
<h2 class = "crete -italic font-small" >Serviettes Céli-ouate</h2> <h2 class = "crete -italic font-small" >Serviettes Céli-ouate</h2>
<h3 class = "crete -italic font-small" >39x39 abricot</h3> <h3 class = "crete -italic font-small" >39x39 abricot</h3>
<div class="details font-small"> <div class="details font-small">
...@@ -222,4 +227,3 @@ ...@@ -222,4 +227,3 @@
</div> </div>
</div><!--END product --> </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