Revision c3ddc4d3
Von Werner Hahn vor etwa 7 Jahren hinzugefügt
templates/webpages/shop_order/list.html | ||
---|---|---|
155 | 155 |
<br>[% HTML.escape(shop_order.billing_street) %] |
156 | 156 |
<br>[% HTML.escape(shop_order.billing_zipcode) %] [% HTML.escape(shop_order.billing_city) %] |
157 | 157 |
<br>[% HTML.escape(shop_order.billing_country) %] |
158 |
<br>[% IF shop_order.open_invoices > 0 || shop_order.customer.order_lock == 1 %][% SET alertclass = 'style="background:rgba(255,0,0,1);"' %][% ELSE %][% SET alertclass = '' %][% END %]<span [% alertclass %]> [% HTML.escape(shop_order.kivi_customer.customernumber) %] -- [% shop_order.open_invoices %] </span></td>
|
|
158 |
<br>[% IF shop_order.open_invoices > 0 || shop_order.customer.order_lock == 1 %][% SET alertclass = 'style="background:rgba(255,0,0,1);"' %][% ELSE %][% SET alertclass = '' %][% END %]<span [% alertclass %]> [% 'Customernumber' | $T8 %] [% HTML.escape(shop_order.kivi_customer.customernumber) %] -- [% 'Invoices' | $T8 %] [% shop_order.open_invoices %] </span></td>
|
|
159 | 159 |
[% IF (shop_order.delivery_lastname != shop_order.billing_lastname || shop_order.delivery_firstname != shop_order.billing_firstname || shop_order.delivery_street != shop_order.billing_street || shop_order.delivery_city != shop_order.billing_city) %] [% SET deliveryclass = 'style="background:rgba(100, 100, 100, 0.5);"' %] [% ELSE %] [% SET deliveryclass = '' %] [% END %] |
160 | 160 |
<td [% deliveryclass %]>[% IF shop_order.customer_company %]<b>[% HTML.escape(shop_order.customer_company) %]</b><br>[% END %] |
161 | 161 |
<b>[% HTML.escape(shop_order.delivery_lastname) %], [% HTML.escape(shop_order.delivery_firstname) %]</b> |
Auch abrufbar als: Unified diff
Shopmodul: Shopbestelllisting Beschreibung zu Zahlen hinzugefügt
Kundennummer Rechnungen