{namespace neos=Neos\Neos\ViewHelpers} {namespace fusion=Neos\Fusion\ViewHelpers} {namespace media=Neos\Media\ViewHelpers}
{args.cart_variables.invoice_address}

Rechnung: {invoice_number}
{invoice_date}
Produkt
Preis
Anzahl
Gesamt
{item.title}
{option.name} (+ {option.price} {f:translate(id: 'incl', package: 'NeosRulez.Shop', source: 'NodeTypes/Component/Cart')} {item.tax} % {f:translate(id: 'tax_short', package: 'NeosRulez.Shop', source: 'NodeTypes/Component/Cart')}){f:if(condition: optionIterator.isLast, else: ', ')}
Art. Nr.: {item.article_number}
{item.price -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
exkl. {item.tax} % MwSt.
{item.quantity}
{item.total -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
inkl. {item.tax} % MwSt.
{args.summary.subtotal -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Zwischensumme:
{args.summary.tax -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Enthaltene Steuer:
{args.summary.total_shipping -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Versandkosten:
{args.summary.tax_shipping -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Enthaltene Steuer (Versand):
- {args.summary.discount -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Gutschein:
{args.summary.total -> f:format.currency(decimalSeparator: ',', thousandsSeparator: '.', decimals: '2', currencySign: '€')}
Gesamt:
{args.cart_variables.invoice_info_prepayment}
{args.cart_variables.footer_text}
{args.company}
{args.firstname} {args.lastname}
{args.address}
{args.zip} {args.city}, {args.country}