Subversion Repositories SmartDukaan

Rev

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

Rev 29727 Rev 29734
Line 16... Line 16...
16
 
16
 
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
            
21
            <th>Color</th>
22
            <th>Color</th>
22
           
23
           <th>Quantity</th>
23
            <th>total Price</th>
24
            <th>total Price</th>
24
            </tr>
25
            </tr>
25
      </thead>
26
      </thead>
26
            <tbody>
27
            <tbody>
27
             #foreach($shippedOrderId in $shippedOrderIds )
28
             #foreach($shippedOrderId in $shippedOrderIds )
Line 45... Line 46...
45
              #if($shippedLineItemMap.get($shippedOrderId).getColor())
46
              #if($shippedLineItemMap.get($shippedOrderId).getColor())
46
                <td>$shippedLineItemMap.get($shippedOrderId).getColor()</td>
47
                <td>$shippedLineItemMap.get($shippedOrderId).getColor()</td>
47
                #else
48
                #else
48
              <td></td>
49
              <td></td>
49
              #end
50
              #end
-
 
51
              #if($shippedLineItemMap.get($shippedOrderId).getQuantity())
-
 
52
                  <td>$shippedLineItemMap.get($shippedOrderId).getQuantity()</td>
-
 
53
                 #else
-
 
54
               <td></td>
-
 
55
               #end
50
               #if($shippedLineItemMap.get($shippedOrderId).getTotalPrice())
56
               #if($shippedLineItemMap.get($shippedOrderId).getTotalPrice())
51
                  <td>$shippedLineItemMap.get($shippedOrderId).getTotalPrice()</td>
57
                  <td>$shippedLineItemMap.get($shippedOrderId).getTotalPrice()</td>
52
                   #else
58
                   #else
53
              <td></td>
59
              <td></td>
54
              #end
60
              #end