View Single Post
  #244  
Old 07-30-2014, 04:17 AM
 
vladimir.gritsenko vladimir.gritsenko is offline
 

X-Cart team
  
Join Date: Aug 2005
Posts: 202
 

Default Re: Refine Filters module released

Quote:
Originally Posted by phil@tfgg
I have raised a ticket for this but I will raise it here in case someone has an answer:

I think I have noticed a flaw with how your filters are built.

Correct me if I am wrong.

You can only set one product class per product?

If your product class has more than one product class option you cannot apply just one option. The first in each product class option is automatically selected. There is no undefined option so if you press apply it sets all options even if they don't relate to that product.

Is there a way of fixing this issue?

Thanks for the report. Indeed, there is no undefined option there. I see two ways to make it work:

1. You may choose "multiple selector" type of class option instead of single selector. Then you may uncheck all the options holding ctrl key (PC). It does not require any modifications.

2. Alternatively, you may add an empty option to the sinlge drop-down selector by adding the following string to skin/common_files/modules/Refine_Filters/rf_product_class.tpl template:

<option value=""></option>

it shourl be added right after

<select name="options[{$v.foptionid}]">

Hope that helps.

Thank you.
__________________
Sincerely yours,
Vladimir Gritsenko
VP Marketing @ X-Cart
Reply With Quote