-- HikaShop version -- : HikaShop Business: 2.2.3
-- Joomla version -- : 3.2
-- Browser(s) name and version -- : All
Hi,
I have a checkbox type filter applied on a multiple drop down type custom field and the filter result is not as expected.
The custom filed is set up like:
Label: Model
Type: multiple drop down
Values: (Value | Title)
1 | KTM
2 | Husaberg
3 | Honda
.
.
10 | Sherco
11 | Beta
12 | Montesa
The filter is set up like:
Type: Checkbox
Dynamic Display: Yes
Apply on: Custom Fields
Custom fields: Model
The products are set up like
Product 1 - Model = KTM
Product 2 - Model = Husaberg
Product 3 - Model = Honda
Product 4 - Model = Sherco
Product 5 - Model = Beta
Product 6 - Model = Montesa
I am using the Filter module, when I select KTM on the filter module the result should be:
Product 1
but the result is:
Product 1
Product 4
Product 5
Product 6
Its seems because the value of the custom field KTM is 1 and the values for the custom fields Sherco, Beta, Montesa contain 1 they are being displayed as results.
I have attached a 2 screenshots of the settings for the custom field and filter
Is this a bug? or have i got it configured incorrectly?
Thanks
Alex