ThemeFarmer WooCommerce Quick View

Plugin Banner

ThemeFarmer WooCommerce Quick View

by ThemeFarmer

Download
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.

  1. Upload the ThemeFarmer WooCommerce Quick View plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the \'Plugins\' menu in WordPress
  3. 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’);
  1. How quick view look on product page.

    How quick view look on product page.

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’);

1.0

  • initial release
Back to top