-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
Hi,
I don't want to have the manufacturer as a link in the main product display because I don't have any content for the manufacturer.
The display code is in show_reversed.php and the code loading the link is:
<?php
$this->setLayout('show_block_dimensions');
echo $this->loadTemplate();
?>
I want to display the manufacturer, but as standard text NOT as link. Where do I have to make the changes?