X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   Refine Filters module released (https://forum.x-cart.com/showthread.php?t=65987)

phil@tfgg 07-30-2014 01:17 AM

Re: Refine Filters module released
 
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?

xtech 07-30-2014 02:14 AM

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?


Yes I am also facing the same.this is definitely a bug that I am facing in my case also.Also Filter class data is not importing throgh CSV file.It also a bug.

Thanks,
xtech

phil@tfgg 07-30-2014 02:27 AM

Re: Refine Filters module released
 
Quote:

Originally Posted by xtech
Yes I am also facing the same.this is definitely a bug that I am facing in my case also.Also Filter class data is not importing throgh CSV file.It also a bug.

Thanks,
xtech


It seems like a major bug. It has brought my filters to a stand still. I cant add products that have only one option when there are several filter options available.

vladimir.gritsenko 07-30-2014 04:17 AM

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.

vladimir.gritsenko 07-30-2014 04:19 AM

Re: Refine Filters module released
 
Quote:

Originally Posted by xtech
Yes I am also facing the same.this is definitely a bug that I am facing in my case also.Also Filter class data is not importing throgh CSV file.It also a bug.

Thanks,
xtech


Please could you upload the csv file to FileArea section of your HelpDesk acoount and send me the link so I could check it?

Thanks.

xtech 07-30-2014 05:19 AM

Re: Refine Filters module released
 
Quote:

Originally Posted by vladimir.gritsenko
Please could you upload the csv file to FileArea section of your HelpDesk acoount and send me the link so I could check it?

Thanks.


Thanks for your response.I have already raised this issue in ticket Filter class value is not taking throgh import issue in healthiza site and uploaded yonx.csv and Goodwyn.csv

Message id: 539089092

Please check it from your end.

phil@tfgg 07-30-2014 05:49 AM

Re: Refine Filters module released
 
Quote:

Originally Posted by vladimir.gritsenko
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.


Cheers that looks like its worked perfectly. Will you be updating the next release with that?

xtech 07-30-2014 04:48 PM

Re: Refine Filters module released
 
Quote:

Originally Posted by vladimir.gritsenko
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.

Hope that helps.

Thank you.


That can be done done manually.But if I have a store of 5000 products then how can i do it for automatically by csv?

phil@tfgg 07-30-2014 09:45 PM

Re: Refine Filters module released
 
Quote:

Originally Posted by xtech
That can be done done manually.But if I have a store of 5000 products then how can i do it for automatically by csv?

Do option two. It only took 30 seconds to do.

xtech 07-30-2014 09:58 PM

Re: Refine Filters module released
 
Quote:

Originally Posted by phil@tfgg
Do option two. It only took 30 seconds to do.


Instead of doing this manually have u tried with csv import options?


All times are GMT -8. The time now is 12:44 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.