Street & house number in 2 fields

836 downloads
Street and house number is divided into 2 fields in the frontend. (mandatory fields). Both fields are merged into the Shopware field and additionally stored separately in CustomFields
Monthly
€4.90* / month
Cancelable monthly
Annual
16.67% discount
€4.08 / month
€58.80* €49.00* / year

Technical Information

Category Checkout / Cart process
Created At July 20, 2020
Last Updated July 19, 2026
Languages de_DE, en_GB
Keywords street, street number, house number, septerate street number
Technical name AcrisSeparateStreet

Highlights

  • Street & house number in separate mandatory fields
  • Display in cart, order confirmation & addresses

Features

  • Street & house number in 2 separate fields (mandatory fields)
  • Shopware standard field is still used (merge the two fields in the background)
  • Possible for both the billing address and the delivery address
  • Changes in the front end as 2 separate fields, in the background these are stored as "custom fields".

Problem / Use Case

In the Shopware standard the street and house number is entered in a field - some customers therefore forget to enter the house number.

Solution

Therefore we split the input in the frontend into 2 fields - therefore the input of street and house number is possible in 2 fields.
In the background, the two fields are merged back into the Shopware standard "Street" field, so all processes (such as e-mail, payment etc.) work as in the standard. Additionally we store the 2 fields in "Custom Fields" - this allows us to "separate" the display in the frontend again.

Note, if you make manual changes in the shopware backend

In the Shopware backend the two "Custom Fields" are not displayed, only the Shopware standard street field.  A manual change of this field in the Shopware backend is therefore not recommended, because the "Custom Fields" do not change as well and this can lead to inconsistencies in the display.

The installation of the plugin is very fast and uncomplicated.

  • Plugin Manager via Settings > System > Plugins
  • Upload, install and activate the plugin

Frequently Asked Questions

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.

No, customers do not have to enter their house number again and again. If the additional fields are filled in, they are also read out. If the additional fields are not yet filled, for example because the plugin has been newly installed, then the value of the street is always read from the Shopware standard field street. If the customer saves the data in the storefront, we also save the two additional fields in the Shopware standard street field, separated by spaces.

Version Date Compatibility Changelog
4.0.8 28 May 2026 >=6.7.0.0 <6.8.0.0
  • - Code optimizations.
4.0.7 13 May 2026 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with TonurPackstation6.
4.0.6 12 February 2026 >=6.7.0.0 <6.8.0.0
  • - Fixed type hints and property initialization checks.
  • - Optimized package attributes and redundant code checks.
4.0.5 11 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
4.0.4 3 July 2025 >=6.7.0.0 <6.8.0.0
  • - Improved plugin compatibility with Shopware 6.7.
4.0.3 6 June 2025 >=6.7.0.0 <6.8.0.0
  • - Optimization of the splitting of the street and house number fields in the administration.
4.0.2 30 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Improved house number input field validation in the storefront.
4.0.1 8 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Improves plugin compatibility.
4.0.0 7 May 2025 >=6.7.0.0 < 6.8.0.0
  • - Compatibility with Shopware 6.7.
  • - Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
3.1.9 26 May 2026 >=6.6.0.0 <6.7.0.0
  • - Improved house number validation during checkout order placement to block orders with addresses that have no house number separated from the street.
3.1.8 12 February 2026 >=6.6.0.0 <6.7.0.0
  • - Fixed type hints and property initialization checks.
  • - Optimized package attributes and redundant code checks.
3.1.7 30 September 2025 >=6.6.0.0 <6.7.0.0
  • - Improved compatibility with the ACCESSIBILITY_TWEAKS feature flag.
3.1.6 13 June 2025 >=6.6.0.0 <6.7.0.0
  • - Added compatibility with the ACCESSIBILITY_TWEAKS feature flag.
3.1.5 6 June 2025 >=6.6.0.0 <6.7.0.0
  • - Optimization of the splitting of the street and house number fields in the administration.
