Subversion Repositories SmartDukaan

Rev

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

Rev 29719 Rev 29734
Line 17... Line 17...
17
            <tr style="color:black;">
17
            <tr style="color:black;">
18
            <th>Brand</th>
18
            <th>Brand</th>
19
            <th>Model Name</th>
19
            <th>Model Name</th>
20
            <th>Model Number</th>
20
            <th>Model Number</th>
21
            <th>Color</th>
21
            <th>Color</th>
-
 
22
             <th>Quantity</th>
22
            <th>total Price</th>
23
            <th>total Price</th>
23
            </tr>
24
            </tr>
24
      </thead>
25
      </thead>
25
            <tbody>
26
            <tbody>
26
             #foreach($submittedOrderId in $submittedOrderIds )
27
             #foreach($submittedOrderId in $submittedOrderIds )
Line 43... Line 44...
43
               #if($submittedLineItemMap.get($submittedOrderId).getColor())
44
               #if($submittedLineItemMap.get($submittedOrderId).getColor())
44
                <td>$submittedLineItemMap.get($submittedOrderId).getColor()</td>
45
                <td>$submittedLineItemMap.get($submittedOrderId).getColor()</td>
45
               #else
46
               #else
46
               <td></td>
47
               <td></td>
47
               #end
48
               #end
-
 
49
               #if($submittedLineItemMap.get($submittedOrderId).getQuantity())
-
 
50
                  <td>$submittedLineItemMap.get($submittedOrderId).getQuantity()</td>
-
 
51
                 #else
-
 
52
               <td></td>
-
 
53
               #end
-
 
54
               
48
               #if($submittedLineItemMap.get($submittedOrderId).getTotalPrice())
55
               #if($submittedLineItemMap.get($submittedOrderId).getTotalPrice())
49
                  <td>$submittedLineItemMap.get($submittedOrderId).getTotalPrice()</td>
56
                  <td>$submittedLineItemMap.get($submittedOrderId).getTotalPrice()</td>
50
                 #else
57
                 #else
51
               <td></td>
58
               <td></td>
52
               #end
59
               #end