Example #1
0
    echo $item->order_id;
    ?>
                    </a>
                </td>
				<td style="text-align: left;">
            <?php 
    if ($display_subnum && strlen($item->sub_number)) {
        ?>
            	<?php 
        Tienda::load('TiendaHelperSubscription', 'helpers.subscription');
        ?>
            	<b><?php 
        echo JText::_('COM_TIENDA_SUB_NUM');
        ?>
:</b> <?php 
        echo TiendaHelperSubscription::displaySubNum($item->sub_number);
        ?>
<br />
            <?php 
    }
    ?>
				    <?php 
    if (!empty($item->user_name)) {
        ?>
    					<?php 
        echo $item->user_name . ' [ ' . $item->user_id . ' ]';
        ?>
    					<br/>
    					&nbsp;&nbsp;&bull;&nbsp;&nbsp;<?php 
        echo $item->email . ' [ ' . $item->user_username . ' ]';
        ?>
Example #2
0
            </tr>
            <?php 
if (Tienda::getInstance()->get('display_subnum', 0)) {
    ?>
            <tr>
                <th style="width: 100px;">
                    <?php 
    echo JText::_('COM_TIENDA_SUB_NUM');
    ?>
                </th>
                <td colspan="2">
		            	<?php 
    Tienda::load('TiendaHelperSubscription', 'helpers.subscription');
    ?>
    	        		<?php 
    echo TiendaHelperSubscription::displaySubNum($userinfo->sub_number);
    ?>
                    
                </td>
            </tr>
            <?php 
}
?>
            <tr>
                <th style="width: 100px;">
                    <?php 
echo JText::_('COM_TIENDA_PRIMARY_SHIPPING_ADDRESS');
?>
                </th>
                <td>
                    <?php