Requirements
Background information
The Custom Filters extension allows for advanced filtering of VirtueMart products based on the custom fields created in VirtueMart.
The custom fields import requires the following fields:
An example CSV file looks like this:
"custom_title";"published"
"Color";"Y"
Let's have a closer look at the fields.
custom_title
The name of the custom field as defined in VirtueMart
published
Set the fields as published or unpublished.
To export custom filters the process is the same as all other exports.