Jump to content

Faceted search v3.7.1 - Features with Customized values are not showing in Filter Template list


ionut71

Recommended Posts

When you hava products with customized values of features, this features don't appear in filter template list, so these features can't be activated for faceted filter.

I think that the problem is from modules/ps_facetedsearch/ps_facetedsearch.php file where the WHERE conditions are:

WHERE (fv.custom IS NULL OR fv.custom = 0)

but for customized values the fv.custom value in prstshp_feature_value db table is 1.

If we replace fv.custom = 0 with fv.custom = IS NOT NULL, all features appears in the filter template list and can be activated, but in the front-end, on category page the customized features are duplicated (see below picture).

image.png.a87b9825b53225f6b1aee7b051f1b4da.png

Edited by ionut71 (see edit history)
Link to comment
Share on other sites

  • 5 months later...
  • 3 months later...

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...