Quote:
Originally Posted by vladimir.gritsenko
One of the main advantages of the module is quick and easy start: filters are generated basing on existing product information. So if you have a lot of products, use X-Cart product import feature to add the data, not this import.
|
This is true if the filters are based on extra fields for example. I just had to do this for a client - imagine having to create new filter class and assign new filters for few thousand products... The only way to do it was to export existing products data, manipulate it in excel by matching new filters to products and not all filters applied to all products so there was a mix and match... So I had to create direct import files to db. Very slow and time consuming task. The tables relationship is straight forward but getting the data formatted to fit the tables structure was a pain....