HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/coffee-tea/woocommerce.php
<?php
/**
 * The template for displaying all single posts.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Coffee Tea
 */

get_header();
?>
<!-- Product Sidebar Section -->
<section id="product" class="product-section my-5 st-py-default">
    <div class="container">
        <div class="row gy-lg-0 gy-5">
			<!--Product Detail-->
			<div id="product-content" class="col-lg-<?php if ( get_theme_mod('coffee_tea_wocommerce_sidebar_setting','1')) { echo 8; } else { echo 12; }  ?> ">
				<?php woocommerce_content(); ?>
			</div>
			<!--/End of Blog Detail-->
			<?php if ( get_theme_mod('coffee_tea_wocommerce_sidebar_setting','1')): ?>
				<?php get_sidebar(); ?>
			<?php endif ?>
		</div>	
	</div>
</section>
<!-- End of Blog & Sidebar Section -->
<?php get_footer(); ?>