Can you show me an example of what the build out for the google product category would look like? Do I need to put the google product category where ALL of those red x’s are?
{%- if product.type == “xxxx” -%}
<g:google_product_category>xxxxxxx</g:google_product_category>
{%- elsif product.type == “xxxxx”-%}<g:google_product_category>xxxxxx</g:google_product_category>
{% endif %}
Should it look like this?
{%- if product.type == "luggage_&Bags > shopping_totes" -%}
<g:google_product_category>luggage&Bags > shopping_totes</g:google_product_category>
{%- elsif product.type == “xxxxx”-%}<g:google_product_category>luggage&_Bags > shopping_totes</g:google_product_category>
{% endif %}
Thanks in advance.