Subversion Repositories SmartDukaan

Rev

Rev 4142 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4142 Rev 4241
Line 11... Line 11...
11
            </tr>
11
            </tr>
12
        </thead>
12
        </thead>
13
        <tbody>
13
        <tbody>
14
            #foreach($line in $action.getLines())
14
            #foreach($line in $action.getLines())
15
            <tr id="cart-row-$line.getId()">
15
            <tr id="cart-row-$line.getId()">
16
                <td>$action.getProductName($line)</td>
16
                <td class="truncated-text" truncatedTextWidth="260">$action.getProductName($line)</td>
17
                <td>$action.convertDouble($line.getQuantity())</td>
17
                <td>$action.convertDouble($line.getQuantity())</td>
18
                <td>$line.getActualPrice()</td>
18
                <td>$line.getActualPrice()</td>
19
                <td>$line.getDiscountedPrice()</td>
19
                <td>$line.getDiscountedPrice()</td>
20
                <td>$line.getEstimate()</td>
20
                <td>$line.getEstimate()</td>
21
                <td>$action.convertDate($line.getCreatedOn())</td>
21
                <td>$action.convertDate($line.getCreatedOn())</td>