Filtering isn't working at all on Attributes
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Michaela on October 18, 2023, 21:22I installed the plugin and added it to the widget - however when we try to use it, it doesn't filter out the attributes. For example: Donation Bracelets - there should only be 5 products that show called donation Bracelets and nothing seems to happen
https://wordpress-225877-3679670.cloudwaysapps.com/shop-all/
I installed the plugin and added it to the widget - however when we try to use it, it doesn't filter out the attributes. For example: Donation Bracelets - there should only be 5 products that show called donation Bracelets and nothing seems to happen
https://wordpress-225877-3679670.cloudwaysapps.com/shop-all/
Quote from Pablo Borysenco on October 19, 2023, 12:34Hello
Looks like the current product template doesn't listen to search queries
please try this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Hello
Looks like the current product template doesn't listen to search queries
please try this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Quote from Michaela on October 19, 2023, 13:15This did not fix the issue. The template is now updated on the same dev link: https://wordpress-225877-3679670.cloudwaysapps.com/shop-all/
This did not fix the issue. The template is now updated on the same dev link: https://wordpress-225877-3679670.cloudwaysapps.com/shop-all/
Quote from Pablo Borysenco on October 20, 2023, 11:18Hello
My test - https://c2n.me/4jArcKo - everything seems to be working correctly
Hello
My test - https://c2n.me/4jArcKo - everything seems to be working correctly
Quote from Michaela on October 20, 2023, 16:18The filter by price isn't working when it's the first thing you try - why? For exmaple if I move the slider to $78 so it's $0 to $78 it should show a handful of products - nothing happens. The reset button also does not appear until I select a Stone Color or another filter below.
Also, when I select filters that have no items it just shows all items and acts like nothing happens - how do I display an error "No items found for these filters please try another filter" - without it doing this it looks broken.
The filter by price isn't working when it's the first thing you try - why? For exmaple if I move the slider to $78 so it's $0 to $78 it should show a handful of products - nothing happens. The reset button also does not appear until I select a Stone Color or another filter below.
Also, when I select filters that have no items it just shows all items and acts like nothing happens - how do I display an error"No items found for these filters please try another filter" - without it doing this it looks broken.
Quote from Michaela on October 20, 2023, 18:35Also how do I change the title of the filters - for example it says Product Length and I need to change that to Necklace Length
Also how do I change the title of the filters - for example it says Product Length and I need to change that to Necklace Length
Quote from Pablo Borysenco on October 23, 2023, 11:00Hello
The filter by price isn't working when it's the first thing you try - why? - Please disable my plugin and do a test with native woocommerce price filter. (I don't think it will work either) There could be two reasons: 1 You have not updated the data table 2 The current template is not compatible with woocommerce.
Try updating the data table. Woocommerce->Status->Tools - https://share.pluginus.net/image/i20231023115248.png
The reset button also does not appear until I select a Stone Color or another filter below. - Yes, and this is correct behavior, the reset button is not displayed when there is no search query
Also, when I select filters that have no items it just shows all items - Try to change this line - https://share.pluginus.net/image/i20231023115515.png to this code:
$query->query_vars['post__in'] = count($_REQUEST['woof_wp_query_ids'])?$_REQUEST['woof_wp_query_ids']: [-1];
Also how do I change the title of the filters - https://share.pluginus.net/image/i20231023115924.png->https://share.pluginus.net/image/i20231023115955.png
Hello
The filter by price isn't working when it's the first thing you try - why? - Please disable my plugin and do a test with native woocommerce price filter. (I don't think it will work either) There could be two reasons: 1 You have not updated the data table 2 The current template is not compatible with woocommerce.
Try updating the data table. Woocommerce->Status->Tools - https://share.pluginus.net/image/i20231023115248.png
The reset button also does not appear until I select a Stone Color or another filter below. - Yes, and this is correct behavior, the reset button is not displayed when there is no search query
Also, when I select filters that have no items it just shows all items - Try to change this line - https://share.pluginus.net/image/i20231023115515.png to this code:
$query->query_vars['post__in'] = count($_REQUEST['woof_wp_query_ids'])?$_REQUEST['woof_wp_query_ids']: [-1];
Also how do I change the title of the filters - https://share.pluginus.net/image/i20231023115924.png->https://share.pluginus.net/image/i20231023115955.png