Besides using console.log, is there any other way to debug liquid? What is the best practice?
Hi @shenkwen, You can debug it by printing the object values. For example, {{ customer.first_name }}, it could be any object.