Hello, I am having trouble getting the clean url of product category then pass it to a variable template.
here's my sample code in bread_crumbs.tpl:
Code:
<span itemprop="url" url="{$http_location}/{$l.1}" title="{$l.0}">{$l.0}</span>
I am getting
Code:
<span itemprop="url" url="http://localhost/home.php?cat=12" title=Category name>Category name</span>
instead of
Code:
<span itemprop="url" url="http://localhost/category-name/" title=Category name>Category name</span>
clean url are working if you use that in href tags