Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move "required field" text so visible on single page checkout
also indent for clarity
  • Loading branch information
jlav1n committed Oct 31, 2016
1 parent 28444cb commit 23c8aec
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dist/strap/include/checkout/shipping_address
@@ -1,14 +1,15 @@
<legend>[L]Shipping Address[/L] <small>([L]primary[/L])</small></legend>

[if !scratch onepage]
[if session logged_in]
<p>Please verify the information below.</p>
[else]
<div class="alert alert-info"><a class="btn btn-info" href="[area href=login form=|destination=@@MV_PAGE@@|]">[msg arg.0='</a>' arg.1='<a class="alert-link" href="[area href=new_account form=|destination=@@MV_PAGE@@|]">' arg.2='</a>']Login%s to pre-fill this information. Or, %screate an account%s with us (optional).[/msg]</div>
[/else]
[if session logged_in]
<p>Please verify the information below.</p>
[else]
<div class="alert alert-info"><a class="btn btn-info" href="[area href=login form=|destination=@@MV_PAGE@@|]">[msg arg.0='</a>' arg.1='<a class="alert-link" href="[area href=new_account form=|destination=@@MV_PAGE@@|]">' arg.2='</a>']Login%s to pre-fill this information. Or, %screate an account%s with us (optional).[/msg]</div>
[/else]
[/if]
[/if]

<p class="text-info"><i>[L]Asterisk (*) indicates required field[/L]</i></p>
[/if]

<div class="form-group">
<label for="fname" class="col-sm-2 control-label">[error name=fname std_label="[L]First name[/L]" required=1]</label>
Expand Down

0 comments on commit 23c8aec

Please sign in to comment.