hikamarket::acl('product_edit_price_value'), 'tax' => hikamarket::acl('product_edit_price_tax'), 'currency' => hikamarket::acl('product_edit_price_currency'), 'quantity' => hikamarket::acl('product_edit_price_quantity'), 'acl' => hikashop_level(2) && hikamarket::acl('product_edit_price_acl') ); $show_minimal = (!$acls['currency'] && !$acls['quantity'] && !$acls['acl']); if(!$show_minimal) { ?> product->prices)) { foreach($this->product->prices as $i => $price) { if(empty($price->price_min_quantity)) $price->price_min_quantity = 1; $pre_price = ''; $post_price = ''; if(!$acls['currency']) { $currency = empty($price->price_currency_id) ? $this->default_currency : $this->currencies[$price->price_currency_id]; if(is_string($currency->currency_locale)) $currency->currency_locale = unserialize($currency->currency_locale); if($currency->currency_locale['p_cs_precedes']) { $pre_price .= $currency->currency_symbol; if($currency->currency_locale['p_sep_by_space']) $pre_price .= ' '; } else { if($currency->currency_locale['p_sep_by_space']) $post_price .= ' '; $post_price .= $currency->currency_symbol; } } ?>
<?php echo JText::_('ADD'); ?>
currencyType->display('price['.$i.'][price_currency_id]',@$price->price_currency_id,'class="no-chzn"'); ?> joomlaAcl->displayButton('price['.$i.'][price_access]', @$price->price_access); ?> <?php echo JText::_('HIKA_DELETE'); ?>
product->prices); $pre_price = ''; $post_price = ''; $currency = empty($price->price_currency_id) ? $this->default_currency : $this->currencies[$price->price_currency_id]; if(is_string($currency->currency_locale)) $currency->currency_locale = unserialize($currency->currency_locale); if($currency->currency_locale['p_cs_precedes']) { $pre_price .= $currency->currency_symbol; if($currency->currency_locale['p_sep_by_space']) $pre_price .= ' '; } else { if($currency->currency_locale['p_sep_by_space']) $post_price .= ' '; $post_price .= $currency->currency_symbol; } if($acls['tax'] && empty($this->product->product_tax_id)) { echo $pre_price; ?>'; if($acls['tax']) { echo $pre_price; ?>price_value_with_tax;?>