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
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025