File: /www/wwwroot/aiwellbore.com/wp-content/updraft/themes-old/study-education-pro/woocommerce.php
<?php get_header();
if( of_get_option('woocommercelayout',true) != ''){
$woocommercelayout = of_get_option('woocommercelayout');
}
?>
<style>
<?php
if( of_get_option('woocommercelayout', true) == 'woocommerceleft' ){
echo '#sidebar{ float:left !important; }';
}
?>
</style>
<div class="content-area">
<div class="middle-align">
<div class="site-main <?php echo $woocommercelayout; ?>" id="sitemain">
<?php woocommerce_content(); ?>
</div>
<?php
if( $woocommercelayout != 'woocommercesitefull' ){
get_sidebar();
} ?>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>