Filter Using ACE (Advence Custom Fields) SELECT
-
How do I get WOOF Products Filter to filter products based on an Advanced Custom Fields SELECT data field?
WOOF Products Filter is returning 0 (zero) products when filtering based on an ACE SELECT field.
WOOF Product Filter Settings:
Field Label: Material
Field Name: material
Search View: Dropdown
Search Options: 100% Cotton (Apparel),100% Polyester (Apparel),Blend (Apparel),Moisture Wicking (Apparel),Ceramic (Drinkware),Glass (Drinkare),Plastic (Drinkware),Stainless Steel (Drinkware)
Search Type: stringACE Field Group:
Field Label: Material
Field Name: material
Type: SelectChoices:
—
100% Cotton (Apparel)
100% Polyester (Apparel)
Blend (Apparel)
Moisture Wicking (Apparel)
Ceramic (Drinkware)
Glass (Drinkare)
Plastic (Drinkware)
Stainless Steel (Drinkware)Select Multiple Values: Yes
Return Format: ValueLooking in the database, the meta_key material has meta_value like this:
EXAMPLE 1: a:1:{i:0;s:26:”Moisture Wicking (Apparel)”;}
EXAMPLE 2: a:2:{i:0;s:25:”100% Polyester (Apparel)”;i:1;s:26:”Moisture Wicking (Apparel)”;}The page I need help with: [log in to see the link]
The topic ‘Filter Using ACE (Advence Custom Fields) SELECT’ is closed to new replies.