{"id":39878,"date":"2026-08-12T10:47:43","date_gmt":"2026-08-12T08:47:43","guid":{"rendered":"https:\/\/www.endereco.de\/?post_type=docs&#038;p=39878"},"modified":"2026-08-12T10:49:55","modified_gmt":"2026-08-12T08:49:55","password":"","slug":"installation-instructions-for-oxid7","status":"publish","type":"docs","link":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/","title":{"rendered":"Installation Instructions for OXID7"},"content":{"rendered":"<div class=\"wp-block-group has-background is-vertical is-layout-flex wp-container-core-group-is-layout-e0d88b65 wp-block-group-is-layout-flex\" style=\"background:linear-gradient(105deg,rgb(238,238,238) 0%,rgb(253,253,253) 98%);padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">\n<p class=\"wp-block-paragraph\"><strong>endereco Address Management Services Module (AMS)<\/strong><br>For OXID 7.x PE, CE, and EE<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-1 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\"><a href=\"https:\/\/github.com\/Endereco\/endereco-oxid7-twig-client\/releases\/tag\/1.1.0\" target=\"_blank\" rel=\"noopener\" title=\"\">Current Release Notes<\/a><\/mark><\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Functional description<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">endereco Address Management Services (AMS) improve the quality of your customers\u2019 address data\u2014simply and easily\u2014right in your OXID7 store. Incorrect addresses can be corrected immediately using intelligent suggestions. Address spellings are automatically standardized. A two-step process in the address forms ensures accurate data entry on virtually all input devices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Level 1<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Input Assistant<\/strong><br>Suggestions for entered address fragments are displayed in an autocomplete function of street, postcode and city. This works on PCs, tablets and smartphones. Address entry is simplified, accelerated and the error rate is massively reduced.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Name Check \u2013 Does the Title Match the First Name?<\/strong><br>Our name checker can detect gender unique first names and marks the corresponding salutation field of your webshop. Ambiguous or unknown names are ignored.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Upper and lower case of names are corrected automatically. If desired, even first and last names entered interchangeably are corrected.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If an academic title is stored, it will be deleted from the First Name field and transferred to the Title field, if the field is displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Email check<\/strong><br>An entered e-mail address is checked for various characteristics in real time:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Valid syntax of the e-mail address<\/li>\n\n\n\n<li>Valid country domain<\/li>\n\n\n\n<li>Is the mailbox full or deliverable?<\/li>\n\n\n\n<li>If it is a one-way address or SPAM e-mail address<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Phone numbers normalization<\/strong><br>Different ways of writing phone numbers are very common. Endereco cleans up the data and gives phone numbers a uniform, standardized format. In addition, Endereco distinguishes between mobile and landline numbers and can include this information upon request. Invalid area codes and mobile numbers are detected and flagged.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Level 2<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Address validation<\/strong><br>The address check validates the entered fields for validity within the overall context. For entries that are not plausible, valid correction suggestions are automatically offered. The customer can choose between their entry and one of the correction suggestions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installation instructions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reinstalling the module<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The module can be installed via Composer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run the following command in the root directory of the store:<\/p>\n\n\n\n<div class=\"betterdocs-code-snippet-wrapper theme-light betterdocs-code-snippet-a6befe97\"\n     id=\"betterdocs-code-snippet-a6befe97\"\n     data-language=\"php\"\n     data-copy-button=\"false\">\n\n    \n    <div class=\"betterdocs-code-snippet-content\">\n        \n        <pre class=\"betterdocs-code-snippet-code language-php\"><code>composer require endereco\/endereco-oxid7-twig-client<\/code><\/pre>\n    <\/div>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\">The command downloads the latest version and the namespaces are registered. To install a special version, for example <em>1.1.0<\/em>, the command can be customized as follows.<\/p>\n\n\n\n<div class=\"betterdocs-code-snippet-wrapper theme-light betterdocs-code-snippet-2scc7m3\"\n     id=\"betterdocs-code-snippet-2scc7m3\"\n     data-language=\"javascript\"\n     data-copy-button=\"false\">\n\n    \n    <div class=\"betterdocs-code-snippet-content\">\n        \n        <pre class=\"betterdocs-code-snippet-code language-javascript\"><code>composer require endereco\/endereco-oxid7-twig-client:1.1.0<\/code><\/pre>\n    <\/div>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Perform Migrations<\/strong><\/p>\n\n\n\n<div class=\"betterdocs-code-snippet-wrapper theme-light betterdocs-code-snippet-5pjm59z\"\n     id=\"betterdocs-code-snippet-5pjm59z\"\n     data-language=\"javascript\"\n     data-copy-button=\"false\">\n\n    \n    <div class=\"betterdocs-code-snippet-content\">\n        \n        <pre class=\"betterdocs-code-snippet-code language-javascript\"><code>vendor\/bin\/oe-eshop-db_migrate migrations:migrate<\/code><\/pre>\n    <\/div>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Notice.<\/strong> You can find more information about the migration here: <a href=\"https:\/\/docs.oxid-esales.com\/developer\/en\/7.2\/development\/tell_me_about\/migrations.html\">Documentation for Migrations in Oxid 7<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Clear Cache and Views <\/strong>rebuild<\/p>\n\n\n\n<div class=\"betterdocs-code-snippet-wrapper theme-light betterdocs-code-snippet-ege8ixf\"\n     id=\"betterdocs-code-snippet-ege8ixf\"\n     data-language=\"javascript\"\n     data-copy-button=\"false\">\n\n    \n    <div class=\"betterdocs-code-snippet-content\">\n        \n        <pre class=\"betterdocs-code-snippet-code language-javascript\"><code>vendor\/bin\/oe-console oe:cache:clear\nvendor\/bin\/oe-eshop-db_views_generate<\/code><\/pre>\n    <\/div>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Activate Module<\/strong><\/p>\n\n\n\n<div class=\"betterdocs-code-snippet-wrapper theme-light betterdocs-code-snippet-5atnvdj\"\n     id=\"betterdocs-code-snippet-5atnvdj\"\n     data-language=\"javascript\"\n     data-copy-button=\"false\">\n\n    \n    <div class=\"betterdocs-code-snippet-content\">\n        \n        <pre class=\"betterdocs-code-snippet-code language-javascript\"><code>vendor\/bin\/oe-console oe:module:activate endereco-oxid7-client<\/code><\/pre>\n    <\/div>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PS:<\/strong> Feel free to sign up for our <a href=\"https:\/\/endereco.de\/newsletter\/?customize_changeset_uuid=221d08c1-a6e6-417c-950c-a5068ce081d9&amp;customize_messenger_channel=preview-0\"><strong>Release Newsletter<\/strong><\/a> and you will always be informed when an update is available.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Request access data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Access data<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The module only works with a valid API key, which you can get from us. If you haven't received one yet, you can get it here or by emailing us directly at <a href=\"mailto:info@endereco.de\"><u>info@endereco.de<\/u><\/a> free of charge.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can try the module 30 days free of charge on your test instance or in the live store from the moment you receive the API key and use all functions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Limitation:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For licensing reasons, the test is not performed at the house number level during the test period. We will activate this for you in live operation!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/endereco.de\/preise\/\"><u>You can find more conditions here.<\/u><\/a><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.endereco.de\/apikey-beantragen\/\"><u>API<\/u>\u2013<u>Request a Key<\/u><\/a><\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Switch to the paid productive mode<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To receive your live access credentials, we need your consent to our Terms and Conditions as well as the signed Data Processing Agreement. You can complete this using our form: <a href=\"https:\/\/share.hsforms.com\/1gRrwhZIeSqOPFDzzsaMxOA3e78w?__hstc=248591832.3a8282be8ad71e44f2f38ef46969a8cf.1756141953859.1761818233609.1761822940266.99&amp;__hssc=248591832.1.1761822940266&amp;__hsfp=509313186\">Use of endereco services.<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Data processing agreement: For some services in which we process the customer's personal data or pass it on to third parties via interfaces in accordance with the GDPR, we require a data processing agreement.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To our terms and conditions: <a href=\"http:\/\/endereco.de\/agb\">Our General Terms of Use and AVV | Endereco<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We need approval from Deutsche Post, which may take about... 2\u20133 days.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Entering the access data<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the shop backend, click on \u201cExtensions\/Modules\u201d and select \"Endereco Address Services for OXID\"<\/li>\n\n\n\n<li>Select settings<\/li>\n\n\n\n<li>Enter API key, select service endpoint<\/li>\n\n\n\n<li>Save entries<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1968\" height=\"1174\" src=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52.png\" alt=\"\" class=\"wp-image-39893\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52.png 1968w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52-768x458.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52-1536x916.png 1536w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52-18x12.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-13.47.52-360x215.png 360w\" sizes=\"auto, (max-width: 1968px) 100vw, 1968px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Configuration of the module<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Selection of the test mode<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can turn various services on and off:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1968\" height=\"778\" src=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39.png\" alt=\"\" class=\"wp-image-39896\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39.png 1968w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39-768x304.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39-1536x607.png 1536w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39-18x7.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.23.39-360x142.png 360w\" sizes=\"auto, (max-width: 1968px) 100vw, 1968px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong>\u201ePreselect default country\u201c<\/strong> \u2013 Here you can set which country is automatically preselected in your address form if OXID hasn't defined a country. Ideally, this should be the country from which you receive the most customer orders.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eAddress Validation and Input Wizard\u201c<\/strong>\u00a0 \u2013 Based on the data entered, the input wizard generates suggestions for the customer\u2019s ZIP code, the corresponding city, and the street. When selected, the suggested entries are automatically entered into the corresponding address fields.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the address check, the address is checked again when the form is submitted.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If there is an error, the customer is informed of this via a pop-up window. He now has the option of retaining his entry or accepting a correction suggestion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eCheck existing customers once as well\u201c<\/strong> \u2013 Your existing customers who haven't been verified yet will be automatically verified when they log in. If these customers then proceed through the checkout process, they will be notified of an incorrect address on the \u201cReview and Order\" page if an error occurs and will be redirected accordingly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eCheck PayPal Express Checkout\u201c<\/strong> \u2013 The data of customers who wish to complete their order using PayPal Express Checkout is verified.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>ATTENTION:<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For Amazon Pay customers\u2014Pay with Amazon\u2014the transaction is processed <strong>No test<\/strong> of the customer addresses! With \u201eLogin with Amazon\u201c, the customer is also not checked.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eTrigger address validation immediately after leaving the address fields\u201c<\/strong> \u2013 If this feature is enabled, the address validation is triggered immediately after the user leaves the address fields\u2014for example, by selecting the \u201eFirst Name\u201c field.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If this function is not active, the address check is not executed until the form is submitted.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eContinue to submit the form after selecting an address\u201c<\/strong> \u2013 If there is an error in one of the addresses, the address verification pop-up window appears. Once the user has made a selection, they can confirm it by clicking the \u201eApply\u201c button.<br>If this option is enabled, the form submission will continue automatically.<br>If it is inactive, the user must manually trigger the form submission after closing the pop-up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eOptimize Field Order\u201c<\/strong> \u2013 Automatically arranges the address fields in the checkout in the optimal order (country, ZIP code, city, street, house number)\u2014regardless of the store\u2019s default layout\u2014for a more intuitive user experience when entering an address with autocomplete.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eAllow the modal to close\u201c<\/strong> \u2013 Displays a \"Close\" button in the address verification pop-up so that customers can close the window at any time\u2014even if the address has not yet been corrected or confirmed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eThe customer must confirm an incorrect address by checking a box.\u201c<\/strong> \u2013 If endereco flags a customer's entry as incorrect, the customer must confirm it by checking a checkbox.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1968\" height=\"188\" src=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04.png\" alt=\"\" class=\"wp-image-39897\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04.png 1968w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04-768x73.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04-1536x147.png 1536w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04-18x2.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.36.04-360x34.png 360w\" sizes=\"auto, (max-width: 1968px) 100vw, 1968px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eEnable Email Address Verification\u201c\u00a0<\/strong>verifies the syntax, accessibility and deliverability of an e-mail box, as well as the existence of an entered e-mail address.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eView Email Status Update\u201c\u00a0<\/strong>determines whether or not the notification regarding the status of the email address is displayed to the customer.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1968\" height=\"188\" src=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02.png\" alt=\"\" class=\"wp-image-39898\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02.png 1968w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02-768x73.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02-1536x147.png 1536w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02-18x2.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.38.02-360x34.png 360w\" sizes=\"auto, (max-width: 1968px) 100vw, 1968px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eEnable name verification and standardization, and automatically set the title\u201c\u00a0<\/strong>It detects and corrects spelling errors in first and last names, standardizes spelling (e.g., uppercase\/lowercase), and automatically determines the appropriate form of address based on the first name\u2014ensuring clean customer data without any extra effort on the customer\u2019s part.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eFix Swapped First and Last Names (BETA)\u201c\u00a0<\/strong>Detects when the first and last names are swapped and places them in the correct fields.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1968\" height=\"744\" src=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53.png\" alt=\"\" class=\"wp-image-39899\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53.png 1968w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53-768x290.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53-1536x581.png 1536w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53-18x7.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2026\/08\/Bildschirmfoto-2026-08-11-um-14.45.53-360x136.png 360w\" sizes=\"auto, (max-width: 1968px) 100vw, 1968px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><strong>\"<\/strong> Use standard CSS \u201c<\/strong> \u2013 Specifies whether the endereco module's default CSS classes should be loaded.<br>If this option is not enabled, no CSS information will be loaded. You can then define the styling of the elements yourself, for example, in the theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eAdditional Color Settings\u201c<\/strong> - This allows you to adjust the colors for warnings, error texts and notes to the colors of your webshop.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eEnable the Controller Class Whitelist\u201c<\/strong> - This allows you to adjust the colors for warnings, error texts and notes to the colors of your webshop.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eTrigger address validation when submitting the form\u201c<\/strong> \u2013 In this case, the address is not validated until you click \u201eNext\u201c or \u201eSave.\u201c.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u201eDisplaying Debug Information in the Browser Console\u201c <\/strong>\u2013 This feature is especially useful for developers. When enabled, helpful information for debugging the endereco module is displayed in the browser console or developer tools.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This completes the setup.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Functional test<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you've selected \u201eGermany\u201c as the country and entered a ZIP code, you should see relevant suggestions for the location\u2014suggestions should also appear as you type in the street name.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We hope you enjoy using our module. We look forward to your feedback, suggestions and feedback. This is the only way we can optimize our services!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you have any questions we will be happy to help you!<\/strong><br><strong>Simply send an e-mail to: <\/strong><a href=\"mailto:support@endereco.de\"><strong>support@endereco.de<\/strong><\/a><strong> or Tel: 0931 66 39 839 - 0<\/strong><br><strong>Your endereco team<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Add privacy policy<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Please inform your customers that the address information they enter, as well as any other personal data, will be verified.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You now have three options for incorporating this information:<\/p>\n\n\n\n<div data-wp-context=\"{ &quot;autoclose&quot;: false, &quot;accordionItems&quot;: [] }\" data-wp-interactive=\"core\/accordion\" role=\"group\" class=\"wp-block-accordion is-layout-flow wp-block-accordion-is-layout-flow\">\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-1&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-1-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" id=\"accordion-item-1\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">Option 1: Manual transfer from our text template<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div aria-labelledby=\"accordion-item-1\" data-wp-bind--hidden=\"state.isHidden\" data-wp-on--beforematch=\"actions.handleBeforeMatch\" id=\"accordion-item-1-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">We have prepared a suggested text for you that you can include in your privacy policy. Please customize the suggested text to reflect the services you offer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>On our website, we offer you the option to check certain entries in the address forms of our online store for errors in real time. This is intended to prevent problems with the delivery of the products you have ordered due to incorrect information.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>We would also like to ensure that your contact information is current so that we can send you information about your order or contact you if we have any questions.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>To provide these functions, we use the service provider Endereco, Balthasar-Neumann-Stra\u00dfe 4b, 97236 Randersacker. The service provider processes the data exclusively in accordance with our instructions. The legal basis for the transfer, processing, and temporary storage of the data by the service provider is Article 6(1)(b) of the GDPR, as it is strictly necessary for the performance of the contract or for the implementation of pre-contractual measures to verify the accuracy of some of the data you enter into the input form. The following data is processed by the service provider:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Address (country, town, zip code, street, house number if applicable)<\/em><\/li>\n\n\n\n<li><em>Email address (please delete if not enabled)<\/em><\/li>\n\n\n\n<li><em>Phone number (please delete if not enabled)<\/em><em>The data is processed separately by the service provider and is not combined with other data. The requests are deleted by the service provider as soon as the status of the entered data has been determined and the data has been saved in the online store, but no later than 30 days after submission.<\/em><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-context=\"{ &quot;autoclose&quot;: false, &quot;accordionItems&quot;: [] }\" data-wp-interactive=\"core\/accordion\" role=\"group\" class=\"wp-block-accordion is-layout-flow wp-block-accordion-is-layout-flow\">\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-2&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-2-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" id=\"accordion-item-2\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\">Option 2: Legal text generator of the IT law firm<\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div aria-labelledby=\"accordion-item-2\" data-wp-bind--hidden=\"state.isHidden\" data-wp-on--beforematch=\"actions.handleBeforeMatch\" id=\"accordion-item-2-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">If you are already a customer of <a href=\"https:\/\/www.it-recht-kanzlei.de\/\">IT Law Firm<\/a> and manage your legal texts there, you can simply add another text section to your other privacy policy content.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the Legal Text Generator, our endereco services are listed under \"Tools and Miscellaneous\" &gt; \"Use services for automatic address validation and input corrections\".<\/p>\n<\/div>\n<\/div>\n\n\n\n<div data-wp-class--is-open=\"state.isOpen\" data-wp-context=\"{ &quot;id&quot;: &quot;accordion-item-3&quot;, &quot;openByDefault&quot;: false }\" data-wp-init=\"callbacks.initAccordionItems\" data-wp-on-window--hashchange=\"callbacks.hashChange\" class=\"wp-block-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow\">\n<h3 class=\"wp-block-accordion-heading\"><button aria-expanded=\"false\" aria-controls=\"accordion-item-3-panel\" data-wp-bind--aria-expanded=\"state.isOpen\" data-wp-on--click=\"actions.toggle\" id=\"accordion-item-3\" type=\"button\" class=\"wp-block-accordion-heading__toggle\"><span class=\"wp-block-accordion-heading__toggle-title\"><a>Option 3: Legal text generator from H\u00e4ndlerbund<\/a><\/span><span class=\"wp-block-accordion-heading__toggle-icon\" aria-hidden=\"true\">+<\/span><\/button><\/h3>\n\n\n\n<div aria-labelledby=\"accordion-item-3\" data-wp-bind--hidden=\"state.isHidden\" data-wp-on--beforematch=\"actions.handleBeforeMatch\" id=\"accordion-item-3-panel\" role=\"region\" class=\"wp-block-accordion-panel is-layout-flow wp-block-accordion-panel-is-layout-flow\">\n<p class=\"wp-block-paragraph\">The H\u00e4ndlerbund's legal document generator for privacy policies now includes a new item in the \u201eContact\u201c category:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201eUse automatic address validation tools on your website.\u201c<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u201eendereco\u201c is now available for selection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After selection and saving, the legal text generator is now extended by an enstrpechent paragraph.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>endereco Adressmanagement-Services Modul (AMS)F\u00fcr OXID 7.x PE, CE &amp; EE Aktuelle Release Notes Funktionsbeschreibung Die endereco Adressmanagement-Services (AMS) verbessern die Qualit\u00e4t der Adressdaten deiner Kunden &#8211; einfach und unkompliziert &#8211; direkt in deinem OXID7 Shop. Fehlerhafte Adressen lassen sich durch intelligente Vorschl\u00e4ge direkt beheben. Die Schreibweise von Adressen wird automatisch normiert. Ein zweistufiger Prozess in [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"doc_category":[97],"doc_tag":[],"class_list":["post-39878","docs","type-docs","status-publish","hentry","doc_category-install"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Lena Schmitt\"\/>\n\t<meta name=\"google-site-verification\" content=\"i1PNkea8tePlg3flDsX_q6AQq4ZfvITL4vXXZ_5InhM\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Endereco - Master Data Quality Management\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen\" \/>\n\t\t<meta property=\"og:description\" content=\"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-12T08:47:43+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-12T08:49:55+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AddressManagementServices\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@endereco_news\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en#listItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"name\":\"endereco Plugin Dokumentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"position\":2,\"name\":\"endereco Plugin Dokumentation\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/install\\\/#listItem\",\"name\":\"Installation\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en#listItem\",\"name\":\"Start\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/install\\\/#listItem\",\"position\":3,\"name\":\"Installation\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/install\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#listItem\",\"name\":\"Installationsanleitung f\\u00fcr OXID7\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"name\":\"endereco Plugin Dokumentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#listItem\",\"position\":4,\"name\":\"Installationsanleitung f\\u00fcr OXID7\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/install\\\/#listItem\",\"name\":\"Installation\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#organization\",\"name\":\"Endereco - Master Data Quality Experts\",\"description\":\"Wir pr\\u00fcfen, erg\\u00e4nzen und korrigieren Adressdaten\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/\",\"telephone\":\"+4993166398390\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/endereco.de\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/endereco-social-preview.jpg\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/endereco_de\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC9yvqFDIJU4fdmhEc3_J1fw\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/36400724\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/lena\\\/#author\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/lena\\\/\",\"name\":\"Lena Schmitt\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#webpage\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/\",\"name\":\"Endereco AMS f\\u00fcr OXID7 \\u2013 Installieren, Konfigurieren, Testen\",\"description\":\"Schnelle Installation des AMS-Moduls f\\u00fcr OXID 7.x: zweistufige Adresspr\\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/installationsanleitung-fuer-oxid7\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/lena\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/lena\\\/#author\"},\"datePublished\":\"2026-08-12T10:47:43+02:00\",\"dateModified\":\"2026-08-12T10:49:55+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/\",\"name\":\"Endereco - Master Data Quality Experts\",\"description\":\"Wir pr\\u00fcfen, erg\\u00e4nzen und korrigieren Adressdaten\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen<\/title>\n\n","aioseo_head_json":{"title":"Endereco AMS for OXID7 \u2013 Installation, Configuration, Testing","description":"Quick installation of the AMS module for OXID 7.x: two-step address verification, automatic corrections, and secure data validation.","canonical_url":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"i1PNkea8tePlg3flDsX_q6AQq4ZfvITL4vXXZ_5InhM","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en#listItem","position":1,"name":"Start","item":"https:\/\/www.endereco.de\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","name":"endereco Plugin Dokumentation"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","position":2,"name":"endereco Plugin Dokumentation","item":"https:\/\/www.endereco.de\/en\/dokumentation\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/install\/#listItem","name":"Installation"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en#listItem","name":"Start"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/install\/#listItem","position":3,"name":"Installation","item":"https:\/\/www.endereco.de\/en\/docs-category\/install\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#listItem","name":"Installationsanleitung f\u00fcr OXID7"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","name":"endereco Plugin Dokumentation"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#listItem","position":4,"name":"Installationsanleitung f\u00fcr OXID7","previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/install\/#listItem","name":"Installation"}}]},{"@type":"Organization","@id":"https:\/\/www.endereco.de\/en\/#organization","name":"Endereco - Master Data Quality Experts","description":"Wir pr\u00fcfen, erg\u00e4nzen und korrigieren Adressdaten","url":"https:\/\/www.endereco.de\/en\/","telephone":"+4993166398390","logo":{"@type":"ImageObject","url":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#organizationLogo"},"image":{"@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/endereco_de\/","https:\/\/www.youtube.com\/channel\/UC9yvqFDIJU4fdmhEc3_J1fw","https:\/\/www.linkedin.com\/company\/36400724"]},{"@type":"Person","@id":"https:\/\/www.endereco.de\/en\/author\/lena\/#author","url":"https:\/\/www.endereco.de\/en\/author\/lena\/","name":"Lena Schmitt"},{"@type":"WebPage","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#webpage","url":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/","name":"Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen","description":"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.endereco.de\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/#breadcrumblist"},"author":{"@id":"https:\/\/www.endereco.de\/en\/author\/lena\/#author"},"creator":{"@id":"https:\/\/www.endereco.de\/en\/author\/lena\/#author"},"datePublished":"2026-08-12T10:47:43+02:00","dateModified":"2026-08-12T10:49:55+02:00"},{"@type":"WebSite","@id":"https:\/\/www.endereco.de\/en\/#website","url":"https:\/\/www.endereco.de\/en\/","name":"Endereco - Master Data Quality Experts","description":"Wir pr\u00fcfen, erg\u00e4nzen und korrigieren Adressdaten","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.endereco.de\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Endereco - Master Data Quality Management","og:type":"article","og:title":"Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen","og:description":"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.","og:url":"https:\/\/www.endereco.de\/en\/dokumentation\/installationsanleitung-fuer-oxid7\/","og:image":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","og:image:secure_url":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","article:published_time":"2026-08-12T08:47:43+00:00","article:modified_time":"2026-08-12T08:49:55+00:00","article:publisher":"https:\/\/www.facebook.com\/AddressManagementServices","twitter:card":"summary","twitter:site":"@endereco_news","twitter:title":"Endereco AMS f\u00fcr OXID7 \u2013 Installieren, Konfigurieren, Testen","twitter:description":"Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.","twitter:image":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg"},"aioseo_meta_data":{"post_id":"39878","title":"Endereco AMS for OXID7 \u2013 Installation, Configuration, Testing","description":"Quick installation of the AMS module for OXID 7.x: two-step address verification, automatic corrections, and secure data validation.","keywords":null,"keyphrases":{"focus":{"keyphrase":"Adresspr\u00fcfung f\u00fcr OXID 7","score":0,"analysis":[]},"additional":[{"keyphrase":"OXID7","score":0}]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-08-12 08:50:21","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":["Endereco AMS: Adressmanagement f\u00fcr OXID 7.x \u2013 Adressdaten Qualit\u00e4t sichern","AMS von Endereco: Automatisierte Adresspr\u00fcfung und Normalisierung in OXID","Einrichtung und Nutzung von Endereco Adressmanagement-Services AMS","OXID 7.x AMS: Zweistufige Adressvalidierung und Eingabeassistenz","Endereco Adressmanagement-Services AMS \u2013 Installieren, Konfigurieren, Testen"],"descriptions":["Entdecken Sie die endereco Adressmanagement-Services AMS f\u00fcr OXID 7.x: automatische Adressnormierung, Eingabeassistenten und Echtzeit-Validierung.","AMS von endereco verbessert Adressqualit\u00e4t mit Autocomplete, Namenspr\u00fcfung, E-Mail-\/Telefon-Validierung \u2013 einfach via Composer installieren.","Schnelle Installation des AMS-Moduls f\u00fcr OXID 7.x: zweistufige Adresspr\u00fcfung, automatische Korrekturen und sichere Datenvalidierung.","Erfahren Sie, wie AMS die Adressdatenqualit\u00e4t steigert: Validierung, Vorschl\u00e4ge, automatische Gro\u00df-\/Kleinschreibung und Titel\u00fcbernahme.","Teste endereco AMS: Echtzeit-Adresspr\u00fcfung, Eingabeassistent, API-Schl\u00fcssel beantragen und Migrationen \u2013 Checkout-Daten optimieren."],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-11 11:11:07","updated":"2026-08-12 08:50:21","focus_keyword":"Adresspr\u00fcfung f\u00fcr OXID 7","additional_keywords":[{"word":"OXID7","score":74,"items":{"introductionKeyword":{"score":3},"keyphraseLength":{"score":9},"keyphraseDensity":{"score":4},"functionWordsInKeyphrase":{"score":9},"textCompetingLinks":{"score":9},"imageKeyphrase":{"score":6}}}],"truseo_locale":null},"year_month":"2026-08","word_count":1744,"total_views":"10","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Lena Schmitt","author_nicename":"lena","author_url":"https:\/\/www.endereco.de\/en\/author\/lena\/"},"doc_category_info":[{"term_name":"Installation","term_url":"https:\/\/www.endereco.de\/en\/docs-category\/install\/"}],"doc_tag_info":[],"acf":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs\/39878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/comments?post=39878"}],"version-history":[{"count":6,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs\/39878\/revisions"}],"predecessor-version":[{"id":39919,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs\/39878\/revisions\/39919"}],"wp:attachment":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/media?parent=39878"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/doc_category?post=39878"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/doc_tag?post=39878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}