Page 1 of 1

[SOLVED] Cataloger - is it possible to pass url variable?

Posted: Thu Mar 26, 2015 12:55 pm
by urheat
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!

Re: Cataloger - is it possible to pass url variable?

Posted: Thu Mar 26, 2015 1:34 pm
by urheat
URL: http://shop.com/index.php?page=items&itemProperty=Hats

Code: Select all

{if !$smarty.get.itemProperty==''}
  <p>{$smarty.get.itemProperty}</p>
{/if}