Linux 软件免费装
Banner图

Custom Product Tabs Lite for WooCommerce

开发者 skyverge
maxrice
tamarazuk
chasewiseman
nekojira
beka.rice
更新时间 2023年7月28日 19:16
PHP版本: 7.4 及以上
WordPress版本: 6.2.2

标签

woocommerce product tabs custom tab woo commerce tab

下载

1.0.1 1.0.3 1.8.0 1.5.0 1.6.4 1.7.0 1.7.1 1.0.2 1.1.0 1.2.0 1.2.1 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.4.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.2 1.7.3 1.7.4 0.1 1.7.5 1.0.0 1.2.2 1.7.6 1.7.7 1.7.8

详情介绍:

This plugin extends WooCommerce to allow a custom product tab to be added to single product pages with arbitrary content. The new custom tab may contain text, html (such as embedded videos), or shortcodes, and will appear between the "Additional Information" and "Reviews" tabs.
Requires WooCommerce 3.9.4 or newer
Features Support Details We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week). WooCommerce Tab Manager To easily add multiple tabs, share tabs between products, and more features, please consider upgrading to the premium WooCommerce Tab Manager, available from the official WooCommerce.com store. More Details

安装:

  1. Upload the entire 'woocommerce-custom-product-tabs-lite' folder to the '/wp-content/plugins/' directory, or upload the zip file via Plugins > Add New
  2. 通过 WordPress 的“插件”菜单激活插件
  3. Edit a product, then click on 'Custom Tab' within the 'Product Data' panel

屏幕截图:

  • The custom tab displayed on the frontend

常见问题:

Can I add more than tab, or change the order of the tabs?

This free version does not have that functionality, but you can with the premium WooCommerce Tab Manager. This allows you to add multiple tabs, share tabs, edit core tabs, or re-order tab display.

How do I hide the tab heading?

The tab heading is shown before the tab content and is the same string as the tab title. An easy way to hide this is to add the following to the bottom of your theme's functions.php or wherever you keep custom code: add_filter( 'woocommerce_custom_product_tabs_lite_heading', '__return_empty_string' );

My tab content isn't showing properly, how do I fix it?

Be sure that (1) your HTML is valid -- try putting your tab content into a blog post draft and see how it renders. (2) Be sure any shortcodes will expand in your blog post draft as well; if they don't work properly there, they won't work in your custom tab.

Can I set the same tab title for all products?

Yep, there's the woocommerce_custom_product_tabs_lite_title that passes in the tab title for you to change. This filter also passes in the $product and class instance if you'd like to change this conditionally. Here's how you can set one title for all custom tabs, regardless of what title is entered on the product page (can go in the bottom of functions.php or where you keep custom code): function sv_change_custom_tab_title( $title ) { $title = 'Global tab title'; return $title; } add_filter( 'woocommerce_custom_product_tabs_lite_title', 'sv_change_custom_tab_title' );

更新日志:

2023.07.28 - version 1.8.0 2022.12.02 - version 1.7.8 2022.08.03 - version 1.7.7 2022.07.31 - version 1.7.6 2022.03.01 - version 1.7.5 2020.05.04 - version 1.7.4 2020.03.10 - version 1.7.3 2020.02.05 - version 1.7.2 2019.11.11 - version 1.7.1 2018.08.10 - version 1.6.3 1.6.2 - 2017.08.22 1.6.1 - 2017.04.03 1.6.0 - 2017.03.23 1.5.0 - 2016.05.24 1.4.0 - 2016.01.20 1.3.1 - 2015.10.02 1.3.0 - 2015.07.28 1.2.9 - 2015.05.14 1.2.8 - 2015.05.14 1.2.7 - 2015.02.09 1.2.6 - 2014.09.05 1.2.5 - 2014.01.22 1.2.4 - 2013.08.26 1.2.3 - 2013.06.06 1.2.2 - 2013.05.15 1.2.1 - 2013.04.26 1.2.0 - 2013.02.16 1.1.0 - 2012.04.23 1.0.3 - 2012.03.19 1.0.2 - 2012.03.19 1.0.1 - 2012.03.15 1.0.0 - 2012.03.15 0.1 - 2012.03.07