Sub-sub-category not displaying on filter page
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 pharodev on April 30, 2024, 09:14To recreate:
1. Visit https://nusignsupply.com/category/media/film/wrapping-film/
2. Click "Wrapping Film" in breadcrumbs
3. Full catalog shows
Happens with other items: https://nusignsupply.com/product/oraguard-252f/
Sub-category works properly, breaks one level deeper.
To recreate:
1. Visit https://nusignsupply.com/category/media/film/wrapping-film/
2. Click"Wrapping Film" in breadcrumbs
3. Full catalog shows
Happens with other items: https://nusignsupply.com/product/oraguard-252f/
Sub-category works properly, breaks one level deeper.
Quote from Pablo Borysenco on April 30, 2024, 13:00Hello
Unfortunately I didn't understand you
/wrapping-film/ - This is a category without child elements, so the filter does not show categories on this page
Hello
Unfortunately I didn't understand you
/wrapping-film/ - This is a category without child elements, so the filter does not show categories on this page
Quote from pharodev on April 30, 2024, 21:50Oops, I accidentally put the wrong link for #1.
If you go to a product page, for example https://nusignsupply.com/product/oraguard-252f/, there will be breadcrumbs created by WooCommerce.
If you click "Lamination Film" in the breadcrumbs, it shows all products as if no category was selected.
I'd like it to show other Lamination Film products.
This is another product categorized as Lamination Film: https://nusignsupply.com/shop/media/laminates/lamination-film/oraguard-279/
I hope that makes more sense. Thanks for your help as always Pablo
Oops, I accidentally put the wrong link for #1.
If you go to a product page, for example https://nusignsupply.com/product/oraguard-252f/, there will be breadcrumbs created by WooCommerce.
If you click"Lamination Film" in the breadcrumbs, it shows all products as if no category was selected.
I'd like it to show other Lamination Film products.
This is another product categorized as Lamination Film: https://nusignsupply.com/shop/media/laminates/lamination-film/oraguard-279/
I hope that makes more sense. Thanks for your help as always Pablo
Quote from Pablo Borysenco on May 1, 2024, 12:21Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Ok! It looks like on the category page you are using a shortcode to display all products. In this case, you need to specify the category for each page in the shortcode - https://products-filter.com/shortcode/woof_products - attrubute taxonomies
Or use another template for products
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Ok! It looks like on the category page you are using a shortcode to display all products. In this case, you need to specify the category for each page in the shortcode - https://products-filter.com/shortcode/woof_products - attrubute taxonomies
Or use another template for products
Quote from pharodev on May 1, 2024, 20:32Hi Pablo,
Thanks I've attached the license key.
I'll give your suggestion a shot and update you here.
Hi Pablo,
Thanks I've attached the license key.
I'll give your suggestion a shot and update you here.
Quote from pharodev on May 1, 2024, 21:47I'm having some trouble understanding the syntax for taxonomies.
[woof_products
is_ajax=1 per_page=8 dp=0taxonomies=product_cat:9,12+locations:30,31]It seems like:
- product_cat:# - Would be for the specific category ID (ex.product_cat&tag_ID=155)
- locations:# - Unsure what this is
Could you help clarify this?
For the pages
Currently, I have set one theme builder template on Elementor for the Product Archive.
After setting the taxonomies, I assume I would disable the Product Archive for the specific sub-sub-category pages.
Then, I would create individual pages for the sub-sub-categories with their unique taxonomies.
Would that be the correct approach?
Thank you Pablo!
I'm having some trouble understanding the syntax for taxonomies.
[woof_products
is_ajax=1 per_page=8 dp=0taxonomies=product_cat:9,12+locations:30,31]
It seems like:
- product_cat:# - Would be for the specific category ID (ex.product_cat&tag_ID=155)
- locations:# - Unsure what this is
Could you help clarify this?
For the pages
Currently, I have set one theme builder template on Elementor for the Product Archive.
After setting the taxonomies, I assume I would disable the Product Archive for the specific sub-sub-category pages.
Then, I would create individual pages for the sub-sub-categories with their unique taxonomies.
Would that be the correct approach?
Thank you Pablo!
Quote from Pablo Borysenco on May 2, 2024, 11:24Hello
attribute taxonomies - This attribute defines the taxonomy preflation for the product list, that is, by default this taxonomy is added to retrieve products
for example, you want to show products from a specific category(category is a taxonomy). then the syntax will be like this taxonomies="product_cat:777" - where product_cat - this is a taxonomy slug - https://share.pluginus.net/image/i20240502121822.png 777 - this is the ID of a specific category - https://share.pluginus.net/image/i20240502122053.png
To show products for two different taxonomies - product_cat:9,12+locations:30,31 - in syntax, different taxonomies are separated by a plus
Hello
attribute taxonomies - This attribute defines the taxonomy preflation for the product list, that is, by default this taxonomy is added to retrieve products
for example, you want to show products from a specific category(category is a taxonomy). then the syntax will be like this taxonomies="product_cat:777" - where product_cat - this is a taxonomy slug - https://share.pluginus.net/image/i20240502121822.png 777 - this is the ID of a specific category - https://share.pluginus.net/image/i20240502122053.png
To show products for two different taxonomies - product_cat:9,12+locations:30,31 - in syntax, different taxonomies are separated by a plus