GTIN Schema for WooCommerce

plugin banner

Add GTIN number to inventory tabs of woocommerce product.

Author:Raghu Prajapati (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.0.8
Plugin version:1.2
Added to WordPress repository:07-10-2020
Last updated:17-07-2022
Rating, %:100
Rated by:2
Plugin URI:
Total downloads:3 296
Active installs:600+
plugin download
Click to start download

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


Screenshots
FAQ
ChangeLog