| =$tr_product ?? 'Product' ?> | =$tr_options ?? 'Options' ?> | =$tr_quantity ?? 'Quantity'?> | =$tr_price ?? 'Price' ?> | =$tr_total?> |
| =${$product['product_name']} ?? $product['product_name'] ?> | =htmlspecialchars(substr($prod_options, 0,-2), ENT_QUOTES)?> | =$product['quantity']?> | =currency_code?> =number_format($product['price'],2)?> | =currency_code?> =number_format($product['line_total'],2)?> |
| =$total_subtotal?> | =currency_code?> =number_format($invoice_cust['pricing']['subtotal'],2)?> | |||
| =$total_discount?> | =currency_code?> =number_format($invoice_cust['pricing']['discount_total'],2)?> | |||
| =$total_shipping?> | =currency_code?>=number_format($invoice_cust['pricing']['shipping_total'],2)?> | |||
| =$total_vat?> | =currency_code?>=number_format($invoice_cust['pricing']['tax_total'],2)?> | |||
| =$total_total?> | =currency_code?> =number_format($invoice_cust['pricing']['payment_amount'],2)?> | |||
'.($invoice_payment_paid_text ?? 'Het totaalbedrag van deze factuur is betaald').'
'; } ?>