How is the data stored?
Two fields are displayed in the admin and in the storefront: Street and house number The plugin saves the data as follows for the customer address: * Additional field acris_separate_street_address_street * Additional field acris_separate_street_address_house_number * Shopware standard field ‘street’ If the two fields are changed in the admin, the plugin saves them separated by spaces in the Shopware standard field street. This is particularly important for other payment connections and ERP systems, which of course always access the Shopware standard field and do not recognise the additional fields of the plugin.