Skip to content

Tag: bigcommerce

Stencil – How to get CDN links from javascript

I’m working with Big Commerce’s stencil to add some advanced functionality to my product pages. Part of this functionality requires files to be loaded from the server. Each product page would need a different file so I can’t just use {{cdn …}} in the template file, I need the equivalen…