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

About hierarchy drop-down

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 need to create a category search for car parts on the homepage, similar to a country-province-city search. I've already set up three categories: A1, B1, C1, each with subcategories. I've gone through your shortcode usage instructions, and despite being a programmer, I wasn't successful. I need your assistance here.
The plugin was purchased on themeforest.net, and the License Certificate & Purchase Code file doesn't contain a license key, only the Item Purchase Code.

How to establish a subcategory selector connected to the parent category?
Why is the selector no longer present when tax_only='pa_a1'? (Category is 'a1')
What does"pa" mean?

I'm very eager to know where I went wrong. Could you please tell me?

Hello James

I just created test page: test3/tester/ , what was not right is title syntax of which is described here https://products-filter.com/extencion/hierarchy-drop-down , example - now its works as hierarchy. If you have depth of levels including top 4, title must be like: Level1+Level2+Level3+Level4^My Categories

pa_ - this prefix uses by woocommerce attributes, they are taxonomies, but role of them are 'attributes', so to for technical purposes they named it using pa_ prefix, you can see it here https://share.pluginus.net/image/i20230808145405.png - so I just named it as test1, but woo system created attribute pa_test1

 

Your response was very timely, Thank you.

The selected category does not display the filtered products on the page. When the final subcategory is chosen and"Search" is clicked, a page showing the search results for products should open. How can this be achieved?

 

Hello James

In this case shortcode is next: [woof by_only='none' tax_only='product_cat' autosubmit=1 ajax_redraw=1 is_ajax=0 redirect="https://stirlingautoparts.ca/test3/woof_products-example/"]

  • ajax_redraw=1
  • redirect -> set link to page where you want to show results

 

Thank you very much for the help you've provided.

I would like the search box to be aligned horizontally, just like on this https://4kolesa.si . I've tried to modify the CSS, but I haven't been successful. Could you assist me?

I have achieved horizontal alignment using CSS, but the position of"selected-single" and its associated"selected-drop" is incorrect.

 

.chosen-search{
display:none;
}
.chosen-container-single .chosen-single {
width: 20%;
display: inline-block;
}
.chosen-container {
display:inline;
}
.chosen-container .chosen-drop {
display: inline-block;
}

Hello

Please  delete your  CSS

I  adde  - https://c2n.me/4j8SMLm.png

Great, thank you very much!

The above is a method for creating filters for auto parts, provided for reference.

Thanks Elisio Duvalski and Pablo Borysenco

 

Welcome;)