|
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/application/views/ |
Upload File : |
<div id="content" class="site-content">
<div class="page-header dtable text-center header-transparent pheader-faq" style="background-image: url(<?= base_url('uploads/slide2.jpg') ?>)">
<div class="dcell">
<div class="container">
<h1 class="page-title">Dimension</h1>
<ul id="breadcrumbs" class="breadcrumbs none-style">
<li><a href="<?= base_url('shop_products/curtain/eyelet') ?>">Back to Curtain</a></li>
<li class="active">Dimension</li>
</ul>
</div>
</div>
</div>
</div>
<section class="shop-cart">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="shop_checkout">
<div class="woocommerce-form-coupon-toggle">
<div class="woocommerce-info">
<i class="far fa-window-maximize"></i>
Measure curtain width and height
</div>
</div>
<form class="checkout_coupon woocommerce-form-coupon" method="post">
<p>If you have a coupon code, please apply it below.</p>
<p class="form-row form-row-first">
<input type="text" name="coupon_code" class="input-text" placeholder="Coupon code" id="coupon_code" value="">
</p>
<p class="form-row form-row-last">
<button type="submit" class="octf-btn button" name="apply_coupon" value="Apply coupon">Apply coupon</button>
</p>
<div class="clear"></div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h4>Input Width & Height</h4>
<img src="<?= base_url('uploads/measurement.jpg') ?>" alt="">
</div>
<div class="col-lg-4">
<h4>Your Order</h4>
<table class="shop_table woocommerce-checkout-review-order-table">
<thead>
<tr>
<th class="product-name">Details</th>
<th class="product-total">Subtotal</th>
</tr>
</thead>
<tbody>
<tr class="cart_item">
<td class="product-name">Curtain</td>
<td class="product-total"><span class="amount"><span>Rp</span>1.500.000</span></td>
</tr>
<tr class="cart_item">
<td class="product-name">Other 1</td>
<td class="product-total"><span class="amount"><span>Rp</span>500.000</span></td>
</tr>
<tr class="cart_item">
<td class="product-name">Other 2</td>
<td class="product-total"><span class="amount"><span>Rp</span>500.000</span></td>
</tr>
</tbody>
<tfoot>
<tr class="order-total">
<th>Total</th>
<td><strong><span class="amount"><span>Rp </span>3.000.000</span></strong> </td>
</tr>
</tfoot>
</table>
<div class="add-to-cart-inner" style="text-align:right">
<a id="mbtn2" href="<?= base_url('shop_cart') ?>" class="octf-btn octf-btn-dark">ADD TO CART</a>
</div>
</div>
<div class="col-lg-4">
<h4>Measurement Guide</h4>
<iframe width="100%" height="200px" src="https://www.youtube.com/embed/WQiyNLPnbuM?si=NwMpCYfJTUyjrimr" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</section>