Make address and ZIP boxes work better on mobile, improve text at bottom
This commit is contained in:
parent
0ff5b13ec3
commit
972025f808
@ -51,7 +51,7 @@
|
|||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-title item-floating-label">Pickup Address</div>
|
<div class="item-title item-floating-label">Pickup Address</div>
|
||||||
<div class="item-input-wrap">
|
<div class="item-input-wrap">
|
||||||
<input type="text" id="streetaddress" placeholder="1234 Your Rd" value="{{streetaddress}}" />
|
<input type="text" id="streetaddress" placeholder="1234 Your Rd" value="{{streetaddress}}" autocomplete="off" autocorrect="off" />
|
||||||
<span class="input-clear-button"></span>
|
<span class="input-clear-button"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-title item-floating-label">ZIP Code</div>
|
<div class="item-title item-floating-label">ZIP Code</div>
|
||||||
<div class="item-input-wrap">
|
<div class="item-input-wrap">
|
||||||
<input type="text" id="zipcode" value="{{zipcode}}"/>
|
<input type="text" id="zipcode" placeholder="59601" value="{{zipcode}}" autocomplete="off" autocorrect="off" inputmode="numeric" />
|
||||||
<span class="input-clear-button"></span>
|
<span class="input-clear-button"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -113,12 +113,20 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li class="padding">
|
<li class="padding text-align-left">
|
||||||
By requesting a pickup, you confirm that you aren't sending any <a onclick="openBrowser('https://helena.express/articles/restricted-items')">restricted items</a>.
|
<p>
|
||||||
You agree that we can bill your saved payment method for the shipping cost.
|
By requesting a pickup, you confirm that your package(s) don't contain anything fragile, liquid, perishable
|
||||||
You also confirm that you've filled out a destination address on each package and indicated
|
or potentially hazardous such as perfume, lithium batteries, mercury, or anything on
|
||||||
any desired options (signature, insurance, etc).
|
our <a onclick="openBrowser('https://helena.express/articles/restricted-items')">restricted items list</a>.
|
||||||
We recommend using free Helena Express shipping labels, available <a href="/shop">from the shop</a>.
|
</p>
|
||||||
|
<p>
|
||||||
|
You agree that we can bill your saved payment method for the shipping cost.
|
||||||
|
<br />
|
||||||
|
You also confirm that you've filled out a destination address on each package and indicated
|
||||||
|
any desired options (signature, insurance, etc).
|
||||||
|
<br />
|
||||||
|
We recommend using free Helena Express shipping labels, available <a href="/shop">from the shop</a>.
|
||||||
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="padding">
|
<li class="padding">
|
||||||
<div class="button hapticbtn button-fill" onclick="requestPickup()"><i class="fa-regular fa-dolly"></i> Request Pickup</div>
|
<div class="button hapticbtn button-fill" onclick="requestPickup()"><i class="fa-regular fa-dolly"></i> Request Pickup</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user