Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c3ddc4d3

Von Werner Hahn vor etwa 7 Jahren hinzugefügt

  • ID c3ddc4d3a235a9bcb2a6c8feebdf3b5c9a0e929e
  • Vorgänger 89fb8629
  • Nachfolger 0dfb7b73

Shopmodul: Shopbestelllisting Beschreibung zu Zahlen hinzugefügt
Kundennummer Rechnungen

Unterschiede anzeigen:

templates/webpages/shop_order/list.html
155 155
      <br>[% HTML.escape(shop_order.billing_street) %]
156 156
      <br>[% HTML.escape(shop_order.billing_zipcode) %]&nbsp;[% 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 %]>&nbsp;&nbsp;[% HTML.escape(shop_order.kivi_customer.customernumber) %] -- [% shop_order.open_invoices %]&nbsp;&nbsp;</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 %]>&nbsp;&nbsp;[% 'Customernumber' | $T8 %] [% HTML.escape(shop_order.kivi_customer.customernumber) %] -- [% 'Invoices' | $T8 %] [% shop_order.open_invoices %]&nbsp;&nbsp;</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) %],&nbsp;[% HTML.escape(shop_order.delivery_firstname) %]</b>

Auch abrufbar als: Unified diff