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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

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

Post 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!
Last edited by urheat on Thu Mar 26, 2015 1:34 pm, edited 1 time in total.
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

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

Post 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}
Post Reply

Return to “Modules/Add-Ons”