Hi!
I'm using this great module Cataloger. I have a category page, where all the items are listed. I would like to use the same category page to show only specific items (For example: list only hats that are red).
I was thinking that I could make links like:
http://shop.com/index.php?page=hats&property=red
But how can I read this "hats" url variable and use is in Cataloger template?
Or is there another way to achieve this?
Thanks in advance!
[SOLVED] Cataloger - is it possible to pass url variable?
[SOLVED] Cataloger - is it possible to pass url variable?
Last edited by urheat on Thu Mar 26, 2015 1:34 pm, edited 1 time in total.
Re: Cataloger - is it possible to pass url variable?
URL: http://shop.com/index.php?page=items&itemProperty=Hats
Code: Select all
{if !$smarty.get.itemProperty==''}
<p>{$smarty.get.itemProperty}</p>
{/if}
