Add Sub-Title with the Assigned Collection Title for the Product on the Product Page

Hi,

I need to add a sub-title on a product page using the assigned collection title.

https://novoxinc.com/products/novox-2021-catalog-furniture-equipment-for-hotel

Hey @eiizumidesign ,

I have gone through your Post.

Yes, Its possible to have sub heading. We will implement meta field app in your store.

you just directly connect me on skype for custom and right solution.

Thanks.

Thank you.

I have already found a solution, coded after the product page title on the product-template.liquid section:

{% assign product_collection = collection %} {% else %} {% assign product_collection = product.collections.first %} {% endif %} {% unless product_collection == blank %}
{{ product_collection.title | link_to:product_collection.url }}

{% endunless %}