| Line 192... |
Line 192... |
| 192 |
<div class="modal-content">
|
192 |
<div class="modal-content">
|
| 193 |
<div class="modal-header">
|
193 |
<div class="modal-header">
|
| 194 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
194 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
| 195 |
<h4 class="modal-title">Add Item To Bag</h4>
|
195 |
<h4 class="modal-title">Add Item To Bag</h4>
|
| 196 |
</div>
|
196 |
</div>
|
| 197 |
<div class="modal-body" style="min-height:200px">
|
197 |
<div class="modal-body" style="min-height:200px;">
|
| - |
|
198 |
|
| 198 |
<div id="catalogModalBody">
|
199 |
<div id="catalogModalBody">
|
| - |
|
200 |
<div style="max-height: 450px;overflow-y: auto;padding-bottom: 10px;margin-bottom: 20px;">
|
| 199 |
<input type="hidden" class="itemId" />
|
201 |
<input type="hidden" class="itemId"/>
|
| 200 |
<input type="hidden" class="availability" />
|
202 |
<input type="hidden" class="availability"/>
|
| 201 |
<h4 class="bagModalProductInfo modelHeaderCustom">Product Details : <span></span></h4>
|
203 |
<h4 class="bagModalProductInfo modelHeaderCustom">Product Details : <span></span></h4>
|
| 202 |
<h4 class="bagModalAvailability modelHeaderCustom">Availability : <span></span></h4>
|
204 |
<h4 class="bagModalAvailability modelHeaderCustom">Availability : <span></span></h4>
|
| 203 |
<h4 class="bagModalEarlyImeis modelHeaderCustom">Imeis to bill - (Recommend you to bill imeis on the left first) <span></span></h4>
|
205 |
<h4 class="bagModalEarlyImeis modelHeaderCustom">Imeis to bill - (Recommend you to bill
|
| - |
|
206 |
imeis on the left first) <span></span></h4>
|
| 204 |
<h4 class="bagModalQuantity modelHeaderCustom">Enter Quantity
|
207 |
<h4 class="bagModalQuantity modelHeaderCustom">Enter Quantity
|
| 205 |
<span>
|
208 |
<span>
|
| 206 |
<input type="number" min="1" class="form-control quantity"></input>
|
209 |
<input type="number" min="1" class="form-control quantity"></input>
|
| 207 |
</span></h4>
|
210 |
</span></h4>
|
| 208 |
<hr/>
|
211 |
<hr/>
|
| - |
|
212 |
</div>
|
| 209 |
<span>
|
213 |
<span>
|
| 210 |
<button type="submit" id="addToBagButton" class="btn btn-warning">Add more!</button>
|
214 |
<button type="submit" id="addToBagButton" class="btn btn-warning">Add more!</button>
|
| 211 |
<button type="submit" id="addToBagButtonwithCart"
|
215 |
<button type="submit" id="addToBagButtonwithCart"
|
| 212 |
class="btn btn-primary">Continue with cart</button>
|
216 |
class="btn btn-primary">Continue with cart</button>
|
| 213 |
<button type="submit" id="addToBagButtonwithBillingpage" class="btn btn-success"> Checkout</button>
|
217 |
<button type="submit" id="addToBagButtonwithBillingpage" class="btn btn-success"> Checkout</button>
|