Quote from Dionisis on September 11, 2022, 10:56
Hello Pablo,
I need your help,I have the paid version ,I changed the woof filter in turbo mode and I have an issue ,I have a fachion eshop clicknbuy.gr when I choose a category woman appear all the sizes from differnet categories here is the link kid shoes https://www.clicknbuy.gr/paidika-papoutsia/agori/ and you will see all sizes.
I made your instruction from turbo mode page .
https://www.dropbox.com/s/765qwd6eoiu70ok/enable%20turbo%20mobe.png?dl=0
https://www.dropbox.com/s/jnzrgoz4brme7fr/appears%20-all%20sizes%20which%20does%20not%20belong%20to%20category.png?dl=0
https://www.dropbox.com/s/9xn2g1mls3z06ya/checkinbox.png?dl=0
Furthermore ,when in mobile mode and a visitor choose from filter a size does not close automatic the panel box of filter and comfuse the visitors.
https://www.dropbox.com/s/6tulcm8z8c7k0s1/mobile-panel-not%20close.png?dl=0
ps :by the way I use the function php
add_filter('woof_get_request_data', 'my_woof_get_request_data');
function my_woof_get_request_data($data){
$data['stock']='instock';
return $data;
}
return all the stock by deafult is it corrcet or create delay? I need to appears only the avalable product in stock
Dionisis
Hello Pablo,
I need your help,I have the paid version ,I changed the woof filter in turbo mode and I have an issue ,I have a fachion eshop clicknbuy.gr when I choose a category woman appear all the sizes from differnet categories here is the link kid shoes https://www.clicknbuy.gr/paidika-papoutsia/agori/ and you will see all sizes.
I made your instruction from turbo mode page .
https://www.dropbox.com/s/765qwd6eoiu70ok/enable%20turbo%20mobe.png?dl=0
https://www.dropbox.com/s/jnzrgoz4brme7fr/appears%20-all%20sizes%20which%20does%20not%20belong%20to%20category.png?dl=0
https://www.dropbox.com/s/9xn2g1mls3z06ya/checkinbox.png?dl=0
Furthermore ,when in mobile mode and a visitor choose from filter a size does not close automatic the panel box of filter and comfuse the visitors.
https://www.dropbox.com/s/6tulcm8z8c7k0s1/mobile-panel-not%20close.png?dl=0
ps :by the way I use the function php
add_filter('woof_get_request_data', 'my_woof_get_request_data');
function my_woof_get_request_data($data){
$data['stock']='instock';
return $data;
}
return all the stock by deafult is it corrcet or create delay? I need to appears only the avalable product in stock
Dionisis