AlkantarClanX12

Your IP : 3.142.212.153


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/woocommerce.php

<?php
get_header();
global $woocommerce;?>
<div class="clearfix"></div>
<section class="section-space shop woocommerce bg-default shop-bg">
    <div class="container<?php echo esc_html(spiko_container());?>">
        <div class="row">   
            <div class="col-lg-<?php echo (!is_active_sidebar('woocommerce') ? '12' : '8' ); ?> col-md-<?php echo (!is_active_sidebar('woocommerce') ? '12' : '8' ); ?> col-xs-12">
                <?php woocommerce_content(); ?>
            </div>  
            <?php
            if (is_active_sidebar('woocommerce')) {
                get_sidebar('woocommerce');
            }
            ?>
        </div>
    </div>
</section>
<?php get_footer(); ?>