| Line 33... |
Line 33... |
| 33 |
</fieldset>
|
33 |
</fieldset>
|
| 34 |
|
34 |
|
| 35 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
35 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 36 |
|
36 |
|
| 37 |
<div class='date'>
|
37 |
<div class='date'>
|
| 38 |
<span class='infoText'>Get this product by </span><span class='infoValue'>6:18 PM, 2 May 2013</span>
|
38 |
<span class='infoText'>Get this product by </span><span class='infoValue'>$action.getDeliveryDate()</span>
|
| 39 |
</div>
|
39 |
</div>
|
| 40 |
<div class='price'>
|
40 |
<div class='price'>
|
| 41 |
<span class='infoText'>Total Price</span>
|
41 |
<span class='infoText'>Total Price</span>
|
| 42 |
<span class='infoValue'> Rs. Rs.10000</span>
|
42 |
<span class='infoValue'> Rs. Rs. $action.getPrice()</span>
|
| 43 |
</div>
|
43 |
</div>
|
| 44 |
<div class='advance'>
|
44 |
<div class='advance'>
|
| 45 |
<span class='infoText'>Advance to be paid</span>
|
45 |
<span class='infoText'>Advance to be paid</span>
|
| 46 |
<span class='infoValue'> Rs. Rs. 6000</span>
|
46 |
<span class='infoValue'> Rs. Rs. $action.getAdvanceAmount()</span>
|
| 47 |
</div>
|
47 |
</div>
|
| 48 |
|
48 |
|
| 49 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
49 |
<div style="border-top: 1px dotted #CCCCCC;margin: 15px 0;"></div>
|
| 50 |
|
50 |
|
| 51 |
<fieldset id='editAddBlock' style='display:none;border:1px solid #CCCCCC;color:#666666'>
|
51 |
<fieldset id='editAddBlock' style='display:none;border:1px solid #CCCCCC;color:#666666'>
|
| Line 59... |
Line 59... |
| 59 |
<div class='addressLine' style='text-align:center;'>
|
59 |
<div class='addressLine' style='text-align:center;'>
|
| 60 |
<input id="saveEditedAdd" class="submitButton" type="button" style="background-color:orange;color:black;" value="OK">
|
60 |
<input id="saveEditedAdd" class="submitButton" type="button" style="background-color:orange;color:black;" value="OK">
|
| 61 |
</div>
|
61 |
</div>
|
| 62 |
</fieldset>
|
62 |
</fieldset>
|
| 63 |
|
63 |
|
| 64 |
<form id="createOrderForm" action="/storewebsite/payment-details!persist-transaction" onsubmit="return validatePaymentDetails()">
|
64 |
<form id="createOrderForm" action="/storewebsite/payment-details!persistTransaction" onsubmit="return validatePaymentDetails()">
|
| 65 |
<input type="hidden" name="product_id" value="$action.getProduct_id()"></input>
|
65 |
<input type="hidden" name="product_id" value="$action.getProduct_id()"></input>
|
| 66 |
<input type="hidden" name="name" value="$action.getName()"></input>
|
66 |
<input type="hidden" name="name" value="$action.getName()"></input>
|
| 67 |
<input type="hidden" name="phone" value="$action.getPhone()"></input>
|
67 |
<input type="hidden" name="phone" value="$action.getPhone()"></input>
|
| 68 |
<input type="hidden" name="line1" value="$action.getLine1()"></input>
|
68 |
<input type="hidden" name="line1" value="$action.getLine1()"></input>
|
| 69 |
<input type="hidden" name="line2" value="$action.getLine2()"></input>
|
69 |
<input type="hidden" name="line2" value="$action.getLine2()"></input>
|
| 70 |
<input type="hidden" name="city" value="$action.getCity()"></input>
|
70 |
<input type="hidden" name="city" value="$action.getCity()"></input>
|
| 71 |
<input type="hidden" name="state" value="$action.getState()"></input>
|
71 |
<input type="hidden" name="state" value="$action.getState()"></input>
|
| 72 |
<input type="hidden" name="pincode" value="$action.getPincode()"></input>
|
72 |
<input type="hidden" name="pincode" value="$action.getPincode()"></input>
|
| - |
|
73 |
<input type="hidden" name="price" value="$action.getPrice()"></input>
|
| - |
|
74 |
<input type="hidden" name="advanceAmount" value="$action.getAdvanceAmount()"></input>
|
| - |
|
75 |
<input type="hidden" name="deliveryDate" value="$action.getDeliveryDate()"></input>
|
| 73 |
|
76 |
|
| 74 |
|
77 |
|
| 75 |
<div id="showAddDiv">
|
78 |
<div id="showAddDiv">
|
| 76 |
<div class="name"><span name="name">$action.getName()</span>
|
79 |
<div class="name"><span name="name">$action.getName()</span>
|
| 77 |
<input id="addressEdit" style="float:right;margin:0;height:21px;"type="button" value="EDIT" class="submitButton"></input>
|
80 |
<input id="addressEdit" style="float:right;margin:0;height:21px;"type="button" value="EDIT" class="submitButton"></input>
|