Page 1 of 1

Tags in product page

Posted: Mon Feb 19, 2018 4:10 pm
by deer
Hello.

How I can show tags in product page? When I add this code:

Code: Select all

<a href="<?php echo $tag['href']; ?>"><?php echo $tag['tag']; ?></a>
It shows undefined variable.

Re: Tags in product page

Posted: Tue Feb 20, 2018 2:25 am
by IP_CAM
Well, Custom Variables have to be defined/declared in the corresponding
controller + language files, to make 'em work. That's what MVC(L) is all about!
Ernie

Re: Tags in product page

Posted: Tue Feb 20, 2018 5:29 pm
by deer
Can you explain how to do it ? ::)