Kris Jones
09/14/2018, 4:50 PM${transaction.shippingcost}
is an empty string/null/whatever, but for some reason <#if transaction.shippingcost?has_content>
always evaluates true, even when it spits out nothing when the template actually renders - I tried transaction.shippingcost??
as well but it still evaluates to true