Custom Filters

Available Fields for Custom Filters

| Custom Filters

Here you will find all the available fields that can be used in the Custom Filters import and export routines. Please see the relevant tutorials on how to use these fields in a specific scenario.

Read more ...

Custom Filters

| Custom Filters

customfields

  1. custom_title
  2. alias
  3. ordering
  4. type_id
  5. published

Read more ...

Custom Filters import and export

| Custom Filters

Requirements

  • CSVI 4.2+
  • Joomla 2.5+
  • VirtueMart 2.0
  • Custom Filters 1.2
  • PHP 5.3

Background information

The Custom Filters extension allows for advanced filtering of VirtueMart products based on the custom fields created in VirtueMart.

Import custom filters

The custom fields import requires the following fields:

  • custom_title

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.

Export custom filters

To export custom filters the process is the same as all other exports.

Read more ...