File manager - Edit - /home/jardides/www/Jardi-design/components/com_j2store/views/checkout/tmpl/postpayment.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'); // get j2Store Params to determine which bootstrap version we're using - Waseem Sadiq (waseem@bulletprooftemplates.com) $J2gridRow = ($this->params->get('bootstrap_version', 2) == 2) ? 'row-fluid' : 'row'; $J2gridCol = ($this->params->get('bootstrap_version', 2) == 2) ? 'span' : 'col-md-'; $order_link = @$this->order_link; $plugin_html = @$this->plugin_html; $app = JFactory::getApplication(); $paction = $app->input->getString('paction'); $after_post_html = J2Store::plugin ()->eventWithHtml ( 'AfterPostPayment', array($this) ); ?> <div class="<?php echo $J2gridRow;?>"> <div class="<?php echo $J2gridCol;?>12"> <?php echo J2Store::modules()->loadposition('j2store-postpayment-top'); ?> <h3><?php echo JText::_( "J2STORE_CHECKOUT_RESULTS" ); ?></h3> <?php echo $plugin_html; ?> <?php if(!empty($order_link) && $paction != 'cancel'):?> <div class="note"> <a href="<?php echo JRoute::_($order_link); ?>"> <?php echo JText::_( "J2STORE_VIEW_ORDER_HISTORY" ); ?> </a> </div> <?php endif; ?> <?php echo J2Store::modules()->loadposition('j2store-postpayment-bottom'); ?> <?php echo $after_post_html; ?> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings