在WooCommerce中修改单品页面”其他信息”标签的名字

在WooCommerce中修改单品页面”其他信息”标签的名字有几种方法:

方法1:使用代码片段(推荐)

Add the following code to the theme's functions.php文件中:

// 修改WooCommerce单品页面"其他信息"标签名称
function modify_woocommerce_additional_information_tab_title($tabs) {
    if (isset($tabs['additional_information'])) {
        $tabs['additional_information']['title'] = '产品规格'; // 修改为你想要的名称
    }
    return $tabs;
}
add_filter('woocommerce_product_tabs', 'modify_woocommerce_additional_information_tab_title');

方法2:使用Loco Translate插件(最简单)

  1. 安装并激活 ​Loco Translate​ 插件
  2. 进入 Loco Translate → WooCommerce
  3. 搜索 “Additional information”
  4. 将其翻译为你想要的名称(如”产品规格”)

方法3:完整的标签自定义代码

// 完整自定义所有标签
function custom_woocommerce_product_tabs($tabs) {
    // 修改"其他信息"标签
    if (isset($tabs['additional_information'])) {
        $tabs['additional_information']['title'] = '产品规格'; // 修改名称
    }
    
    // 也可以修改其他标签
    if (isset($tabs['description'])) {
        $tabs['description']['title'] = '产品描述'; // 修改描述标签
    }
    
    // 修改评论标签
    if (isset($tabs['reviews'])) {
        $tabs['reviews']['title'] = '用户评价'; // 修改评论标签
    }
    
    return $tabs;
}
add_filter('woocommerce_product_tabs', 'custom_woocommerce_product_tabs');

方法4:使用WordPress的gettext过滤器

// 使用gettext过滤器修改文本
function change_woocommerce_text_strings($translated_text, $text, $domain) {
    if ($domain === 'woocommerce') {
        switch ($text) {
            case 'Additional information':
                $translated_text = '产品规格'; // 修改为你想要的名称
                break;
            case 'Description':
                $translated_text = '产品描述';
                break;
            case 'Reviews':
                $translated_text = '用户评价';
                break;
        }
    }
    return $translated_text;
}
add_filter('gettext', 'change_woocommerce_text_strings', 20, 3);
WordPress Support Team
WordPress Support Team

💻 A sincere and meticulous young developer 🎓 specializing in the field of custom foreign trade website development.
🌟 specializes in WordPress website design customization and full-service development. Our unique advantage is not only proficient in website development technology, but also the international mainstream art design elements 🎨 skillful integration, while developing accurate and effective brand marketing strategy 📈.
💡 Services covered:
🔍 WordPress Theme Development for a unique website visual style and user experience.
💻 WordPress website customization, tailor-made exclusive website according to your foreign trade business needs.
Whether it's website architecture construction, interface aesthetic design, or brand promotion strategy, we can provide you with one-stop quality solutions to help your foreign trade business stand out on the Internet and step into the global market 🚀.

Articles: 44

Leave a Reply

Your email address will not be published. Required fields are marked *

Submit your request

Quote Collection Form

💥Website Builder | Strengths speak for themselves, not false!

Treasure, we say, a lot of parties are not happy with their own sites are peers copying homework, which is like you open a store, certainly do not want others to know your sources of supply is a reason, right? So, in order to give customers a full sense of security, we did not put any customer case work on the site of the link ha, this is our protection of customer privacy.

📌 But if there is a sincere desire to do the site of the boss, or treasure you just want to look at our case, then hurry up to add the contact information of our website, we snappy send you a few look at, the main one sincere!

If you have not decided to do what style of website, but also simple, you find a few peers of the site sent to us, according to do on the end of the matter. We choose to imitate the site does not mean that no skill, we just can not stand that kind of invalid communication and cumbersome to make people crazy process. Some parties to do a corporate display site, have to find dozens of suppliers to roll, to be honest, no real technology companies will be there to lick the party. We are not the same, we want to be down-to-earth to the customer to make cost-effective, so that customers are satisfied with the site straight pat. Those kneeling work, let those who only play lip service, no technology companies to do it, we do not serve! # Website Development

# Party A Party B # Rejected Inside Coil

Contact the WordPress Technical Team

We look forward to hearing from you.

Submit your request

Quote Collection Form