HelenaExpressApp/www/pages/moneyorder.html

70 lines
3.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="moneyorder">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
<a class="link back" href="#">
<i class="icon icon-back"></i>
<span class="if-not-md">Back</span>
</a>
</div>
<div class="title">Money Orders</div>
</div>
</div>
<div class="page-content">
<div class="row justify-content-center">
<div class="col-100 small-50 xlarge-40">
<div class="card margin">
<div class="card-content padding-vertical" id="moneyorder-dyncontent">
<dl>
<dt>How do I purchase a money order?</dt>
<dd>You can buy a money order during any notary or shipping appointment. You can also call us to schedule a visit. Were available where you are and on your schedule.</dd>
<dt>How can I pay for my money order?</dt>
<dd>We only accept cash payment for money orders at this time.</dd>
<dt>How much does a money order cost?</dt>
<dd>You can send money orders up to $500 with Helena Express for a $3 fee ($6 if by appointment).</dd>
<dt>How can a recipient cash a Helena Express money order?</dt>
<dd>Our money orders can be cashed like a check. Just bring it to your bank or any business offering check cashing services.</dd>
</div>
</div>
</div>
<div class="col-100 small-50 xlarge-40">
<div class="card margin">
<div class="card-header">Verify Money Order</div>
<form class="card-content padding-vertical" id="moneyorderForm">
<div class="block">
Enter the serial number from the top-right corner of the money order.
</div>
<div class="list media-list">
<ul>
<li class="item-content item-input item-input-outline">
<div class="item-inner">
<div class="item-title item-floating-label">Serial Number</div>
<div class="item-input-wrap">
<input type="text" id="moneyorderserial" placeholder="12345" inputmode="numeric" />
<span class="input-clear-button"></span>
</div>
</div>
</li>
<li class="padding">
<div class="button hapticbtn button-fill" onclick="verifyMoneyOrder($('#moneyorderserial').val())"><i class="fa-solid fa-magnifying-glass-dollar"></i> Verify</div>
</li>
</ul>
</div>
</form>
</div>
</div>
</div>
</div>
</div>