PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.

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.

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

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

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

 

 

Hi Pablo,

Thanks I've attached the license key.

I'll give your suggestion a shot and update you here.

I'm having some trouble understanding the syntax for taxonomies.

 [woof_products is_ajax=1 per_page=8 dp=0 taxonomies=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!

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