WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Shopify templates for OLJS

Submitted by barnettech on Fri, 09/10/2021 - 11:22

look in theme.liquid to add the javascript to the head
look in header.liquid to find the header HTML in the theme.

Put this in their config:

{
  "send_stats": false,
  "translate_images": false,
  "language_selector" : [
            {
                "U" : "U",
                "T" : "T",
                "I" : "OneLinkJS_langSel",
                "C" : "C",
                "position" : "first"
            }
        ]
}

and the one liner in the head of the document.