| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/training/wp-content/themes/flatsome/woocommerce/checkout/layouts/ |
Upload File : |
<!DOCTYPE html> <!--[if lte IE 9 ]> <html class="ie lt-ie9" <?php language_attributes(); ?>> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"/> <link rel="profile" href="http://gmpg.org/xfn/11"/> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="main-content" class="site-main"> <div id="main" class="page-checkout-simple"> <div id="content" role="main"> <div class="container"> <?php while ( have_posts() ) : the_post(); ?> <div class="cart-header text-left medium-text-center"> <div id="logo" class="logo"><?php get_template_part( 'template-parts/header/partials/element', 'logo' ); ?></div> <?php wc_get_template( 'checkout/header-small.php' ); ?> </div> <?php wc_print_notices(); ?> <?php the_content(); ?> <?php endwhile; // end of the loop. ?> </div> </div> </div> <div class="focused-checkout-footer"> <?php get_template_part( 'template-parts/footer/footer', 'absolute' ); ?> </div> </div> </div> <?php wp_footer(); ?> </body> </html>