https://t.me/RX1948
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 :  /proc/self/root/var/www/serbaantik.com/public_html/application/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/var/www/serbaantik.com/public_html/application/views/checkout.php
<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">Checkout</h1>
                        <ul id="breadcrumbs" class="breadcrumbs none-style">
                            <li><a href="<?= base_url('shop_products/curtain/eyelet') ?>">Back to Cart</a></li>
                            <li class="active">Checkout</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">
                         
                            <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-6">
                        <div class="woocommerce-billing-fields">
                            <h3>Billing details</h3>
                            <div class="woocommerce-billing-fields__field-wrapper">
                                <div class="row">
                                    <p class="col-lg-6">
                                        <label for="billing_first_name">First name <abbr class="required" title="required">*</abbr></label>
                                        <input type="text" class="input-text" name="billing_first_name" id="billing_first_name" placeholder="" value="" autocomplete="given-name">
                                    </p>
                                    <p class="col-lg-6">
                                        <label for="billing_last_name">Last name <abbr class="required" title="required">*</abbr></label>
                                        <input type="text" class="input-text" name="billing_last_name" id="billing_last_name" placeholder="" value="" autocomplete="family-name">
                                    </p>
                                    <p class="col-lg-12">
                                        <label for="billing_company">Company name <span class="optional">(optional)</span></label>
                                        <input type="text" class="input-text " name="billing_company" id="billing_company" placeholder="" value="" autocomplete="organization">
                                    </p>
                                    
                                    <p class="col-lg-12">
                                        <label for="billing_address_1" class="">Street address <abbr class="required" title="required">*</abbr></label>
                                        <input type="text" class="input-text " name="billing_address_1" id="billing_address_1" placeholder="House number and street name" value="" autocomplete="address-line1" data-placeholder="House number and street name">
                                    </p>
                                    <p class="col-lg-12">
                                        <label for="billing_postcode" class="">Postcode / ZIP <span class="optional">(optional)</span></label>
                                        <input type="text" class="input-text " name="billing_postcode" id="billing_postcode" placeholder="" value="" autocomplete="postal-code">
                                    </p>
                                    <p class="col-lg-12">
                                        <label for="billing_city" class="">Town / City <abbr class="required" title="required">*</abbr></label>
                                        <input type="text" class="input-text " name="billing_city" id="billing_city" placeholder="" value="" autocomplete="address-level2">
                                    </p>
                                    <p class="col-lg-12">
                                        <label for="billing_phone" class="">Phone <abbr class="required" title="required">*</abbr></label>
                                        <input type="tel" class="input-text " name="billing_phone" id="billing_phone" placeholder="" value="" autocomplete="tel">
                                    </p>
                                    <p class="col-lg-12">
                                        <label for="billing_email" class="">Email address <abbr class="required" title="required">*</abbr></label>
                                        <input type="email" class="input-text " name="billing_email" id="billing_email">
                                    </p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="woocommerce-additional-fields">
                            <h3>Additional information</h3>
                            <div class="woocommerce-additional-fields__field-wrapper">
                                <p class="notes" id="order_comments_field" data-priority="">
                                    <label for="order_comments" class="">Order notes&nbsp;<span class="optional">(optional)</span></label>
                                    <span class="woocommerce-input-wrapper">
                                        <textarea name="order_comments" class="input-text " id="order_comments" placeholder="Notes about your order, e.g. special notes for delivery." rows="2" cols="5"></textarea>
                                    </span>
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-lg-12">
                        <h3 class="order_review_heading">Your order</h3>
                        <table class="shop_table woocommerce-checkout-review-order-table">
                            <thead>
                                <tr>
                                    <th class="product-name">Product</th>
                                    <th class="product-total">Subtotal</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr class="cart_item">
                                    <td class="product-name">
                                        Velvet Teal Blue <strong class="product-quantity">× 1</strong>
                                        <p style="font-size:14px">Model : 3 Pinch Pleat<br>
                                                Type : JACQUARD<br>
                                                Design : FLORAL</p>
                                    </td>
                                    <td class="product-total"><span class="amount"><span>Rp </span>1.000.000</span></td>
                                </tr>
                                <tr class="cart_item">
                                    <td class="product-name">Natural Pouffe  <strong class="product-quantity">× 1</strong>
                                    <p style="font-size:14px">Model : 3 Pinch Pleat<br>
                                                Type : JACQUARD<br>
                                                Design : FLORAL</p>
                                </td>
                                    <td class="product-total"><span class="amount"><span>Rp </span>1.000.000</span></td>
                                </tr>
                            </tbody>
                            <tfoot>
                                <tr class="cart-subtotal">
                                    <th>Subtotal</th>
                                    <td><span class="amount"><span>Rp </span>2.000.000</span></td>
                                </tr>
                                <tr class="order-total">
                                    <th>Total</th>
                                    <td><strong><span class="amount"><span>Rp </span>2.000.000</span></strong> </td>
                                </tr>
                            </tfoot>
                        </table>
                        <div id="payment" class="woocommerce-checkout-payment">
                            <ul class="wc_payment_methods payment_methods methods">
                                <li class="woocommerce-notice woocommerce-notice--info woocommerce-info"><i class="far fa-window-maximize"></i> SHIPPING & PAYMENT INTEGRATION</li>
                            </ul>
                            <div class="place-order text-right">
                                <button type="submit" class="octf-btn button alt" name="woocommerce_checkout_place_order" id="place_order" value="Place order" data-value="Place order">Place order</button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

https://t.me/RX1948 - 2025