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

work with greenshift FSE

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.

I use the HUSKY PRO plugin with Rehub theme and it works ok

now I'm generating my own template pages (FSE) with my own design

but I have a problem with the filter

HUSKY although it finds the brand list of the archive, but does not return a filter in the result but the shop page.

Probably because is not search inside the Query loop? Maybe I need to tell the ID of the query? and if yes, how

Do you have a solution?
(also asked the guys from the greenshift)

tnks

Gianmarco

 

 

Hello Gianmarco

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Drop me exact link to the issue

code added

 

in the query loop builder that make the category product product loop

I have found this part where problably we need to connect the filter plugin

screenshot

website category example:

https://www.magicsound.it/categoria-prodotto/diffusori/subwoofer-attivi/

Hello

Please check this option Advanced->Option - https://share.pluginus.net/image/i20241112111624.png

thanks for your time
but I don't think it's a husky problem
but of greenshift

I tried filtering by category and price and everything works there

but not for brand, featured, reviews

so I think it's their shortcoming

sorry for the waste of time

ok!  have you tried this code? - https://products-filter.com/make-page-builders-and-custom-template-filterable

the code seems that works but with some bugs,

i try to change some  limits

it don't show all products, but just some...

 

but don't worry...  I try do find a right set up

Hello

Please try to change this  code - https://share.pluginus.net/image/i20241113120632.png

$args = array(
'per_page' => 99999
);
woof()->woof_products_ids_prediction($args);