Good Afternoon All
Just a quick question what is the section i need to edit to add a vendor SKU to the collection page?
I believe this is the code i need to add the SKU
{% if settings.vendor_enable %}>
{%- liquid> assign product_sku_handle = product.sku | handle> if collections[product_sku_handle].handle == product_sku_handle> assign vendor_url = collections[product_sku_handle].url> else> assign vendor_url = product.sku | url_for_vendor> endif> echo product.sku | link_to: vendor_url, product.vendor> -%}> {%- liquid> assign product_vendor_handle = product.vendor | handle> if collections[product_vendor_handle].handle == product_vendor_handle> assign vendor_url = collections[product_vendor_handle].url> else> assign vendor_url = product.vendor | url_for_vendor> endif> echo product.vendor | link_to: vendor_url> -%}> > | > {% if product.selected_or_first_available_variant.sku != blank %}{{ ‘products.product.sku’ | t }} {{ product.selected_or_first_available_variant.sku }}{% endif %}>
Any Advice would be much appreciated