gupta.hariom317
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Multiple selection of attributesHi Dima,
How many product this plugin can work with.
I have arround 25000 product and this plugin get stop my site.
Thanks,
HariForum: Plugins
In reply to: [Advanced AJAX Product Filters] Multiple selection of attributesHi Dima,
One more thing I am facing, the filters are not showing on the tags, categorys page. Is this plugin support the filter on category page and tags pages as I am using it with shortcode on “archive-product.php”.
btw, we are supposed to use the same template for all these kind of listing pages, so here is should be shown by default.
Thanks,
HariForum: Plugins
In reply to: [Advanced AJAX Product Filters] Multiple selection of attributesHi Dima,
I am not able to remove the last selected option of the multiple select. Can you help me out with this.
This might be due to this piece of code: berocket_aapf_widget_product_filters.splice(i, 1);
Additionally, I have done few custome work in widget.js file
// Custom Work var checkis_our_custom = 0; $el.find("option:selected").each(function(e123) { var ccc = $(this).data(); console.log(ccc); if ($el.val()) berocket_aapf_widget_product_filters[berocket_aapf_widget_product_filters.length] = [ccc.taxonomy, ccc.term_id, ccc.operator]; checkis_our_custom = 1; }); if(checkis_our_custom != 1) { if ($el.val()) berocket_aapf_widget_product_filters[berocket_aapf_widget_product_filters.length] = [el_data.taxonomy, el_data.term_id, el_data.operator] } // End here
Can you help me with this.
Here is the site link: https://dothejob.in/touramigo/tours
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Multiple selection of attributesHi Dima,
Thanks Dima and Filipe for your response.
Yeah, I knew that, checkbox are working fine with the multiple selection, but actually I want to know how to use the multiple selection with the select > options. However I found a way and make it done. Please check the following URL: https://dothejob.in/touramigo/tours/
Can you let me know how I can create a filter by categories using shortcode on the shop page, I am not using widget.
Thanks,
Hari