Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 55962438

Von Jan Büren vor mehr als 2 Jahren hinzugefügt

ShopConnector: Vorgangsbezeichnung geht auch mit Shopware6

Unterschiede anzeigen:

SL/DB/Shop.pm
29 29

  
30 30
  # not yet implemented checks
31 31
  if ($self->{connector} eq 'shopware6') {
32
    push @errors, $::locale->text('Transaction Description is not yet implemented')  if $self->{transaction_description};
33 32
    push @errors, $::locale->text('Shipping cost article is not implemented')        if $self->{shipping_costs_parts_id};
34 33
    push @errors, $::locale->text('Fetch from last order number is not implemented') if $self->{last_order_number};
35 34
  } else {
locale/de/all
4000 4000
  'Transaction'                 => 'Buchung',
4001 4001
  'Transaction %d cancelled.'   => 'Buchung %d erfolgreich storniert.',
4002 4002
  'Transaction Date missing!'   => 'Buchungsdatum fehlt!',
4003
  'Transaction Description is not yet implemented' => 'Vorgangsbezeichnung ist noch nicht implementiert',
4004 4003
  'Transaction ID missing.'     => 'Die Buchungs-ID fehlt.',
4005 4004
  'Transaction Value'           => 'Umsatz',
4006 4005
  'Transaction Value Currency Code' => 'WKZ Umsatz',

Auch abrufbar als: Unified diff