| 10582 |
lgm |
1 |
<div class="checkout-login">
|
|
|
2 |
<h2 class="font16 bold">
|
|
|
3 |
Sign In
|
|
|
4 |
<div class="edit-btn"></div>
|
|
|
5 |
</h2>
|
|
|
6 |
</div>
|
|
|
7 |
<div class="checkout-billing">
|
|
|
8 |
<h2 class="font16 bold selected">
|
|
|
9 |
Billing Address
|
|
|
10 |
<div class="edit-btn"></div>
|
|
|
11 |
</h2>
|
|
|
12 |
<div class="ck-billing-sub" style="display: block">
|
|
|
13 |
<label for="fname" class="font14">First Name</label><span class="red">*</span>
|
|
|
14 |
<input type="text" name="fname" id="fname"/>
|
|
|
15 |
<label for="lname" class="font14">Last Name</label><span class="red">*</span>
|
|
|
16 |
<input type="text" name="lname" id="lname"/>
|
|
|
17 |
<label for="cname" class="font14">Company Name</label>
|
|
|
18 |
<input type="text" name="cname" id="cname"/>
|
|
|
19 |
<label for="email-add" class="font14">Email Address</label><span class="red">*</span>
|
|
|
20 |
<input type="text" name="email" id="email-add"/>
|
|
|
21 |
<label for="street1" class="font14">Street 1</label><span class="red">*</span>
|
|
|
22 |
<input type="text" name="street1" id="street1"/>
|
|
|
23 |
<label for="street2" class="font14">Street 2</label>
|
|
|
24 |
<input type="text" name="Street2" id="Street2"/>
|
|
|
25 |
<label for="city" class="font14">City</label><span class="red">*</span>
|
|
|
26 |
<input type="text" name="city" id="city"/>
|
|
|
27 |
<label for="state" class="font14">State</label><span class="red">*</span>
|
|
|
28 |
<select name="state" id="state">
|
|
|
29 |
<option>U.P</option>
|
|
|
30 |
<option>H.P</option>
|
|
|
31 |
<option>M.P</option>
|
|
|
32 |
</select>
|
|
|
33 |
<label for="zcode" class="font14">Zip Code</label><span class="red">*</span>
|
|
|
34 |
<input type="text" name="zcode" id="zcode"/>
|
|
|
35 |
|
|
|
36 |
<label for="tnumber" class="font14">Telephone</label><span class="red">*</span>
|
|
|
37 |
<input type="text" name="tnumber" id="tnumber"/>
|
|
|
38 |
<label for="fnumber" class="font14">Fax Number</label>
|
|
|
39 |
<input type="text" name="fnumber" id="fnumber"/>
|
|
|
40 |
|
|
|
41 |
<input type="radio" name="ship1" id="ship1" class="mtb5"/>
|
|
|
42 |
<label for="ship1" class="custom-label font12">Ship to this address</label>
|
|
|
43 |
<div class="clear"></div>
|
|
|
44 |
<input type="radio" name="ship2" id="ship2" class="mtb5"/>
|
|
|
45 |
<label for="ship2" class="custom-label font12">Ship to a different address</label>
|
|
|
46 |
<div class="clear"></div>
|
|
|
47 |
<a href="<?=base_url()?>checkout/shipping"><div class="btn gold checkout-continue font14 bold mtb5">Continue</div></a>
|
|
|
48 |
</div>
|
|
|
49 |
</div>
|
|
|
50 |
<div class="checkout-shipping">
|
|
|
51 |
<h2 class="font16 bold selected">
|
|
|
52 |
Shipping Address
|
|
|
53 |
<div class="edit-btn"></div>
|
|
|
54 |
</h2>
|
|
|
55 |
</div>
|
|
|
56 |
<div class="checkout-payment">
|
|
|
57 |
<h2 class="font16 bold selected">
|
|
|
58 |
Paymeny Method
|
|
|
59 |
<div class="edit-btn"></div>
|
|
|
60 |
</h2>
|
|
|
61 |
</div>
|