File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/ShovaGo copy/single-product.php
<?php get_header();
if ( ! defined( 'ABSPATH' ) ) { exit; }
$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
$cart = get_template_directory_uri().'/assets/img/myhot-cart.png';
global $product;
while ( have_posts() ) : the_post();
$productid = $product->get_id();
wc_print_notices();
?>
<div id="pageHeader" class="pd--80-0 ihead animationContainer" style="padding-top: 105px;">
<div class="container">
<img class="animated dots3" src="<?php echo $hayber; ?>">
<img class="icons icon18" src="<?php echo $hayber; ?>">
<img class="icons icon19" src="<?php echo $hayber; ?>">
<img class="icons icon20" src="<?php echo $hayber; ?>">
<img class="icons icon21" src="<?php echo $hayber; ?>">
<div class="page-header--title pull-left page-header-rtl">
<h1 class="h1">أضف إلى السلة</h1>
</div>
<div class="gsit">
<img class="char girl" src="<?php echo $cart; ?>" alt="">
</div>
</div>
</div>
<div id="checkout" class="pd--20-0-40 min-height norder">
<div class="container">
<!-- Checkout Form Start -->
<div class="checkout--form" data-form-validation="true">
<form id="addToCardForm" class="form" action="" method="post">
<div class="row pt--80 rtl-row-6 ">
<div class="checkout--order-info col-md-6 rtl-content ">
<h2 class="checkout--form-title h4 rtl-text ">أضف إلى السلة</h2>
<div class="fdash titles"></div>
<table class="table table-bordered">
<tbody>
<tr>
<td><b>صفقة</b> : <?php the_title(); ?></td>
<td><b>السعر</b> : <?php echo $product->get_price_html(); ?></td>
</tr>
</tbody>
</table>
<a href="javascript:history.go(-1)" class="btn btn-default">إلغاء الطلب</a>
</div>
<div class="checkout--billing-info col-md-6 rtl-content ">
<h2 class="checkout--form-title h4">تفاصيل الطلب</h2>
<div class="fdash titles"></div>
<div class="row">
<div class="col-md-12">
<?php do_action( 'woocommerce_single_product_summary' ); ?>
</div>
</div>
</div>
</div>
</form>
</div>
<!-- Checkout Form End -->
</div>
</div>
<?php endwhile; get_footer(); ?>