3.1.4 27 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
3.1.3 22 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Code optimizations.
3.1.2 8 May 2025 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
3.1.1 29 April 2025 >=6.6.0.0 < 6.7.0.0
  • - Optimization of the admin snippets.
3.1.0 5 March 2025 >=6.6.0.0 < 6.7.0.0
  • - Generates the house number from the street field when the customer is generated by PayPal or AmazonPay plugins.
3.0.4 23 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes prefixes of street and house number fields.
3.0.3 9 December 2024 >=6.6.0.0 < 6.7.0.0
  • - Improves plugin compatibility.
3.0.2 21 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes loading of compiled files.
3.0.1 15 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Optimizes loading of js files.
3.0.0 1 March 2024 >=6.6.0.0 < 6.7.0.0
  • - Compatibility with Shopware 6.6.
2.0.2 9 December 2024 >=6.5.0.0
  • - Improves plugin compatibility.
2.0.1 10 September 2023 >=6.5.0.0
  • - Fixes the issue on the loading street and house fields in the Administration.
2.0.0 31 March 2023 >=6.5.0.0
  • - Improves plugin compatibility with Shopware version >= 6.5.0.0.
1.4.7 20 April 2023 >=6.4.0.0
  • - Optimizes house number validation message.
1.4.6 15 February 2023 >=6.4.0.0
  • - Change of the plugin name and the manufacturer links.
1.4.5 26 November 2022 >=6.4.0.0
  • - Optimizes help text of the "Turn on validation of the house number field in address form" field in the plugin configuration.
1.4.4 26 November 2022 >=6.4.0.0
  • - Checks the request data for improving the plugin compatibility.
1.4.3 26 November 2022 >=6.4.0.0
  • - Optimizes plugin compatibility.
1.4.2 26 November 2022 >=6.4.0.0
  • - Optimizes plugin image.
  • - Improves compatibility with Shopware >= 6.4.10.0.
1.4.1 26 November 2022 >=6.4.0.0
  • - Adds validation on displaying of the street and house number in Administration.
1.4.0 26 November 2022 >=6.4.0.0
  • - Optimizes displaying of the street and house number in Administration.
1.3.0 26 November 2022 >=6.4.0.0
  • - Adds plugin configuration for validation of the house number field at register page.
1.2.0 26 November 2022 >=6.4.0.0
  • - Adds validation for house number field at register page.
1.1.0 26 November 2022 >=6.4.0.0
  • - Added plugin configuration for turning off the auto fill of the street and house number fields in the address form.
1.0.7 26 November 2022 >=6.2.0
  • - Fix error on getting house number callback value.
1.0.6 26 November 2022 >=6.2.0
  • - Added callback value for house number field.
1.0.5 26 November 2022 >=6.2.0
  • - Optimize plugin compatibility.
1.0.4 26 November 2022 >=6.2.0
  • - Add validation on input fields for street and house number.
Reviews

Average rating of 5 out of 5 stars

5 reviews

5
0
0
0
0

Einfach anzuwenden - Support ist schnell und Lösungsorientiert

Review with rating of 5 out of 5 stars

· 29 April 2025

-

tolles kleines Tool

Review with rating of 5 out of 5 stars

· 15 September 2024

tolles kleines Tool

Prima Plugin!

Review with rating of 5 out of 5 stars

· 10 February 2022

Einfach zu benutzen, beeinflusst nur das Frontend (-> "zerschießt nichts bei Update), macht was es soll - was will man mehr!

Alles so wie es sein soll

Review with rating of 5 out of 5 stars

· 30 June 2021

Macht was es soll und der Service ist perfekt.

Sehr nützliches plugin da viele Kunden vergessen die Haus-Nr. anzugeben

Review with rating of 5 out of 5 stars

· 5 March 2021

Sehr nützliches plugin da viele Kunden vergessen die Haus-Nr. anzugeben