Hi guys
Does anyone know how I can adapt this code section (see below) on the product page so that the SKU-title says “Artikelnummer” instead of “SKU”?
Example page: https://highpowered.ch/collections/bodyweight-gymnastics/products/bear-komplex-black-diamond-gymnastics-grips
Thanks so much!
Best regards
Tobias
{% if settings.product_show_sku == true %}
{% unless onboarding %}
{{ 'product.general.sku_html' | t: sku: sku | strip_newlines }}
{% endunless %}
{% endif %}
