No content to show

User Activity

 Hey @GeorgeKerr,  Does this work if the most recently added product was a duplicate of a product already in the cart?
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...
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? <...
Doesn't it need to be divided by 1000? 1kg = 1000g. {% assign cart_total_weight = cart.total_weight | divided_by: 1000 %} 
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Likes given to