<td>
<span uk-tooltip="<?php echo vmText::_('COM_VIRTUEMART_RULES_EFFECTING_TIP') ?>">
<?php echo vmText::_('COM_VIRTUEMART_TAX_EFFECTING') . '<br />' . $this->taxRules ?>
</span>
</td>
In Tax & Calculation Rule (Admin panel) the name is displayed regardless of whether the value or user constant is written.<td>
<span class="uk-hidden@m uk-margin-small-right md-color-grey-500"
uk-tooltip="<?php echo vmText::_('COM_VIRTUEMART_NAME') ?>"
uk-icon="icon: pencil"></span>
<a href="<?php echo $editlink; ?>"><?php echo vmText::_($row->calc_name); ?></a>
</td>
Page created in 0.116 seconds with 15 queries.