Jump to content

Critical Error in default ps_facetedsearch.tpl


compsoul.dev

Recommended Posts

I writing own template based on StarterTheme (Jeb*ć BS) and all day I trying add ps_facetedsearch module to left column in category list. Such a big thing... Default module not showing on. I was thinking, probably it's the fault StarterTheme, so I install Classic theme whitch destroying my design... But, ps_facetedsearch working well... Ok, what its a point:

Default module (not working):

{if isset($rendered_active_filters)}
  {$rendered_active_filters nofilter}
{/if}

{if isset($rendered_facets)}
    {$rendered_facets nofilter}
{/if}

My modification:
 

{if isset($listing.rendered_active_filters)}
  {$listing.rendered_active_filters nofilter}
{/if}

{if isset($listing.rendered_facets)}
    {$listing.rendered_facets nofilter}
{/if}

 

PS: 1.7.5.1
PS facetedsearch: v2.2.1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...