File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/chackout.php
<?php /* Template Name: شيكاوت */ get_header();
$Shovago__Payment_1 = get_template_directory_uri().'/shovago-assets/images/shovago__payment/payment_1.jpg';
$Shovago__Payment_2 = get_template_directory_uri().'/shovago-assets/images/shovago__payment/payment_2.jpg';
$Shovago__Payment_3 = get_template_directory_uri().'/shovago-assets/images/shovago__payment/payment_3.jpg';
?>
<div class="Shovago__Content--Size">
<div class="Shovago__Checkouts">
<?php if ( !empty( is_wc_endpoint_url('order-received') ) ) { ?>
<?php echo do_shortcode( "[woocommerce_checkout]" ); ?>
<?php } else { ?>
<?php if ( WC()->cart->get_cart_contents_count() == 0 ) { ?>
<div class="Shovago__CartEmpty checkout">
<i class="fas fa-cart-arrow-down"></i>
<span><?php echo get_option( 'Shovago__Options_Trans__packs_cartEmpty' ); ?></span>
</div>
<?php } else { ?>
<div id="Shovago__Checkout-Step4" class="Shovago__Checkout">
<div class='Shovago__Checkout-Steps'>
<h1><?php echo get_option( 'Shovago__Options_Trans__packs_doneBtn' ); ?></h1>
<span><?php echo get_option( 'Shovago__Options_Trans__checkout_steps' ); ?> 2 / 2</span>
</div>
<div class="Shovago__Checkout-Payments">
<?php echo do_shortcode( "[woocommerce_checkout]" ); ?>
</div>
</div>
<?php } ?>
<?php } ?>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>