Hi community,
The collection filter {{ “Polina’s Potent Potions” | url_for_vendor }} will output :
/collections/vendors?q=Polina%27s%20Potent%20Potions.
But how can I get the vendors url without any additional %27s%20 or vendors?q= in the URL,
I have this ‘collections/vendors?q=Onyx%20%26%20Green’ in the address bar on clicking vendor name.But I need it as collections/onyx-and-green/.
Any help?