Product Taxonomy Category
The product_taxonomy_category
object describes a product taxonomy category, such as a Google product category. It provides access to the category’s id, name, full name, translated names, and Google product category ID.
Usage Example
{%- comment -%} Show Google product category and translated name {%- endcomment -%}
<span>Google category: {{ product_taxonomy_category.google_product_category }}</span>
<span>Translated name: {{ product_taxonomy_category.translated_name }}</span>
Properties
id
Returns the id.
name
Returns the name.
full_name
Returns the full name.
translated_name
Returns the translated name.
translated_full_name
Returns the translated full name.
google_product_category
Returns the Google product category.
Last updated on