Example #1
0
"><strong><?php 
    echo JText::_('COM_JEPROSHOP_TOTAL_LABEL');
    ?>
 </strong></td>
                    <td colspan="<?php 
    if ($this->order->hasProductReturned()) {
        ?>
5<?php 
    } else {
        ?>
4<?php 
    }
    ?>
">
                        <span class="price"><?php 
    echo JeproshopProductModelProduct::displayWtPriceWithCurrency($this->order->total_paid, $this->currency);
    ?>
</span>
                    </td>
                </tr>
            </tfoot>
        </table>
    </div>
    <?php 
    if ($this->return_allowed) {
        ?>
        <div id="returnOrderMessage">
            <h3 class="page-heading bottom-indent"><?php 
        echo JText::_('COM_JEPROSHOP_MERCHANDISE_RETURN_LABEL');
        ?>
 </h3>