ThemeFarmer WooCommerce Quick View
Awesome Woocommerce Advance Quick View Plugin by ThemeFarmer
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3316 days ago
Is ThemeFarmer WooCommerce Quick View abandoned?
Possibly abandoned (last update 3316 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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’);
Frequently Asked Questions
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’);
Review feed
Changelog
1.0
- initial release
