Revision 8bd48e18
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/ShopConnector/ALL.pm | ||
---|---|---|
2 | 2 |
|
3 | 3 |
use strict; |
4 | 4 |
|
5 |
use SL::ShopConnector::Shopware; |
|
6 |
|
|
5 | 7 |
my %shop_connector_by_name = ( |
6 | 8 |
shopware => 'SL::ShopConnector::Shopware', |
7 | 9 |
); |
templates/webpages/shop_order/show.html | ||
---|---|---|
184 | 184 |
<th>[% 'Extended' | $T8 %]</th> |
185 | 185 |
</tr> |
186 | 186 |
<tr class="listrow"> |
187 |
<td>[% loop.index %]</td> |
|
187 |
[% FOREACH pos = IMPORT.shop_order_items %] |
|
188 |
<td>[% loop.index+1 %]</td> |
|
188 | 189 |
<td>[% HTML.escape(pos.partnumber) %]</td> |
189 | 190 |
<td>[% HTML.escape(pos.description) %]</td> |
190 | 191 |
<td>[% pos.quantity_as_number %]</td> |
Auch abrufbar als: Unified diff
WebshopApi: kleinere Fehler nach Aufräumarbeiten