I’m using Dawn theme and I wanted to add the product type* under the product title on the product page.
In last resort, I’m considering creating a custom metafield with the product type so that I can access it and display it as a dynamic source, but it sounds completely stupid to create a second instance of this field which already exists as a “base” field for all products.
Thanks in advance for your answers, tips and suggestions.
Hello @pmhkook
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Customize
Step 2: Go to the Default product and click “Add Block”
Step 3: Choose “Custom content” and add code below
{% if product.type %}
Product Type: {{ product.type }}
{% endif %}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
1 Like