Subversion Repositories SmartDukaan

Rev

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

Rev 34480 Rev 34798
Line 61... Line 61...
61
                            </option>
61
                            </option>
62
                        #end
62
                        #end
63
                    </select>
63
                    </select>
64
                </div>
64
                </div>
65
                <div class="form-group">
65
                <div class="form-group">
66
                    <label>Payment Method *</label>
66
                    $offer.paymentMethod
67
                    <select class="form-control paymentMethod" name="paymentMethod" multiple required>
67
                    <label>Payment Method <span class="text-danger">*</span></label>
68
                        <option value="POD"
-
 
69
                            #if($offer.paymentMethod && $offer.paymentMethod.contains("POD"))
68
                    <select class="form-control paymentMethod" name="paymentMethod" required multiple>
70
                                selected
-
 
71
                            #end
-
 
72
                        >Pay On Delivery
-
 
73
                        </option>
-
 
74
                        <option value="EMIOD"
69
                        #foreach($paymentMethod in $paymentMethods)
75
                            #if($offer.paymentMethod && $offer.paymentMethod.contains("EMIOD"))
70
                            #set($paymentMethod = $paymentMethod.toString())
76
                                selected
-
 
77
                            #end
-
 
78
                        >EMI On Delivery
-
 
79
                        </option>
-
 
80
                        <option value="RZ"
71
                            <option value="$paymentMethod"
81
                            #if($offer.paymentMethod && $offer.paymentMethod.contains("RZ"))
72
                                #if($paymentMethod.contains($paymentMethod))
82
                                selected
73
                                    selected="selected"
83
                            #end
74
                                #end
84
                        >Wallet/Cards/Netbanking/UPI
-
 
85
                        </option>
75
                            >$paymentMethod</option>
86
                        <option value="CCAVE"
-
 
87
                            #if($offer.paymentMethod && $offer.paymentMethod.contains("CCAVE"))
-
 
88
                                selected
-
 
89
                            #end
76
                        #end
90
                        >Other Online Payments
-
 
91
                        </option>
-
 
92
                    </select>
77
                    </select>
93
                </div>
78
                </div>
-
 
79
 
94
                <div class="form-group">
80
                <div class="form-group">
95
                    <label>Offer Classification <span class="text-danger">*</span></label>
81
                    <label>Offer Classification <span class="text-danger">*</span></label>
96
                    <select class="form-control classification" name="classification" required>
82
                    <select class="form-control classification" name="classification" required>
97
                        <option value="">Select Classification</option>
83
                        <option value="">Select Classification</option>
98
                        #foreach($classification in $classifications)
84
                        #foreach($classification in $classifications)