[% USE HTML %] [% USE LxERP %] [% USE L %] [% USE T8 %] [% L.stylesheet_tag('webshop') %]
[% 'Shop Ordernumber' | $T8 %] | [% HTML.escape(IMPORT.shop_ordernumber) %] |
---|---|
[% 'Shop Orderdate' | $T8 %] | [% HTML.escape(IMPORT.order_date.dmy('.')) _ ' ' _ HTML.escape(IMPORT.order_date.hms(':')) %] |
[% 'Shop Host' | $T8 %] | [% HTML.escape(IMPORT.host) %] |
[% 'Shop OrderIP' | $T8 %] | [% HTML.escape(IMPORT.remote_ip) %] |
[% 'Shop Ordernotes' | $T8 %] | [% HTML.escape(IMPORT.shop_customer_comment) %] |
[% 'Shop Orderamount' | $T8 %] | [% HTML.escape(IMPORT.amount_as_number) %] |
[% 'Shipping costs' | $T8 %] | [% HTML.escape(IMPORT.shipping_costs_as_number) %] |
[% 'Payment description' | $T8 %] | [% HTML.escape(IMPORT.payment_description) %] |