Adding custom CSS and JS to Shopify

后端 未结 5 1164
心在旅途
心在旅途 2020-12-24 06:40

I am working on getting vertical tabs for a page on Shopify, using the \'Atlantic\' theme. As this theme does not have vertical tabs by default, I have used the external JS

5条回答
  •  死守一世寂寞
    2020-12-24 07:15

    Simply upload your filename.js file in the assets folder.

    then drop the following in your theme.liquid head section:

    {{ 'filename.js' | asset_url | script_tag }}
    

    by the way, you should rename your file and add .liquid extension

    filename.js.liquid
    

    Good luck!

提交回复
热议问题