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 208... Line 208...
208
                                </select>
208
                                </select>
209
                            </div>
209
                            </div>
210
                            <div class="form-group">
210
                            <div class="form-group">
211
                                <label>Payment Method <span class="text-danger">*</span></label>
211
                                <label>Payment Method <span class="text-danger">*</span></label>
212
                                <select class="form-control" name="paymentMethod" required multiple>
212
                                <select class="form-control" name="paymentMethod" required multiple>
213
                                    <option value="POD"> Pay On Delivery</option>
213
                                    #foreach($paymentMethod in $paymentMethods)
214
                                    <option value="EMIOD"> EMI On Delivery</option>
214
                                        <option value="$paymentMethod">$paymentMethod</option>
215
                                    <option value="RZ"> Wallet/ Cards /Netbanking /UPI</option>
-
 
216
                                    <option value="CCAVE"> Other online Payments</option>
215
                                    #end
217
                                </select>
216
                                </select>
218
                            </div>
217
                            </div>
219
                            <div class="form-group">
218
                            <div class="form-group">
220
                                <label>Offer Classification <span class="text-danger">*</span></label>
219
                                <label>Offer Classification <span class="text-danger">*</span></label>
221
                                <select class="form-control classification" name="classification" required>
220
                                <select class="form-control classification" name="classification" required>