Payment Method
\n{{ selectedCurrency || '-- Select Currency --' }}
\n{{ invoiceDetails.description }}
\nItems | \nQuantity | \nRate | \nAmount | \n
---|---|---|---|
{{ data.name }} | \n{{data.quantity}} | \n= 0\" style=\"border-bottom: 1px solid rgba(220, 218, 213, 0.50);padding: 10px 8px;font-weight: 350;font-size: 12px;color: rgba(0, 0, 0, 0.5);padding-left: 16px;text-align: left;\">{{ (data.price || 0).toLocaleString('en-US', {style : 'currency', currency : invoiceDetails.currency}) }} | \n= 0\" style=\"border-bottom: 1px solid rgba(220, 218, 213, 0.5);padding: 10px 15px 10px 16px;font-weight: 350;font-size: 12px;color: rgba(0, 0, 0, 0.70);text-align: right;\">{{ ((data.quantity * data.price) || 0).toLocaleString('en-US', {style : 'currency', currency : invoiceDetails.currency}) }} | \n
{{ country ? getRegionName(country) : '-- Select Country --' }}
\nBilling Address
\nChoose from your existing templates.
\nShipping Address
\n \n