Subversion Repositories SmartDukaan

Rev

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

Rev 33400 Rev 33437
Line 174... Line 174...
174
                                                           class="serialNumber form-control input-sm" readonly>
174
                                                           class="serialNumber form-control input-sm" readonly>
175
                                                    <input type="text" itemId="$cartItem.getItemId()"
175
                                                    <input type="text" itemId="$cartItem.getItemId()"
176
                                                           name="customSerialNumber" itemType="$cartItem.getItemType()"
176
                                                           name="customSerialNumber" itemType="$cartItem.getItemType()"
177
                                                           class="customSerialNumber form-control input-sm">
177
                                                           class="customSerialNumber form-control input-sm">
178
                                                    <span style="color:#FF000081;font-size: 10px;">Please add coma seprated serial value in this field</span>
178
                                                    <span style="color:#FF000081;font-size: 10px;">Please add coma seprated serial value in this field</span>
-
 
179
                                                    #if($itemIdAndPoiMap.containsKey($cartItem.getItemId()))
-
 
180
                                                        <input type="hidden" class="poiId"
-
 
181
                                                               value="$itemIdAndPoiMap.get($cartItem.getItemId()).getId()">
-
 
182
                                                    #else
-
 
183
                                                        <input type="hidden" value="0" class="poiId">
-
 
184
                                                    #end
179
                                                </div>
185
                                                </div>
180
                                            </td>
186
                                            </td>
181
                                            <td class="table-align-center"><input type="number"
187
                                            <td class="table-align-center"><input type="number"
182
                                                                                  class="unitPrice input-sm form-control"
188
                                                                                  class="unitPrice input-sm form-control"
183
                                                                                  dp="$dp"
189
                                                                                  dp="$dp"