added the 'address-incomplete-warning' box at crunchbutton layout
This commit is contained in:
parent
4f7ca013c8
commit
d38b127dbf
@ -439,6 +439,19 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="address-incomplete-warning order-warning modal zoom-anim-dialog small-container mfp-hide">
|
||||
<h1>Confirm your address?</h1>
|
||||
<p>It looks like your address is incomplete: <br/> {{order.form.address}}</p>
|
||||
<ul>
|
||||
<li>
|
||||
<div ng-click="addressPlaceAnyway();">Continue</div>
|
||||
</li>
|
||||
<li>
|
||||
<div ng-click="addressLetMeChangeIt();">Add a City or Zip Code</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="address-out-of-range-warning order-warning modal zoom-anim-dialog small-container mfp-hide">
|
||||
<h1>Woops!</h1>
|
||||
<p>The address <strong>{{order.form.address}}</strong> is out of delivery range, or you have entered an invalid address.<br/><br/>Please check your address, or order takeout.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user