Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, I have a 3+ year old Shopify business and there have been a lot of changes over time to streamline my business, one of which is we're trying to change the vendor names to completely uppercase. Right now all are mixed (some uppercase, few lowercase, few are mixed) i wanted to know if I change all my product's vendor names to completely uppercase will that affect the data by any chance? I wanted to know if I make the changes will the old name data be applied to the new vendor names?
Solved! Go to the solution
This is an accepted solution.
Easy. Look for this code
{{ card_product.vendor }} and change it to {{ card_product.vendor | upcase }}.
Just don't change anything inside "< >" code or has a "| json".
Those will be vital to operation of site.
in your template liquid
This is an accepted solution.
Easy. Look for this code
{{ card_product.vendor }} and change it to {{ card_product.vendor | upcase }}.
Just don't change anything inside "< >" code or has a "| json".
Those will be vital to operation of site.
in your template liquid
Thanks, i will try this. But is there a way that i can merge 2 vendors as one? Because i have created 2 differnt ones now, old one and one with the new UPPERCASE format. So is it possible to merge both of them together?
Thats because you added {{ card_product.vendor | upcase }} . Remove the old one
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025