uicrooks / shopify-foundation-theme

Modern Shopify theme using Shopify Theme Lab, Liquid, Vue and Tailwind CSS 🎨
https://uicrooks.github.io/shopify-theme-lab-docs
MIT License
292 stars 104 forks source link

Product names could contain single quote char #70

Open maguayo opened 2 years ago

maguayo commented 2 years ago

Product names with single quotes throw an "Unexpected Token" error.

I have a product named: ADIDAS | KID'S STAN SMITH This single quote breaks the app.

With this PR the single quotes will be replaced by \' fixing the issue.