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

How to use woof_html_types_view_checkbox

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'm developer.

I need to do some condition checking and update filters on the shop page. I saw this hook 'woof_html_types_view_checkbox'.

And I saw in a ticket to do as following and created a path in my theme folder this made filters disapear

add_filter('woof_html_types_view_checkbox',function($path){
return '/template/checkbox.php';
});

Could I know how to change the code?

An Example will be good

Hello

Please  read  this - https://products-filter.com/can-i-override-any-extension-view-file-for-my-site-needs  - this is for extensions

for checkboxes -  https://products-filter.com/hook/woof_html_types_view_checkbox - but use full path to  your  custom  template

Hi,

Thanks for the reply but https://products-filter.com/can-i-override-any-extension-view-file-for-my-site-needs  points for a 404 page.

Sorry now it is working. Ill check

Hello

Ok! Great