File manager - Edit - /home/jardides/www/Jardi-design/plugins/j2store/shipping_standard/shipping_standard/tmpl/rates.php
Back
<?php /** * @package J2Store * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org * @license GNU GPL v3 or later */ // No direct access to this file defined('_JEXEC') or die; ?> <?php $rates = array(); foreach($vars->rates as $rate){ $r = new JObject; $r->value = $rate->shipping_rate_id; $r->text = J2Store::currency()->format($rate->shipping_rate_price); $rates[] = &$r; } ?> <div class="shipping_rates"> <?php echo JHTML::_( 'select.radiolist', $rates, 'shipping_rate', array() ); ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings