Subversion Repositories SmartDukaan

Rev

Rev 1187 | Rev 1441 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1187 Rev 1201
Line 58... Line 58...
58
								#if($address.getPhone())
58
								#if($address.getPhone())
59
                <label>Mob: $address.getPhone() </label><br />
59
                <label>Mob: $address.getPhone() </label><br />
60
								#end			
60
								#end			
61
							#end
61
							#end
62
							#end
62
							#end
-
 
63
							
-
 
64
					#if($shipAddressEmpty!=0)
-
 
65
                  <p>You do not have a shipping address linked to your profile. Please add one.</p>
-
 
66
					#end
63
              </div>
67
              </div>
64
              <div class="ship-address-bttn" style="margin-top: 20px;">
68
              <div class="ship-address-bttn" style="margin-top: 20px;">
65
                <div class="bigImgButton yellow-image">
69
                <div class="bigImgButton yellow-image">
66
					#if($shipAddressEmpty!=0)	
70
					#if($shipAddressEmpty!=0)
67
                  <input type="button" name="addAdrBtn"  id="addAdrBtn" value="Add Shipping Address" class="button" />
71
                  <input type="button" name="addAdrBtn"  id="addAdrBtn" value="Add Shipping Address" class="button" />
68
					#else
72
					#else
69
                  <input type="button" name="addAdrBtn"  id="addAdrBtn" value="Ship to Another Address" class="button" />
73
                  <input type="button" name="addAdrBtn"  id="addAdrBtn" value="Ship to Another Address" class="button" />
70
					#end	
74
					#end	
71
                </div>
75
                </div>