oont-contents/themes/oont-themev2/page-templates/return-template.php
2025-02-10 13:57:45 +01:00

38 lines
No EOL
2.3 KiB
PHP

<?php
/**
* Template Name: Return Template
*/
get_header();
?>
<div id="softoba-page-wrapper">
<main id="return" class="softoba_return_wrapper query-body exchange-wrapper query-step__one">
<div class="softoba-loader" style="display:none;"><div class="bounce1"></div><div class="bounce2"></div><div class="bounce3"></div></div>
<div class="query_order-body exchange__order-form">
<div class="query-description">
<h3><?php _e( 'Return your Order', 'astra' ); ?></h3>
<p>FREE RETURNS FOR ONLINE PURCHASES WITHIN 14 DAYS FROM DATE
OF DELIVERY, PROVIDED THE RETURN CONDITIONS SPECIFIED IN OUR
<a href="#">RETURN POLICY</a> ARE MET</p>
<p>TO INITIATE YOUR RETURN, ENTER YOUR ORDER NUMBER (FOUND IN
YOUR ORDER CONFIRMATION EMAIL).</p>
</div>
<div class="query__order-form__body">
<div id="softoba_message"></div>
<h5>Access your Order Details</h5>
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" class="query_orderForm" id="softoba_return_form" method="POST">
<div class="query_orderForm-filed ex__orderEmailForm">
<label for="exo-EmailField">Email* <span>(Please Ensure you used this email on Order during Checkout)</span></label>
<input type="email" name="order_email" id="exo-EmailField" class="query-field exo-email-field" required="">
</div>
<div class="query_orderForm-filed ex__orderNumberForm">
<label for="exo-OrderNumberField">Order Number* <span>(Found in your Order Confirmation Email)</span></label>
<input type="number" name="order_number" id="exo-OrderNumberField" validation="Order Number" class="query-field exo-orderNumber-field" required="" style="max-width: 100% !important; width: 100% !important; -webkit-appearance: none !important; -moz-appearance: textfield !important; margin: 0 !important;">
</div>
<button id="softoba_register_return">Register a Return</button>
</form>
</div>
</div>
</main>
</div>
<?php
get_footer();