Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b4e66cb8

Von Jan Büren vor etwa 3 Jahren hinzugefügt

  • ID b4e66cb8a15f3519ad39c675a621890cb0680b79
  • Vorgänger db3d7b7c
  • Nachfolger d4e74f0a

Shopware6: Neue Shopschnittstelle hinzugefügt

Einrückungen entsprechend gesetzt

Unterschiede anzeigen:

SL/ShopConnector/ALL.pm
3 3
use strict;
4 4

  
5 5
use SL::ShopConnector::Shopware;
6
use SL::ShopConnector::Shopware6;
6 7
use SL::ShopConnector::WooCommerce;
7 8

  
8 9
my %shop_connector_by_name = (
9 10
  shopware    => 'SL::ShopConnector::Shopware',
10
  woocommerce    => 'SL::ShopConnector::WooCommerce',
11
  shopware6   => 'SL::ShopConnector::Shopware6',
12
  woocommerce => 'SL::ShopConnector::WooCommerce',
11 13
);
12 14

  
13 15
my %shop_connector_by_connector = (
14
  shopware   => 'SL::ShopConnector::Shopware',
16
  shopware    => 'SL::ShopConnector::Shopware',
17
  shopware6   => 'SL::ShopConnector::Shopware6',
15 18
  woocommerce => 'SL::ShopConnector::WooCommerce',
16 19
);
17 20

  
18 21
my @shop_connector_order = qw(
19 22
  woocommerce
20 23
  shopware
24
  shopware6
21 25
);
22 26

  
23 27
my @shop_connectors = (
24
  { id => "shopware",   description => "Shopware" },
25
  { id => "woocommerce",   description => "WooCommerce" },
28
  { id => "shopware",    description => "Shopware" },
29
  { id => "shopware6",   description => "Shopware6" },
30
  { id => "woocommerce", description => "WooCommerce" },
26 31
);
27 32

  
28 33

  

Auch abrufbar als: Unified diff