コード例 #1
0
ファイル: view_item.php プロジェクト: A-Bush/pprod
			<?php 
}
?>
							<!--
							<dt><?php 
echo JText::_('K2STORE_ORDER_PAYMENT_STATUS');
?>
 </dt>
							<dd><?php 
echo JText::_($row->transaction_status);
?>
</dd>
							 -->

							 <?php 
echo $selectableBase->getFormatedCustomFields($row, 'customfields', 'payment');
?>
		</dl>

		<?php 
if (isset($order->event->K2StoreBeforeShippingDisplay)) {
    ?>
					<?php 
    echo $order->event->K2StoreBeforeShippingDisplay;
    ?>
				<?php 
}
?>

		<?php 
if (isset($this->shipping_info->ordershipping_type)) {
コード例 #2
0
ファイル: orderemail-old.php プロジェクト: A-Bush/pprod
?>
            </tr>
            <tr>
                <strong><?php 
echo JText::_('K2STORE_ORDER_PAYMENT_TYPE');
?>
 </strong>
            </tr>
            <tr>
                <?php 
echo JText::_($row->orderpayment_type);
?>
            </tr>
            <tr>
                <?php 
echo $selectableBase->getFormatedCustomFields($row, 'customfields', 'payment');
?>
            </tr>

            <?php 
if (isset($this->shipping_info->ordershipping_type)) {
    ?>
                <tr>
                    <h3><?php 
    echo JText::_('K2STORE_ORDER_SHIPPING_INFORMATION');
    ?>
</h3>
                </tr>
                <tr>
                    <dl class="dl-horizontal">
                        <dt><?php