Descripción
Se agregó el número GTIN a la pestaña de inventario del producto woocommerce.
- 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
- Opción para agregar un nuevo GTIN en la página de detalles del producto
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;
}
Pega esta función en el archivo funtions.php
Capturas
Instalación
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”.
Preguntas frecuentes
-
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.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Schema GTIN para WooCommerce” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.2 – Released: Jan 12, 2021
- Add GTIN Schema structure options
1.1 – Released: Oct 26, 2020
- Added setting options
1.0
- Initial release.