Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7814fb1e

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID 7814fb1e2961413e887055d1515d2a3db453c38b
  • Vorgänger 68e82bca
  • Nachfolger 18e7a0c3

shopware: discount Falls Rabatt und Promotionscode vorhanden auch anzeigen

Unterschiede anzeigen:

templates/webpages/shop_order/show.html
182 182
        <th>[% 'Partdescriptipion' | $T8 %]</th>
183 183
        <th>[% 'Qty'               | $T8 %]</th>
184 184
        <th>[% 'Price'             | $T8 %]</th>
185
        <th>[% 'Discount'          | $T8 %]</th>
186
        <th>[% 'Promotion Code'    | $T8 %]</th>
185 187
        <th>[% 'Extended'          | $T8 %]</th>
186 188
      </tr>
187 189
      <tr class="listrow">
......
191 193
        <td>[% HTML.escape(pos.description)                    %]</td>
192 194
        <td>[% pos.quantity_as_number                          %]</td>
193 195
        <td>[% pos.price_as_number                             %]</td>
196
        <td>[% pos.discount_as_number * 100                    %] %</td>
197
        <td>[% pos.discount_code                               %]</td>
194 198
        <td>[% LxERP.format_amount(pos.price * pos.quantity,2) %]</td>
195 199
      </tr>
196 200
      [% END %]

Auch abrufbar als: Unified diff