| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/sieuthimayasia.com/public_html/wp-content/themes/mtw-maycn/ |
Upload File : |
<?php
/**
* Template Name: Thanh toán
* Description:
*
* @package MTWTeam
*/
?>
<?php get_header();?>
<style type="text/css">
.woocommerce .woocommerce-result-count {
margin: 0 0 1em;
display: none;
}
.thanhtoan {}
.thanhtoan h1, .thanhtoan h3 {
background: #d86827;
color: #FFF;
padding: 12px 15px;
text-transform: uppercase;
font-size: 14px;
}
.thanhtoan .woocommerce .button {
background: #d86827;
color: #FFF;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 6px;
}
.thanhtoan .order_review {
padding:0;
}
</style>
<div class="container mainpage">
<div class="breadcrumb"><?php if (function_exists('yoast_breadcrumb')) yoast_breadcrumb( '<div id="breadcrumbs">', '</div>' ); ?></div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 thanhtoan">
<?php
if ( have_posts() )
while ( have_posts() ) : the_post(); ?>
<h1 itemprop="name"><?php the_title()?></h1>
<?php the_content(); ?>
<?php endwhile; ?>
</div><!-- col-xs-12 col-sm-6 col-md-3 -->
</div><!-- col-xs-12 col-sm-6 col-md-3 -->
<?php get_footer(); ?>
</div><!-- end conten_baiviet-->