File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_j2store/views/customer/tmpl/form_orderhistory.php
Back
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ // No direct access to this file defined ( '_JEXEC' ) or die (); //$this->prefix = 'jform[order]'; ?> <h4><?php echo JText::_('J2STORE_ORDER_HISTORY');?></h4> <table class="table table-striped table-condensed table-bordered"> <thead> <tr> <th><?php echo JText::_("J2STORE_ORDER_DATE"); ?></th> <th><?php echo JText::_("J2STORE_ORDER_COMMENT"); ?></th> <th><?php echo JText::_("J2STORE_ORDER_STATUS"); ?></th> </tr> </thead> <?php if($this->orders && !empty($this->orders)): foreach($this->orders as $history):?> <tr> <td> <?php echo JHTML::_('date', $history->created_on, $this->params->get('date_format', JText::_('DATE_FORMAT_LC1'))); ?> </td> <td> <?php echo JText::_($history->comment);?> </td> <td> <?php echo J2Html::getOrderStatusHtml($history->order_state_id);?> </td> </tr> <?php endforeach;?> <?php endif;?> </table>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings