Direct Links to Filter > WOOF - Woocommerce Product Filter
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 studioc5 on January 3, 2020, 16:59I am working on an updated site on my staged server. I'd like to set up a mega menu dropdown where users can shop mattresses by certain filters such as size, comfort level and even price as many large retailers do.
Is there a way to do this, where I can configure the links on the drop-down per filter option and directly link to those results in WooCommerce?
I have not found a way.
As an example, this large retailer https://www.mattressfirm.com/ has mattresses in the nav and when you hover over it you can shop by filters.
Please advise and thnaks!
I am working on an updated site on my staged server. I'd like to set up a mega menu dropdown where users can shop mattresses by certain filters such as size, comfort level and even price as many large retailers do.
Is there a way to do this, where I can configure the links on the drop-down per filter option and directly link to those results in WooCommerce?
I have not found a way.
As an example, this large retailer https://www.mattressfirm.com/ has mattresses in the nav and when you hover over it you can shop by filters.
Please advise and thnaks!
Quote from Pablo Borysenco on January 6, 2020, 12:48Hello
I think yes. Just do a filter search and copy the URL.
Please read this - https://products-filter.com/how-to-create-beauty-links-for-predefined-search-results/
Hello
I think yes. Just do a filter search and copy the URL.
Please read this - https://products-filter.com/how-to-create-beauty-links-for-predefined-search-results/
Quote from studioc5 on January 6, 2020, 22:31Thanks. I'm not so worried about getting a "pretty" URL. What I am hoping to do is (for example), on this page -
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattresses/
From the Filter by, click Comfort level, then Firm.
I want to take that URL, and build a drop down mega menu on the main navigation that allows me to offer direct links to "shop by firm" or medium, or any other filter I create using this method.
What is happening is, when I take that example URL:
And place it anywhere, even in just a browser, it removes the left filter system and goes one column.
How do I keep the left filter by column?
Does that make sense?
I appreciate your help!
Carlos
Thanks. I'm not so worried about getting a"pretty" URL. What I am hoping to do is (for example), on this page -
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattresses/
From the Filter by, click Comfort level, then Firm.
I want to take that URL, and build a drop down mega menu on the main navigation that allows me to offer direct links to"shop by firm" or medium, or any other filter I create using this method.
What is happening is, when I take that example URL:
And place it anywhere, even in just a browser, it removes the left filter system and goes one column.
How do I keep the left filter by column?
Does that make sense?
I appreciate your help!
Carlos
Quote from Pablo Borysenco on January 7, 2020, 13:04Hello Carlos
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png and wp-admin access - https://c2n.me/42BAoj4.png I will check it
Hello Carlos
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png and wp-admin access - https://c2n.me/42BAoj4.png I will check it
Quote from studioc5 on January 7, 2020, 16:45Hi Pablo. Where do I find the license key? I don't see it on Codecanyon, nor in the plugin settings.
Hi Pablo. Where do I find the license key? I don't see it on Codecanyon, nor in the plugin settings.
Quote from Pablo Borysenco on January 8, 2020, 12:31Hello
You can get it here - https://c2n.me/45p4vpc.jpg
Hello
You can get it here - https://c2n.me/45p4vpc.jpg
Quote from studioc5 on January 8, 2020, 16:14Thanks, but I don't
seem to have that option for some reason. Thoughts?
Thanks, but I don't
seem to have that option for some reason. Thoughts?
Quote from Pablo Borysenco on January 9, 2020, 13:21Hello
Use this link - http://codecanyon.net/downloads
Hello
Use this link - http://codecanyon.net/downloads
Quote from studioc5 on January 9, 2020, 18:43Hi Pablo, update. So I created static category pages for two of the 4 filter sets I want to use. I created mattresses by type and mattresses by comfort. So those links on the mega menu dropdown (shop mattresses) work fine.
It's the shop by price and sleep position that I would like to get the correct filter URL's to pull those up. Make sense?
Static pages I created:
Mattresses by Type
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattress-type/Mattresses by Comfort
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattress-comfort/
Hi Pablo, update. So I created static category pages for two of the 4 filter sets I want to use. I created mattresses by type and mattresses by comfort. So those links on the mega menu dropdown (shop mattresses) work fine.
It's the shop by price and sleep position that I would like to get the correct filter URL's to pull those up. Make sense?
Static pages I created:
Mattresses by Type
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattress-type/
Mattresses by Comfort
https://beloitmattressdotcom-staging.ebgjhsa1-liquidwebsites.com/mattress-comfort/
Quote from Pablo Borysenco on January 10, 2020, 13:13Hello Carlos
Please disable "Turbo mode"
You want to show on these pages a filter and products that correspond to specific categories. Right?
In this case:
1) In category pages use shortcode - [woof_products] with attribute : taxonomies=product_cat:X Where X id your product category.
2) In widgets use shortcode [woof] with attribute : * taxonomies=product_cat:X
+
tax_only - write taxonomies or products slug using comma
+
by_only - write any by-filter-elements there using comma: by_text,by_price,by_sku,by_author,by_insales,by_instock. Of course firstly user should enable extensions for that by-filter-elements
*- Do not forget set the same condition in [woof_products]3) For show or hide widgets on different pages - http://www.woocommerce-filter.com/how-to-show-or-hide-widget-only-on-selected-site-pages/
You can read more about shortcodes - http://www.woocommerce-filter.com/documentation/#!/section_3_1
Hello Carlos
Please disable "Turbo mode"
You want to show on these pages a filter and products that correspond to specific categories. Right?
In this case:
1) In category pages use shortcode - [woof_products] with attribute : taxonomies=product_cat:X Where X id your product category.
2) In widgets use shortcode [woof] with attribute : * taxonomies=product_cat:X
+
tax_only - write taxonomies or products slug using comma
+
by_only - write any by-filter-elements there using comma: by_text,by_price,by_sku,by_author,by_insales,by_instock. Of course firstly user should enable extensions for that by-filter-elements
*- Do not forget set the same condition in [woof_products]
3) For show or hide widgets on different pages - http://www.woocommerce-filter.com/how-to-show-or-hide-widget-only-on-selected-site-pages/
You can read more about shortcodes - http://www.woocommerce-filter.com/documentation/#!/section_3_1
Quote from studioc5 on January 10, 2020, 21:12How can i filter the products by price URL, when i use the price URL, it returns 0 products, All of my products have variations. and price variation, but price URL don't work without AJAX
How can i filter the products by price URL, when i use the price URL, it returns 0 products, All of my products have variations. and price variation, but price URL don't work without AJAX
Quote from Pablo Borysenco on January 13, 2020, 12:56Hello
Please disable my plugin and do test with your price URL
Hello
Please disable my plugin and do test with your price URL