PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
components
/
com_j2store
/
templates
/
bootstrap3
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later * * Bootstrap 2 layout of product detail */ // No direct access defined('_JEXEC') or die; ?> <div class="j2store-single-product <?php echo $this->product->product_type; ?> detail bs3 <?php echo $this->product->params->get('product_css_class','');?>"> <?php if ($this->params->get('item_show_page_heading')) : ?> <div class="page-header"> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1> </div> <?php endif; ?> <?php echo J2Store::modules()->loadposition('j2store-single-product-top'); ?> <?php if($this->params->get('item_show_back_to',0) && isset($this->back_link) && !empty($this->back_link)):?> <div class="j2store-view-back-button"> <a href="<?php echo $this->back_link; ?>" class="j2store-product-back-btn btn btn-small btn-info"> <i class="fa fa-chevron-left"> </i> <?php echo JText::_('J2STORE_PRODUCT_BACK_TO').' '.$this->back_link_title; ?> </a> </div> <?php endif;?> <?php echo $this->loadTemplate($this->product->product_type); ?> <?php echo J2Store::plugin ()->eventWithHtml ( 'AfterProductDisplay', array($this->product,$this) )?> <?php echo J2Store::modules()->loadposition('j2store-single-product-bottom'); ?> </div>
[-] default_options.php
[edit]
[-] default_images.php
[edit]
[-] view_title.php
[edit]
[-] view_images.php
[edit]
[-] view_downloadable.php
[edit]
[-] default_sku.php
[edit]
[-] view_simple.php
[edit]
[-] view_notabs.php
[edit]
[-] view_options.php
[edit]
[-] default_description.php
[edit]
[-] view_price.php
[edit]
[-] view_sku.php
[edit]
[-] price.php
[edit]
[-] default_configurable.php
[edit]
[-] default_price.php
[edit]
[-] view_tabs.php
[edit]
[-] default.php
[edit]
[-] view_configurableoptions.php
[edit]
[-] default_configurableoptions.php
[edit]
[-] default_variableoptions.php
[edit]
[-] view_cart.php
[edit]
[-] default_filters.php
[edit]
[-] cart.php
[edit]
[-] default_cart.php
[edit]
[-] default_downloadable.php
[edit]
[-] view_stock.php
[edit]
[-] default_simple.php
[edit]
[-] view_ldesc.php
[edit]
[-] view_brand.php
[edit]
[-] view_crosssells.php
[edit]
[-] view_configurable.php
[edit]
[-] view.php
[edit]
[-] default_sortfilter.php
[edit]
[-] default_title.php
[edit]
[-] view_sdesc.php
[edit]
[-] view_variableoptions.php
[edit]
[-] default_variable.php
[edit]
[-] view_upsells.php
[edit]
[-] view_specs.php
[edit]
[+]
..
[-] default_stock.php
[edit]
[-] view_variable.php
[edit]