Subversion Repositories SmartDukaan

Rev

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

Rev 35728 Rev 36064
Line 434... Line 434...
434
                                #if($pendingOrder.getId()) <input type="hidden"
434
                                #if($pendingOrder.getId()) <input type="hidden"
435
                                                                  value="$pendingOrder.getId()" id="poid"/> <input
435
                                                                  value="$pendingOrder.getId()" id="poid"/> <input
436
                                        type="hidden" value="$pendingOrderItem.getId()" id="poItemId"/>
436
                                        type="hidden" value="$pendingOrderItem.getId()" id="poItemId"/>
437
                                #else <input type="hidden" value="0" id="poid"/> <input
437
                                #else <input type="hidden" value="0" id="poid"/> <input
438
                                        type="hidden" value="0" id="poItemId"/> #end
438
                                        type="hidden" value="0" id="poItemId"/> #end
-
 
439
                                <div style="margin-bottom: 10px;">
-
 
440
                                    <label style="display: flex; align-items: center; cursor: pointer; font-weight: normal;">
-
 
441
                                        <input type="checkbox" id="sendInvoiceOnWhatsApp" checked
-
 
442
                                               style="margin-right: 8px; width: 18px; height: 18px;">
-
 
443
                                        Send Invoice on WhatsApp
-
 
444
                                    </label>
439
 
-
 
-
 
445
                                </div>
440
                                <button class="btn btn-block btn-primary order-checkout"
446
                                <button class="btn btn-block btn-primary order-checkout"
441
                                        type="submit">Create Order
447
                                        type="submit">Create Order
442
                                </button>
448
                                </button>
443
                            </div>
449
                            </div>
444
                        </div>
450
                        </div>
Line 501... Line 507...
501
            </div>
507
            </div>
502
        </div>
508
        </div>
503
    </div>
509
    </div>
504
</div>
510
</div>
505
 
511
 
506
<div class="modal modal-lg row" id="newaddressModal" tabindex="-1"
512
<div class="modal" id="newaddressModal" tabindex="-1"
507
     role="dialog">
513
     role="dialog">
508
    <div class="modal-dialog modal-lg" role="document">
514
    <div class="modal-dialog modal-lg" role="document">
509
        <div class="modal-content">
515
        <div class="modal-content">
510
            <div class="modal-header">
516
            <div class="modal-header">
511
                <button type="button" class="close" data-dismiss="modal"
517
                <button type="button" class="close" data-dismiss="modal"
Line 564... Line 570...
564
                                    <option value="$stateName">$stateName</option> #end #end
570
                                    <option value="$stateName">$stateName</option> #end #end
565
 
571
 
566
                            </select>
572
                            </select>
567
                        </div>
573
                        </div>
568
                    </div>
574
                    </div>
-
 
575
                    <div class="modal-footer" style="text-align: right;">
-
 
576
                        <button type="button" class="btn btn-primary btn-add-address">Add
-
 
577
                            Address
-
 
578
                        </button>
-
 
579
                    </div>
569
                </form>
580
                </form>
570
            </div>
581
            </div>
571
            <div class="modal-footer">
-
 
572
                <button type="button" class="btn btn-primary btn-add-address" type="submit">Add
-
 
573
                    Address
-
 
574
                </button>
-
 
575
            </div>
-
 
576
        </div>
582
        </div>
577
    </div>
583
    </div>
578
</div>
584
</div>
579
 
585
 
580
<!-- Upgrade offer Modal -->
586
<!-- Upgrade offer Modal -->