{* vim: set ts=2 sw=2 sts=2 et: *} {** * Invoice items * * @author Qualiteam software Ltd * @copyright Copyright (c) 2011-2015 Qualiteam software Ltd . All rights reserved * @license http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement * @link http://www.x-cart.com/ * * @ListChild (list="packing_slip.base", weight="30") *} {foreach:orderItems,index,item} {end:} {w.display()}
{t(#Subtotal#):h}: ${t(order.getSubtotal()):h}
{if:surcharge.code=#SHIPPING#} {surcharge.name}: ${surcharge.cost} {end:}
{t(#Grand total#)}: ${t(order.getTotal()):h}