How come my products don't show up in the filters?

If your products don't show up after you've made a search via one of the filters, it is likely that the required information are not included within the XML feed. Without specific information within your XML feed, we won't be able to sort the products into the filters, thus it is necessary to provide as much information as possible in the XML feed – in product description and parameters – i.e, information on sizes, materials, colors and other specific features. Without specific information in XML feed, we can not sort your product into parameters. 

When creating the parameters, you can take an inspiration from the filters themselves, which can be found in the left column in the FAVI catalog for each category.

How to send dimension parameters correctly

 

You can find a "dimension" section in most of the FAVI categories. Dimensions shown in every category  are the ones recomended for listed products. You can also find the recommended dimensions in the list of categories here.

On the right, there is the example of the dining tables category.

 

dimensions

To display your products in specific dimension filter, send the dimensions in separate parameters - height separately, width separately, depth separately, etc. We do not accept other entries in one element. 

XML-feed-requirements-FAVI XML-feed-requirements-FAVI (1)
<PARAM>
   <PARAM_NAME>Measurements</PARAM_NAME
   <VAL>124 cm x 60 cm x 30 cm </VAL>
</PARAM>
<PARAM>
    <PARAM_NAME>Height</PARAM_NAME>
    <VAL>60 cm</VAL>
 </PARAM>
 <PARAM>
    <PARAM_NAME>Depth</PARAM_NAME>
    <VAL>30 cm</VAL>
 </PARAM>
 <PARAM>
    <PARAM_NAME>Width</PARAM_NAME>
    <VAL>124 cm</VAL>
 </PARAM>