Example #1
0
                    <td><?php 
        echo $discount->name;
        ?>
</td>
                    <td><?php 
        echo JText::_('COM_JEPROSHOP_VOUCHER_LABEL') . ' : ' . $discount->name;
        ?>
</td>
                    <td><span class="order_qte_span editable">1</span></td>
                    <td>&nbsp;</td>
                    <td><?php 
        if ($discount->value != 0.0) {
            ?>
-<?php 
        }
        echo JeproshopProductModelProduct::convertPriceWithCurrency($discount->value, $this->currency);
        ?>
</td>
                    <?php 
        if ($this->return_allowed) {
            ?>
 <td>&nbsp;</td> <?php 
        }
        ?>
                </tr>
                        <?php 
    }
    ?>
            </tbody>
            <tfoot>
                <?php