No content to show
User Activity
08-10-2022
Hey @TheThisThat, The accepted solution here didn't really seem to clear things up, so I did a little digging myself.This article states: We'll also use the block.shopify_attributes to add data attributes to the element. The theme editor's JavaScript...
04-05-2022
I'd like to use the script_tag filter to load a script. Example: {{ 'section-mattress-layers.js' | asset_url | script_tag }} However, I need to defer the script. Is there a Liquid option to do this? Or am I forced to use the following approach? <...
03-22-2022
Doesn't it need to be divided by 1000? 1kg = 1000g. {% assign cart_total_weight = cart.total_weight | divided_by: 1000 %}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
9314 | 08-10-2022 09:38 AM |