Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40698de4

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 40698de42ed9ad8c5ac101e70942903cea3a8cd5
  • Vorgänger bf624ffb
  • Nachfolger 39595432

Shopmodul: ActionBar, automatische Prüfung der Shopverbindung beim
speichern
Zusätzliche Felder in der Shopconfig für Pfad, Realm und Protokoll

Unterschiede anzeigen:

SL/ShopConnector/ALL.pm
23 23
  ideal
24 24
);
25 25

  
26
my @shop_connectors =
27
  (
28
    { id => "xtcommerce", description => "XT Commerce"},
29
    { id => "shopware",   description => "Shopware" },
30
    { id => "ideal",      description => "IDeal" }
31
  );
32

  
26 33
sub all_enabled_shop_connectors {
27 34
  my %disabled = map { $_ => 1 } @{ $::instance_conf->get_disabled_shop_connectors || [] };
28 35

  
......
41 48
  $shop_connector_by_connector{$_[1]};
42 49
}
43 50

  
51
sub connectors {
52
  \@shop_connectors;
53
}
44 54
1;

Auch abrufbar als: Unified diff