File manager - Edit - /home/jardides/www/Jardi-design/old/components/com_j2store/templates/default/default_stock.php
Back
<?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; ?> <div class="product-stock-container"> <?php if(J2Store::product()->managing_stock($this->product->variant)):?> <?php if($this->product->variant->availability): ?> <span class="<?php echo $this->product->variant->availability ? 'instock':'outofstock'; ?>"> <?php echo J2Store::product()->displayStock($this->product->variant, $this->params); ?> </span> <?php elseif(!isset($this->product->all_sold_out) || (isset($this->product->all_sold_out) && $this->product->all_sold_out)): ?> <span class="outofstock"> <?php echo JText::_('J2STORE_OUT_OF_STOCK'); ?> </span> <?php endif; ?> <?php endif; ?> </div> <?php if($this->product->variant->allow_backorder == 2 && !$this->product->variant->availability): ?> <span class="backorder-notification"> <?php echo JText::_('J2STORE_BACKORDER_NOTIFICATION'); ?> </span> <?php endif; ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings