Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c39e831b

Von Werner Hahn vor fast 3 Jahren hinzugefügt

  • ID c39e831b3bceef01a851a0825ce6b19d1ddc3eda
  • Vorgänger 09800b73
  • Nachfolger af084740

Shop: Vorgangsbezeichnung nicht bei Shopware6 implementiert

Unterschiede anzeigen:

SL/DB/Shop.pm
unless $self->{orders_to_fetch} > 0;
# not yet implemented checks
push @errors, $::locale->text('Transaction Description is not yet implemented') if $self->{transaction_description};
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 {

Auch abrufbar als: Unified diff