Edit Shopify Theme
Last updated
Was this helpful?
Was this helpful?
<script>
{% if shop.metafields.arn_locker %}
function encryptKey() {
this.prepareApp(`{{ shop.metafields.arn_locker.api }}`)
}
{% endif %}
</script>
{% if shop.metafields.arn_locker %}
{{ shop.metafields.arn_locker.stylesheet }}
{% endif %}