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

Slider and No Products found

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.

Hello, I bought the plugin but I have two small problems

Problem 1:

I have integrated sliders, which should actually take the gradations of the deposited properties. Despite sorting the properties, they are not displayed in the correct order by the slider.

Look for Example Werkzeugschaft

See Screenshots:

https://ibb.co/dtL4KB3
https://ibb.co/hFZp63z
https://ibb.co/k6vnDYQ

Problem 2:

If no product is found, a text should actually be displayed. This is also how it is set. Unfortunately, there is no message at all.

See Screenshots:

https://ibb.co/ThJfkr4
https://ibb.co/h7NRPpB

Thank You

Best regards

Edit: Problem1 is fixed. I found a solution.

But i still have Problem 2. Sadly no Text or Shortcode appears after no product is found

Hello

Unfortunately it depends on the current template.

By standards, when there are no products in the current request, the template should call wc_get_template('loop/no-products-found.php');   - but your current template doesn't do it

Thanks for the answer. Do you have any idea how I can solve this? I need a form that appears when there should be no products.

Thanks a lot
With kind regards

Hello

you should contact support for this template.

They should have something like this:

if ( woocommerce_product_loop() ) {

//temlate  code
} else {
do_action( 'woocommerce_no_products_found' );
}

Thank You,

i fixed the problem by using the shortcodes [woof][woof_products] on a testpage

 

Now i have a last question.

Is it possible to transfer the used filters to a contact form that pops up when no product is available?

I would like that the filters used are then transmitted so that it is known what was filtered for.

Thanks a lot
With kind regards

oh and is there a shortcode with which i can only display products of a certain category? I would like to filter only within a certain category.

Thanks a lot
With kind regards

Hello

  1. Please  try to use  this  option - https://c2n.me/4aHmyOo.png  Read  this - https://products-filter.com/shortcode/woof_search_options/
  2. Read  this - https://products-filter.com/shortcode/woof_products/  - use an  attribute -    taxonomies 

Thank You for the information.

The display of the used filters works with the shortcode [woof_search_options] if no products are available.

The question now is: can these used filters be automatically transferred to a form?

Thanks a lot
With kind regards

Hello

can these used filters be automatically transferred to a form? -Unfortunately I did not understand your question.  Please  describe it  in  more  detail

Example:

https://www.sycotec.eu/produkte/industrielle-antriebstechnik/spindeln/spindelprogramm/?swoof=1&pa_werkzeugwechsel-10=pneumatisch-kegel&slider_gehaeusedurchmesser=53&pa_werkzeugkuehlung-10=spraykuehlung

If you set filters so that no product is found, a form appears which automatically transfers the used filters into a field

In this case, you need customization of the code. Unfortunately we do not have a ready-made solution for you

You  can  try  this  extension - https://products-filter.com/extencion/products-messenger/

 

Alright thank You

Hello

Welcome;)