Hi guys! Hope you're doing great! I hope i can get help with the following... In NS we have an email template that is sent when an order is placed. That template is sent to the customer that contains the order details (subtotal, discounts, shipping, handling, total) and the items ordered of course. I need to combine the shipping and handling into one line, how can i do that? I think there should be a script that returns those values to the email template but seems that it is NS out of the box functionality. In the email template i see the shipping cost line as: ${salesorder.shippingCost} and the handling cost as ${salesorder.handlingCost}. Where can i modify/add a line that sums up both amounts? Hope this made sense. Thank you!!!