I have created a post form for Product with _regular_price AND _sale_price.
after submitting a new product, the product show up in shop page that i have created but price filter views_woo_price dont show the product if changing price filter value. Although the price range is correct!
Solution i found for now:
i click quick edit the product in the wordpress backend and update it without changing anything just UPDATE. and then the product works with the price filter views_woo_price.
how to solve this? is it possible to create a filter with _sale_price? maybe this could solve the issue!
you can submit new product here : hidden link Regular/Sale Price are marked red
you can try to filter the new product here : hidden link
Hello. Thank you for contacting the Toolset support.
Well - I need admin access details to check why the filter is not working. Could you please pass me the admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
Ok it looks like "Using the WordPress cron" solved the problem within 5 minutes. i wonder if its possible to achieve this different way without waiting 5 minutes!
one more question
on this views search it filter the minimum price right but when i add the max price it show no results which is weird.
try this
1 - go here : hidden link
2- in "min" choose 50.000 for example
3- in "max" choose 100.00
4- Results = No items found
I'm glad to know that your original issue with views_woo_price is resolved with the Wocommerce settings I guided.
i wonder if its possible to achieve this different way without waiting 5 minutes!
==> I do not see a other way until you update your postmeta for the product you submit with cred_save_data hook. You may try to give a try if that works for you.
For example:
Where:
- Replace 5000 with your proper variable value that stores the price.
one more question
==> Could you please kindly open a new ticket with your each new question. This will help other users searching on the forum as well as help us to write correct support summery to which issue belongs to.