PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
components
/
com_j2store
/
views
/
checkout
/
tmpl
<?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; ?> <?php if(is_object($this->order) && isset($this->order->orderpayment_type) && $this->order->orderpayment_type == 'free') : ?> <?php echo J2Store::modules()->loadposition('j2store-postpayment-bottom-free'); ?> <?php endif; ?> </div> </div>
[-] default_expressconfirm.php
[edit]
[-] default_shipping.php
[edit]
[-] default_cartsummary.php
[edit]
[-] default_register.php
[edit]
[-] shipping_yes.xml
[edit]
[-] index.html
[edit]
[-] default_shipping_payment.php
[edit]
[-] default_guest_shipping.php
[edit]
[-] postpayment.xml
[edit]
[-] default.php
[edit]
[-] default.xml
[edit]
[-] postpayment.php
[edit]
[-] default_login.php
[edit]
[-] default_terms.php
[edit]
[-] default_billing.php
[edit]
[-] default_confirm.php
[edit]
[+]
..
[-] shipping_yes.php
[edit]
[-] default_guest.php
[edit]