예제 #1
0
            }
            ?>
</td>
                    <td data-value="<?php 
            if ($this->order->getTaxCalculationMethod() == COM_JEPROSHOP_TAX_INCLUDED) {
                echo $line->shipping_cost_tax_incl;
            } else {
                echo $line->shipping_cost_tax_excl;
            }
            ?>
" >
                        <?php 
            if ($this->order->getTaxCalculationMethod() == COM_JEPROSHOP_TAX_EXCLUDED) {
                echo JeproshopValidator::displayPrice($line->shipping_cost_tax_incl, $this->currency->currency_id);
            } else {
                echo JeproshopValidator::displayPrice($line->shipping_cost_tax_excl, $this->currency->currency_id);
            }
            ?>
                    </td>
                    <td>
                        <span id="shipping_number_show">
                            <?php 
            if ($line->tracking_number) {
                if ($line->url && $line->tracking_number) {
                    ?>
                            <a href="<?php 
                    echo JRoute::_($line->url);
                    ?>
|replace:'@':$line.tracking_number}"><?php 
                    echo $line->tracking_number;
                    ?>