b0y-101 Mini Shell


Current Path : E:/www/km/42/administrator/components/com_eventgallery/views/orders/tmpl/
File Upload :
Current File : E:/www/km/42/administrator/components/com_eventgallery/views/orders/tmpl/default_orderstatus.php

<?php 

/**
 * @package     Sven.Bluege
 * @subpackage  com_eventgallery
 *
 * @copyright   Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die('Restricted access');

$item = $this->item;

?>

<div class="openInlineForm">
    <?php echo JText::_('COM_EVENTGALLERY_ORDERSTATUS_TYPE_ORDER'); ?>:
    <strong><?php if ($item->getOrderStatus()) echo $item->getOrderStatus()->getDisplayName() ?></strong><br>
    <?php echo JText::_('COM_EVENTGALLERY_ORDERSTATUS_TYPE_PAYMENT'); ?>:
    <strong><?php if ($item->getPaymentStatus()) echo $item->getPaymentStatus()->getDisplayName() ?></strong><br>
    <?php echo JText::_('COM_EVENTGALLERY_ORDERSTATUS_TYPE_SHIPPING'); ?>:
    <strong><?php if ($item->getShippingStatus()) echo $item->getShippingStatus()->getDisplayName() ?></strong><br>
    <small><?php echo $item->getCreationDate(); ?></small>
</div>


Copyright © 2019 by b0y-101