HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/victoriousloycefoundation.org/wp-content/themes/poorex/page-templates/checkout.php
<?php

/**
 * Template Name: Checkout
 * @package poorex
 */

get_header();

?>

<main>

<!-- checkout area start -->
<section class="tp-checkout-area pb-160 pt-160">
<div class="container">
    <div class="row">
        <div class="col-xl-7 col-lg-7">
            <div class="tp-checkout-verify">
            <div class="tp-checkout-verify-item">
                <p class="tp-checkout-verify-reveal">Returning customer? <button type="button" class="tp-checkout-login-form-reveal-btn">Click here to login</button></p>

                <div id="tpReturnCustomerLoginForm" class="tp-return-customer">
                    <form action="#">
                        
                        <div class="tp-return-customer-input">
                        <label>Email</label>
                        <input type="text" placeholder="Your Email">
                        </div>
                        <div class="tp-return-customer-input">
                        <label>Password</label>
                        <input type="password" placeholder="Password">
                        </div>

                        <div class="tp-return-customer-suggetions d-sm-flex align-items-center justify-content-between mb-20">
                        <div class="tp-return-customer-remeber">
                            <input id="remeber" type="checkbox">
                            <label for="remeber">Remember me</label>
                        </div>
                        <div class="tp-return-customer-forgot">
                            <a href="forgot.html">Forgot Password?</a>
                        </div>
                        </div>
                        <button type="submit" class="tp-btn">Login</button>
                    </form>
                </div>
            </div>
            <div class="tp-checkout-verify-item">
                <p class="tp-checkout-verify-reveal">Have a coupon? <button type="button" class="tp-checkout-coupon-form-reveal-btn">Click here to enter your code</button></p>

                <div id="tpCheckoutCouponForm" class="tp-return-customer">
                    <form action="#">
                        <div class="tp-return-customer-input">
                        <label>Coupon Code :</label>
                        <input type="text" placeholder="Coupon">
                        </div>
                        <button type="submit" class="tp-btn">Apply</button>
                    </form>
                </div>
            </div>
            </div>
        </div>
        <div class="col-lg-7">
            <div class="tp-checkout-bill-area">
            <h3 class="tp-checkout-bill-title">Billing Details</h3>
            <div class="tp-checkout-bill-form">
                <form action="#">
                    <div class="tp-checkout-bill-inner">
                        <div class="row">
                        <div class="col-md-6">
                            <div class="tp-checkout-input">
                                <label>First Name <span>*</span></label>
                                <input type="text" placeholder="First Name">
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="tp-checkout-input">
                                <label>Last Name <span>*</span></label>
                                <input type="text" placeholder="Last Name">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Company name (optional)</label>
                                <input type="text" placeholder="Example LTD.">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Country / Region </label>
                                <input type="text" placeholder="United States (US)">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Street address</label>
                                <input type="text" placeholder="House number and street name">
                            </div>

                            <div class="tp-checkout-input">
                                <input type="text" placeholder="Apartment, suite, unit, etc. (optional)">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Town / City</label>
                                <input type="text" placeholder="Town">
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="tp-checkout-input">
                                <label>State / County</label>
                                <select>
                                    <option>New York US</option>
                                    <option>Berlin Germany</option>
                                    <option>Paris France</option>
                                    <option>Tokiyo Japan</option>
                                </select>
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="tp-checkout-input">
                                <label>Postcode ZIP</label>
                                <input type="text" placeholder="Post Code">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Phone <span>*</span></label>
                                <input type="text" placeholder="Phone">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Email address <span>*</span></label>
                                <input type="email" placeholder="Email Address">
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-option-wrapper">
                                <div class="tp-checkout-option">
                                    <input id="create_free_account" type="checkbox">
                                    <label for="create_free_account">Create an account?</label>
                                </div>
                                <div class="tp-checkout-option">
                                    <input id="ship_to_diff_address" type="checkbox">
                                    <label for="ship_to_diff_address">Ship to a different address?</label>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-12">
                            <div class="tp-checkout-input">
                                <label>Order notes (optional)</label>
                                <textarea placeholder="Notes about your order, e.g. special notes for delivery."></textarea>
                            </div>
                        </div>
                        </div>
                    </div>
                </form>
            </div>
            </div>
        </div>
        <div class="col-lg-5">
            <!-- checkout place order -->
            <div class="tp-checkout-place">
            <h3 class="tp-checkout-place-title">Your Order</h3>

            <div class="tp-order-info-list">
                <ul>

                    <!-- header -->
                    <li class="tp-order-info-list-header">
                        <h4>Product</h4>
                        <h4>Total</h4>
                    </li>

                    <!-- item list -->
                    <li class="tp-order-info-list-desc">
                        <p>Xiaomi Redmi Note 9 Global V. <span> x 2</span></p>
                        <span>$274:00</span>
                    </li>
                    <li class="tp-order-info-list-desc">
                        <p>Office Chair Multifun <span> x 1</span></p>
                        <span>$74:00</span>
                    </li>
                    <li class="tp-order-info-list-desc">
                        <p>Apple Watch Series 6 Stainless  <span> x 3</span></p>
                        <span>$362:00</span>
                    </li>
                    <li class="tp-order-info-list-desc">
                        <p>Body Works Mens Collection <span> x 1</span></p>
                        <span>$145:00</span>
                    </li>

                    <!-- subtotal -->
                    <li class="tp-order-info-list-subtotal">
                        <span>Subtotal</span>
                        <span>$507.00</span>
                    </li>

                    <!-- shipping -->
                    <li class="tp-order-info-list-shipping">
                        <span>Shipping</span>
                        <div class="tp-order-info-list-shipping-item d-flex flex-column align-items-end">
                        <span>
                            <input id="flat_rate" type="radio" name="shipping">
                            <label for="flat_rate">Flat rate: <span>$20.00</span></label>
                        </span>
                        <span>
                            <input id="local_pickup" type="radio" name="shipping">
                            <label for="local_pickup">Local pickup: <span>$25.00</span></label>
                        </span>
                        <span>
                            <input id="free_shipping" type="radio" name="shipping">
                            <label for="free_shipping">Free shipping</label>
                        </span>
                        </div>
                    </li>

                    <!-- total -->
                    <li class="tp-order-info-list-total">
                        <span>Total</span>
                        <span>$1,476.00</span>
                    </li>
                </ul>
            </div>
            <div class="tp-checkout-payment">
                <div class="tp-checkout-payment-item">
                    <input type="radio" id="back_transfer" name="payment">
                    <label for="back_transfer" data-bs-toggle="direct-bank-transfer">Direct Bank Transfer</label>
                    <div class="tp-checkout-payment-desc direct-bank-transfer">
                        <p>Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.</p>
                    </div>
                </div>
                <div class="tp-checkout-payment-item">
                    <input type="radio" id="cheque_payment" name="payment">
                    <label for="cheque_payment">Cheque Payment</label>
                    <div class="tp-checkout-payment-desc cheque-payment">
                        <p>Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.</p>
                    </div>
                </div>
                <div class="tp-checkout-payment-item">
                    <input type="radio" id="cod" name="payment">
                    <label for="cod">Cash on Delivery</label>
                    <div class="tp-checkout-payment-desc cash-on-delivery">
                        <p>Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.</p>
                    </div>
                </div>
                <div class="tp-checkout-payment-item paypal-payment">
                    <input type="radio" id="paypal" name="payment">
                    <label for="paypal">PayPal <img src="<?php echo get_template_directory_uri() ?>/assets/img/icon/payment-option.png" alt=""> <a href="#">What is PayPal?</a></label>
                </div>
            </div>
            <div class="tp-checkout-agree">
                <div class="tp-checkout-option">
                    <input id="read_all" type="checkbox">
                    <label for="read_all">I have read and agree to the website.</label>
                </div>
            </div>
            <div class="tp-checkout-btn-wrapper">
                <a href="#" class="tp-btn-lg text-center w-100">Place Order</a>
            </div>
            </div>
        </div>
    </div>
</div>
</section>
<!-- checkout area end -->


<!-- cta-area-start -->
<div class="tp-cta__area">
    <div class="tp-cta__bg" data-background="<?php echo get_template_directory_uri() ?>/assets/img/cta/cta-bg.jpg">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-xl-7 col-lg-7 col-md-7">
                    <div class="tp-cta__content d-flex align-items-center">
                        <div class="tp-cta__icon d-none d-sm-block">
                            <span><i class="flaticon-volunteer"></i></span>
                        </div>
                        <h4 class="tp-cta__title-sm">Join your hand with us for a <br> better life and future
                        </h4>
                    </div>
                </div>
                <div class="col-xl-5 col-lg-5 col-md-5">
                    <div class="tp-cta__button text-md-end text-start">
                        <a class="tp-btn" href="about-us.html">Discover More</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- cta-area-end --> 

</main>

<?php
get_footer();