Revision 55962438
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/DB/Shop.pm | ||
---|---|---|
|
||
# not yet implemented checks
|
||
if ($self->{connector} eq 'shopware6') {
|
||
push @errors, $::locale->text('Transaction Description is not yet implemented') if $self->{transaction_description};
|
||
push @errors, $::locale->text('Shipping cost article is not implemented') if $self->{shipping_costs_parts_id};
|
||
push @errors, $::locale->text('Fetch from last order number is not implemented') if $self->{last_order_number};
|
||
} else {
|
locale/de/all | ||
---|---|---|
'Transaction' => 'Buchung',
|
||
'Transaction %d cancelled.' => 'Buchung %d erfolgreich storniert.',
|
||
'Transaction Date missing!' => 'Buchungsdatum fehlt!',
|
||
'Transaction Description is not yet implemented' => 'Vorgangsbezeichnung ist noch nicht implementiert',
|
||
'Transaction ID missing.' => 'Die Buchungs-ID fehlt.',
|
||
'Transaction Value' => 'Umsatz',
|
||
'Transaction Value Currency Code' => 'WKZ Umsatz',
|
Auch abrufbar als: Unified diff
ShopConnector: Vorgangsbezeichnung geht auch mit Shopware6