Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi Team,
As you can see in the image, I want to change product title as per different variants. Suppose If i click on off-white variant then it should change the color of the product but also i need product title should change. I don't want apps. Would love if it can be done by code.
theme name:- Fashionopolism (Haute)
Hi @RoshanWeb ,
This is Theodore from PageFly - Shopify Page Builder App.
<h1>
{{ product.title }}
{% if variant.option1 != 'Default' %} - {{ variant.option1 }}
{% endif %}
</h1>
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi Theodore,
Thank you for your reply, but I am not able to dynamically change title of the product. I put the snippet of code which you sent me but it is not helping, instead of title change there is id which can be seen on the product.