ionut71 Posted March 18, 2021 Share Posted March 18, 2021 (edited) 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). Edited March 18, 2021 by ionut71 (see edit history) Link to comment Share on other sites More sharing options...
ionut71 Posted March 18, 2021 Author Share Posted March 18, 2021 Customized features are doubled in fron-end because in prstshp_feature_value_lang table for the same value I have two different id_feature_value . Somehow it should be removed duplicates... Link to comment Share on other sites More sharing options...
dmfnft Posted September 15, 2021 Share Posted September 15, 2021 I have the same issue, after several hours online searching, no solutions yet ! help please . Link to comment Share on other sites More sharing options...
wzzly Posted December 22, 2021 Share Posted December 22, 2021 Same here.... any solution?? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now