File manager - Edit - /home/jardides/www/Jardi-design/components/com_j2store/views/myprofile/tmpl/view.php
Back
<?php /*------------------------------------------------------------------------ # com_j2store - J2Store # ------------------------------------------------------------------------ # author Ramesh Elamathi - Weblogicx India http://www.weblogicxindia.com # copyright Copyright (C) 2014 - 19 Weblogicxindia.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://j2store.org # Technical Support: Forum - http://j2store.org/forum/index.html -------------------------------------------------------------------------*/ //no direct access defined('_JEXEC') or die('Restricted access'); $task = JFactory::getApplication()->input->getString('task'); ?> <?php if ($task == 'printOrder') : ?> <script type="text/javascript"> window.print(); </script> <?php endif; ?> <div class="j2store-order"> <div class="j2store-invoice-template"> <?php if(isset($this->order) && $this->error == false): ?> <?php echo J2Store::invoice()->getFormatedInvoice($this->order,array()); ?> <?php else: ?> <div class="alert alert-block alert-warning"> <?php echo $this->errormsg; ?> </div> <?php endif; ?> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings