Linux 软件免费装
Banner图

ThemeFarmer WooCommerce Quick View

开发者 ThemeFarmer
更新时间 2016年12月10日 12:31
PHP版本: 4.0 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce products quick view WooCommerce Plugin summary woocommerce extension quick-view single product WooCommerce Quick View ThemeFarmer Free Quick View Advance Quick View Farmer

下载

1.0

详情介绍:

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

屏幕截图:

  • How quick view look on product page.

升级注意事项:

1.0
  • initial release

常见问题:

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