這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

GTIN Schema for WooCommerce

描述

Added GTIN number to inventory tabs of woo product.

  • UPC: this is the primary GTIN in North America.
  • EAN/UCC: the major GTIN used outside of North America
  • JAN: the Japanese GTIN
  • ISBN: a GTIN for books

It’s very simple.

Main features of Product GTIN (EAN, UPC, ISBN) for WooCommerce:

  • Option to show GTIN code in WooCommerce shop page.
  • Option to show GTIN code in WooCommerce product detail page.
  • Option to show GTIN code in WooCommerce cart page.
  • Option to show GTIN code in WooCommerce checkout page.
  • Option to show GTIN code in WooCommerce Order Items.
  • Option to choose the position of GTIN code inside the single product page
  • Option to add new GTIN tab in product details page

Add new code in GTIM schema:

add_filter('gtin_schema_data_structure_options', 'add_extra_gtin_code');
 function add_extra_gtin_code($codes){
    $codes['volume'] = "Volume";
    return $codes;
 }

This function paste in your functions.php file

螢幕截圖

  • wp-admin setting

安裝

Install GTIN Schema for Woo either via the WordPress.org plugin directory, or by uploading the files to your server.

Activate GTIN Schema for Woo through the Plugins menu in WordPress.

In the search field type the plugin name and click Search Plugins. Once you’ve found our plugin you can install it by simply clicking “Install Now”.

常見問題

Why is Google showing GTIN warning?

Maybe your product doesn’t have GTIN

Is there any setup need

No setup need. Just install the plugin and add GTN number on product page.

評價

閱讀全部2個評價

貢獻者及開發者

“GTIN Schema for WooCommerce” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 GTIN Schema for WooCommerce 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2 – Released: Jan 12, 2021

  • Add GTIN Schema structure options

1.1 – Released: Oct 26, 2020

  • Added setting options

1.0

  • Initial release.