- Автор темы
- #1
http/templates/your_template/html/com_virtuemart/category/default.php
в нужном месте вставляем:
Проверено: Virtuemart 2.0.6
в нужном месте вставляем:
Код:
<?php
if(!empty($product->mf_name)){
$link = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $product->virtuemart_manufacturer_id . '&tmpl=component');
$text = $product->mf_name;
if (strtolower(JRequest::getWord('output')) == "pdf") {
echo JHTML::_('link', $link, $text);
} else {
?>
<span class="bold"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DETAILS_MANUFACTURER_LBL')?></span><a class="modal" rel="{handler: 'iframe', size: {x: 700, y: 550}}" href="<?php echo $link ?>"><?php echo $text ?></a>
<?php } } ?>
Проверено: Virtuemart 2.0.6