Hey There,
I’ve tried to find someting about how to change a Liquid code operator like " {% if product.id == 8841903374659 %} " with a JS script to something like
function changeProductId() {
var ProductId = 32845384252
/* → overwriting the current Liquid code or changing the ID */
}
Thanks for your help !