Shopify – how to get an HTML element value in liquid?
<span id="product_wished_id">value</span> I want to get that value and store it in liquid variable. for example : {% assign myvalue = ? %} Is there no way to getting an html element value and store it in liquid variable? to…