-- HikaShop version -- : 2.6.0 Business
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5.29
Hello everyone,
I would like to display an image at the bottom of product page only in a specific category product.
I put this code in show.php:
<?php $category_name = JRequest::getInt('category_name'); if ($category_name == 'Partecipazioni') : ?><h3 style="text-align:center; margin-bottom:30px;">Alcuni esempi di colore e font</h3><img src="/ayro/media/com_hikashop/images/colori-font.jpg" /><?php endif; ?>
The fact is that it does not work and I do not understand why ... the image is displayed in every product, even in those who do not belong to the category "Partecipazioni".
Can anyone help me out?
Thank you and best regards,
Loredana