<?php $class = hikashop_get('class.category');
$manufacturer = $class->get($this->row->product_manufacturer_id);
echo $manufacturer->category_name; ?>
I add the code above in the files below, above the product name, so that the brand will be shown but it does not work. It worked in the "Show_default" file so assumed it would work in the files below. Any idea why?
product / contact.php
checkout / show_block_cart.php
And how would I get the "Brand" in the notification emails?.
I thought this would be an option of Hikashop because since we are able to display the Brand on the site I assume we would have the option to have it show or not anywhere the product is shown, for example, in the cart, the notification emails, etc...
Thank you!