Esempio n. 1
0
                  <table border="0" cellpadding="1" cellspacing="0" width="100%" style="font-family: verdana, arial, helvetica; font-size: small;">
                    <tr>
                      <td nowrap="nowrap">
                        <b><?php 
echo t('Order #:');
?>
</b>
                      </td>
                      <td width="98%">
                        [order-link]
                      </td>
                    </tr>

                    <?php 
if ($shipping_method && uc_order_is_shippable($order)) {
    ?>
                    <tr>
                      <td nowrap="nowrap">
                        <b><?php 
    echo t('Shipping Method:');
    ?>
</b>
                      </td>
                      <td width="98%">
                        [order-shipping-method]
                      </td>
                    </tr>
                    <?php 
}
?>
                  <table border="0" cellpadding="1" cellspacing="0" width="100%" style="font-family: verdana, arial, helvetica; font-size: small;">
                    <tr>
                      <td nowrap="nowrap">
                        <b><?php 
echo t('Order #:');
?>
</b>
                      </td>
                      <td width="98%">
                        [order-link]
                      </td>
                    </tr>

                    <?php 
if (uc_order_is_shippable($order)) {
    ?>
                    <tr>
                      <td nowrap="nowrap">
                        <b><?php 
    echo t('Shipping Method:');
    ?>
</b>
                      </td>
                      <td width="98%">
                        [order-shipping-method]
                      </td>
                    </tr>
                    <?php 
}
?>