Street & house number in 2 fields
Product information "Street & house number in 2 fields"
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.Â
- Fixed type hints and property initialization checks.
- Optimized package attributes and redundant code checks.
- Improved plugin compatibility with Shopware 6.7.
- Improved plugin compatibility with Shopware 6.7.
- Optimization of the splitting of the street and house number fields in the administration.
- Improved house number input field validation in the storefront.
- Improves plugin compatibility.
- 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
- Fixed type hints and property initialization checks.
- Optimized package attributes and redundant code checks.
- Improved compatibility with the ACCESSIBILITY_TWEAKS feature flag.
- Added compatibility with the ACCESSIBILITY_TWEAKS feature flag.
- Optimization of the splitting of the street and house number fields in the administration.
- Improves plugin compatibility.
- Code optimizations.
- Improves plugin compatibility.
- Optimization of the admin snippets.
- Generates the house number from the street field when the customer is generated by PayPal or AmazonPay plugins.
- Optimizes prefixes of street and house number fields.
- Improves plugin compatibility.
- Optimizes loading of compiled files.
- Optimizes loading of js files.
- Compatibility with Shopware 6.6.
- Improves plugin compatibility.
- Fixes the issue on the loading street and house fields in the Administration.
- Improves plugin compatibility with Shopware version >= 6.5.0.0.
- Optimizes house number validation message.
- Change of the plugin name and the manufacturer links.
- Optimizes help text of the "Turn on validation of the house number field in address form" field in the plugin configuration.
- Checks the request data for improving the plugin compatibility.
- Optimizes plugin compatibility.
- Optimizes plugin image.
- Improves compatibility with Shopware >= 6.4.10.0.
- Adds validation on displaying of the street and house number in Administration.
- Optimizes displaying of the street and house number in Administration.
- Adds plugin configuration for validation of the house number field at register page.
- Adds validation for house number field at register page.
- Added plugin configuration for turning off the auto fill of the street and house number fields in the address form.
- Fix error on getting house number callback value.
- Added callback value for house number field.
- Optimize plugin compatibility.
- Add validation on input fields for street and house number.
Login
5 reviews
29 April 2025 11:54
Einfach anzuwenden - Support ist schnell und Lösungsorientiert
-
15 September 2024 07:16
tolles kleines Tool
tolles kleines Tool
10 February 2022 15:24
Prima Plugin!
Einfach zu benutzen, beeinflusst nur das Frontend (-> "zerschießt nichts bei Update), macht was es soll - was will man mehr!
30 June 2021 17:17
Alles so wie es sein soll
Macht was es soll und der Service ist perfekt.
5 March 2021 23:07
Sehr nützliches plugin da viele Kunden vergessen die Haus-Nr. anzugeben
Sehr nützliches plugin da viele Kunden vergessen die Haus-Nr. anzugeben
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.