HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/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">Añadir al carrito</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 ">Añadir al carrito</h2>
									<div class="fdash titles"></div>
                  <table class="table table-bordered">
                    <tbody>
                      <tr>
                        <td><b>Deal</b> : <?php the_title(); ?></td>
                        <td><b>Precio</b> : <?php echo $product->get_price_html(); ?></td>
                      </tr>
                    </tbody>
                  </table>
									<a href="javascript:history.go(-1)" class="btn btn-default">Cancelar el pedido</a>

                </div>
                <div class="checkout--billing-info col-md-6  rtl-content ">
                  <h2 class="checkout--form-title h4">Detalles del pedido</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(); ?>