|
Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/serbaantik.com/public_html/naavya/ |
Upload File : |
<?php include('header.php') ?>
<!-- Page Banner Section Start -->
<div class="page-banner-section section bg-image" style="padding-bottom:0" data-bg="./assets/images/bg/breadcrumb.jpg">
<div class="container">
<div class="row">
<div class="col">
<div class="page-banner text-center pt-lg-80">
<h2>Checkout</h2>
<ul class="page-breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Checkout</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Page Banner Section End -->
<!--Checkout section start-->
<div class="checkout-section section pt-100 pt-lg-80 pt-md-70 pt-sm-60 pt-xs-50 ">
<div class="container sb-border pb-70 pb-lg-50 pb-md-40 pb-sm-30 pb-xs-20">
<div class="row">
<div class="col-12">
<!-- Checkout Form Start-->
<form action="#" class="checkout-form">
<div class="row row-40">
<div class="col-lg-7">
<!-- Billing Address -->
<div id="billing-form" class="mb-10">
<h4 class="checkout-title">Billing Address</h4>
<div class="row">
<div class="col-md-6 col-12 mb-20">
<label>Recipient Name*</label>
<input type="text" placeholder="Name">
</div>
<div class="col-md-6 col-12 mb-20">
<label>Handphone no*</label>
<input type="text" placeholder="Wa/HP Phone number">
</div>
<div class="col-12 mb-20">
<label>Address*</label>
<input type="text" placeholder="Address">
</div>
<div class="col-md-6 col-12 mb-20">
<label>*Province</label>
<select class="nice-select">
<option>DKI Jakarta</option>
<option>Jawa Barat</option>
<option>Jawa Timur</option>
</select>
</div>
<div class="col-md-6 col-12 mb-20">
<label>Town/City*</label>
<input type="text" placeholder="Town/City">
</div>
<div class="col-md-6 col-12 mb-20">
<label>State*</label>
<input type="text" placeholder="State">
</div>
<div class="col-md-6 col-12 mb-20">
<label>Zip Code*</label>
<input type="text" placeholder="Zip Code">
</div>
<!-- <div class="col-12 mb-20">
<div class="check-box">
<input type="checkbox" id="create_account">
<label for="create_account">Create an Acount?</label>
</div>
<div class="check-box">
<input type="checkbox" id="shiping_address" data-shipping>
<label for="shiping_address">Ship to Different Address</label>
</div>
</div> -->
</div>
</div>
</div>
<div class="col-lg-5">
<div class="row">
<!-- Cart Total -->
<div class="col-12 mb-60">
<h4 class="checkout-title">Cart Total</h4>
<div class="checkout-cart-total">
<h4>Product <span>Total</span></h4>
<ul>
<li>Pinch Pleat X 01 <span>Rp 500.000</span></li>
<li>Box Pleat X 01 <span>Rp 500.000</span></li>
<li>Goblet Pleat X 01 <span>Rp 500.000</span></li>
</ul>
<p>Sub Total <span>Rp 1.500.000</span></p>
<p>Shipping Fee <span>Rp 50.000</span></p>
<h4>Grand Total <span>Rp 1.550.000</span></h4>
</div>
</div>
<!-- Payment Method -->
<div class="col-12 mb-30">
<h4 class="checkout-title">Payment Method</h4>
<div class="checkout-payment-method">
<div class="single-method">
<input type="radio" id="payment_check" name="payment-method" value="check">
<label for="payment_check">DOKU Payment</label>
<p data-method="check">Payment integration with DOKU.</p>
</div>
<div class="single-method">
<input type="checkbox" id="accept_terms">
<label for="accept_terms">I’ve read and accept the terms & conditions</label>
</div>
</div>
<button class="place-order btn btn-lg btn-round">Place order</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!--Checkout section end-->
<?php include('footer.php') ?>