shopify-shortcodes icon indicating copy to clipboard operation
shopify-shortcodes copied to clipboard

Allows you to use Shortcodes within Shopify - Unsupported April 2021

Results 8 shopify-shortcodes issues
Sort by recently updated
recently updated
newest added

When we update to the new render call, we see an error on all embedded content: include usage is not allowed in this context. Per Shopify: This is happening because...

After using this code with no issues for years, just today I came across this bug in production where assignment of `template` conflicts with Shopify’s own template variable, which is...

Hi there, There is an issue where the `template` variable in the shortcode code can override other uses of this global variable in other code. For example, our site is...

i'm using it on my store. and it's is removing all < tr >afajdfl and keep one.

I installed the plugin. I tested the youtube video example and it works fine. My shopify store is 1 product store so I want to display it on home page....

For example if you add a javascript snippet that happens to use a square bracket the snippet code blows up I tried to fix my local version by changing references...

Hi, I had a few minute struggle with this until I realized what the issue was. If this is the shortcode: `[youtube width="800" height="500" video="M7lc1UVf-VE"]` Then this needs change: `{%...

Update to use `render` and also clean up some naming conflicts.