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 */ // No direct access defined('_JEXEC') or die; $product = $this->singleton_product; $params = $this->singleton_params; $action = 'index.php?option=com_j2store&view=carts&task=addItem&product_id='.$product->j2store_product_id; ?> <?php echo J2Store::plugin()->eventWithHtml('BeforeAddToCartButton', array($product, J2Store::utilities()->getContext('cart'))); ?> <div class="cart-action-complete" style="display:none;"> <p class="text-success"> <?php echo JText::_('J2STORE_ITEM_ADDED_TO_CART');?> <a href="<?php echo $product->checkout_link; ?>" class="j2store-checkout-link"> <?php echo JText::_('J2STORE_CHECKOUT'); ?> </a> </p> </div> <a class="<?php echo $params->get('addtocart_button_class', 'btn btn-primary');?> j2store_add_to_cart_button" href="<?php echo JRoute::_($action); ?>" data-quantity="1" data-product_id="<?php echo $product->j2store_product_id;?>" rel="nofollow"> <?php echo $this->singleton_cartext; ?> </a> <?php echo J2Store::plugin()->eventWithHtml('AfterAddToCartButton', array($product, J2Store::utilities()->getContext('cart'))); ?>
[-] 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]