ThemeFarmer WooCommerce Quick View
ThemeFarmer WooCommerce Quick View
Description
ThemeFarmer WooCommerce Quick View is WooCommerce addon plugin which allows users to get quick look of products without opening the product page.
”’Awesome Plugin for theme developer.”’ This plugin allow to modify button text set Icon or any text for button.
Installation
- Upload the ThemeFarmer WooCommerce Quick View plugin to the
/wp-content/plugins/directory - Activate the plugin through the
\'Plugins\'menu in WordPress - You can use filter to change button text. Place this code in theme’s
functions.phpfile
function text_domain_change_button_text($text){
return __(‘Button Text’, ‘text-domain’);
}
add_filter(‘themefarmer_wcaqv_button_taxt’, ‘text_domain_change_button_text’);
Faq
Q.1 How to change quick view button text
Ans. You can use filter to change button text. Place this code in theme’s functions.php file
function text_domain_change_button_text($text){
return __(‘Button Text’, ‘text-domain’);
}
add_filter(‘themefarmer_wcaqv_button_taxt’, ‘text_domain_change_button_text’);
Reviews
Changelog
1.0
- initial release
