File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_j2store/views/coupon/tmpl/history.php
Back
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ defined('_JEXEC') or die; // load tooltip behavior JHtml::_('bootstrap.tooltip'); JHtml::_('behavior.multiselect'); JHtml::_('formbehavior.chosen', 'select'); $sidebar = JHtmlSidebar::render(); ?> <?php if(!empty( $sidebar )): ?> <div id="j-sidebar-container" class="span2"> <?php echo $sidebar ; ?> </div> <div id="j-main-container" class="span10"> <?php else : ?> <div id="j-main-container"> <?php endif;?> <h3><?php echo JText::_('J2STORE_COUPON_HISTORY'); ?> : <?php echo $this->coupon->coupon_code?></h3> <table class="table table-bordered table-striped"> <thead> <tr> <th><?php echo JText::_('J2STORE_INVOICE')?></th> <th><?php echo JText::_('J2STORE_ORDER_ID')?></th> <th><?php echo JText::_('J2STORE_CUSTOMER')?></th> <th><?php echo JText::_('J2STORE_AMOUNT')?></th> <th><?php echo JText::_('J2STORE_DATE')?></th> </tr> </thead> <tbody> <?php if(!empty($this->coupon_history)): ?> <?php foreach($this->coupon_history as $item): ?> <?php $link = 'index.php?option=com_j2store&view=order&id='.$item->order->j2store_order_id; ?> <tr> <td> <a href="<?php echo $link; ?>" target="_blank"> <?php echo $item->order->getInvoiceNumber(); ?> </a> </td> <td> <a href="<?php echo $link; ?>" target="_blank"> <a href="<?php echo $link; ?>" target="_blank"> <?php echo $item->order_id; ?> </a> </td> <td><?php echo $item->order->user_email; ?></td> <td> <?php if($this->params->get('checkout_price_display_options', 1)):?> <?php echo $this->currency->format($item->discount_amount + $item->discount_tax, $item->order->currency_code, $item->order->currency_value); ?> <?php else: ?> <?php echo $this->currency->format($item->discount_amount, $item->order->currency_code, $item->order->currency_value); ?> <?php endif;?> </td> <td><?php echo JHtml::_('date', $item->order->created_on, $this->params->get('date_format', JText::_('DATE_FORMAT_LC1'))); ?></td> </tr> <?php endforeach;?> <?php else:?> <?php echo JText::_('J2STORE_NO_RESULTS_FOUND');?> <?php endif;?> </tbody> </table> </table>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings