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
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| d*o*e*c*u*.co (WP 6.9.4) | D | 2026-05-25 22:44:38 | |
| p*p*e*i.it | F | 2026-05-18 04:57:59 | |
| w*v*.i*f*.pl | F | 2026-05-11 19:16:42 | |
| g*n*y*r*.com (WP 6.9.4) | D | 2026-05-11 15:56:32 | |
| w*v*-*n*o.sk | F | 2026-05-09 23:54:16 | |
| s*o*.l*m*-*l*g*n.com (WP 6.9.4) | F | 2026-05-08 08:33:14 | |
| c*k*y*n.com | B | 2026-05-03 20:14:56 | |
| f*r*e*-*b*u*-*g*.com (WP 6.9.4) | F | 2026-04-28 11:26:25 |
Page 1 of 1