CINXE.COM
Online Dispute Resolution | European Commission
<!DOCTYPE html> <html lang='en'> <head profile="http://www.w3.org/1999/xhtml/vocab"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style id="antiClickjack">body{display:none !important;}</style> <script> if(top.location != self.location) { top.location = self.location; } if (self === top) { var antiClickjack = document.getElementById("antiClickjack"); antiClickjack.parentNode.removeChild(antiClickjack); } else { top.location = self.location; } </script> <script> var labelResFound = "\x5Bx\x5D\x20results\x20found.\x3Cbr\x20\x2F\x3EPlease\x20use\x20up\x20or\x20down\x20arrow\x20to\x20select\x20an\x20item."; var noResultFoundLabel = "No\x20result\x20found"; </script> <link rel="stylesheet" type="text/css" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/css/dataTables.bootstrap.css"> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/bootstrap-accessibility.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery-ui/css/jquery-ui.min.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/css/responsive.dataTables.min.css"/> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/bootstrap/css/help.css" /> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr/resources/public/libraries/lou-multi-select/css/multi-select.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/backoffice/css/jquery.fileupload.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/backoffice/css/jquery.fileupload-ui.css" > <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public/styles/layout.css" > <link media="all" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public2/styles/europa.css"> <link type="text/css" rel="stylesheet" href="https://ec.europa.eu/consumers/odr//resources/public2/styles/custom_odr.css"> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery/jquery.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/jquery/plugins/forms/jquery.form.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/jquery-ui/js/jquery-ui.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/bootstrap.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/bootstrap.extension.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/jquery.dataTables.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/dataTables.responsive.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/datatables/intl.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/countries_region_EN.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/js/sectors_EN.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/typeahead/typeahead.min.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/public/libraries/lou-multi-select/js/jquery.multi-select.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/backoffice/js/validate/jquery.validate.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr/resources/backoffice/js/validate/additional-methods.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/scripts/fileMgtForMessages.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/jquery.ui.widget.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/jquery.fileupload.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/backoffice/js/custom.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/jquery-ui/js/jquery-ui-i18n.min.js"></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/libraries/bootstrap/js/help.js" ></script> <script type="text/javascript" src="https://ec.europa.eu/consumers/odr//resources/public/scripts/customs.js" ></script> <script> function showValidationErrorMessages(validationMessage) { var message = ""; var messages = ""; var totalError = 0; var tabPanes = []; var validationMsg = $.parseJSON("["+validationMessage+"]"); $("div.has-error").removeClass("has-error"); $("li").removeClass("has-error"); $(document).find('span.help-block').each(function() { $(this).html(""); }); $(validationMsg).each(function(i) { var valid = this.valid; if (!valid) { var element = $('input[name="'+this.name +'"],select[name="'+this.name +'"],textarea[name="'+this.name+'"]')[0]; var errorMsg = this.message; // totalError++; // messages += "<li>" + $(element).attr("alt") + ": " + errorMsg + "</li>"; if ($(element).attr('data-valid-element')){ var elementName = $(element).attr('data-valid-element'); element = $('input[name="'+ elementName +'"],select[name="'+ elementName +'"],textarea[name="'+ elementName +'"]')[0]; } var tab = $(element).parents("div.tab-pane")[0]; var tabID = $(tab).attr("id"); if ($.inArray(tabID, tabPanes) === -1){ tabPanes.push(tabID); } if ($("div").find('[data-validation-title='+ $(element).attr("name") +']').length > 0){ $("div").find('[data-validation-title='+ $(element).attr("name") +']').addClass("has-error"); } else{ $(element).parent("div").addClass("has-error"); } var spanMsgId = $(element).attr("aria-describedby"); if ($(element).is(":checkbox, :radio")){ spanMsgId = $(element).attr("data-help-block"); } $("#" + spanMsgId ).parent('div').addClass('has-error'); $("#" + spanMsgId ).html(errorMsg); } }); $(tabPanes).each(function(i, id) { $("a[href$='"+id+"']").parent("li").addClass("has-error"); }); } /***** VALIDATION GENERIC FUNCTION********************************* errContainer: div error container errorSpan : the span where the error text is displayed ******************************************************************/ function showValidationErrors(validationMessage, errContainer, errSpan) { var message = ""; var messages = ""; var totalError = 0; validationMessage = "[" + validationMessage + "]"; $("#" + errContainer).html("").hide(); $(".has-error").removeClass("has-error"); $(document).find('.help-block').each(function() { $(this).html(""); }); $($.parseJSON(validationMessage)).each(function() { var valid = this.valid; if (!valid) { var element = $('input[name="'+this.name +'"],select[name="'+this.name +'"],textarea[name="'+this.name+'"]')[0]; var errorMsg = this.message; totalError++; var elementLabel = $(element).parents('div.form-group').find('label:first-child').clone(); /**Remove help link**/ if ((elementLabel.find('[data-help]')).length > 0){ elementLabel.find('a').nextAll().remove(); elementLabel.find('a').remove(); } /**Remove asterisk**/ elementLabel.find('span.mandatory-data').remove(); if (typeof(elementLabel.html()) === 'undefined') messages += "<li>" + ' ' + totalError + ": " + errorMsg + "</li>"; else messages += "<li>" + elementLabel.html() + ": " + errorMsg + "</li>"; // messages += "<li>" + $(element).parents('.form-group').find('label:first-child').text() + ": " + errorMsg + "</li>"; $(element).parents(".form-group").addClass("has-error"); if ($(element).is(":radio, :checkbox")) if ($(element).hasClass('innerDiv')) $('input[name$="' + this.name +'"]:last').parent().append("<br><span class='has-error' style='margin-left:-15px; margin-top:15px;'>" + errorMsg + "</span>") else $(element).parent().parent().after("<br><span class='has-error'>" + errorMsg + "</span>") else $(element).parents(".form-group").find('.help-block').html(errorMsg); } }); var message = totalError == 1 ? 'There\x20is\x201\x20missing\x20or\x20invalid\x20field\x20in\x20your\x20form.' : 'There\x20are\x20\x3Cb\x3E\x5BX\x5D\x3C\x2Fb\x3E\x20missing\x20or\x20invalid\x20fields\x20in\x20your\x20form.\x20Please\x20correct\x20them\x20and\x20try\x20again.'; message = message.replace("[X]", totalError); message += '<ul>' + messages + '</ul>'; if (totalError != 0) { $("#" + errContainer).show(); $("#" + errContainer).html('<p>'+message+'</p>'); } } function validatorDefaultSettings(){ $.validator.setDefaults({ errorElement:'span', errorClass:'has-error', errorLabelContainer:'#errorContainerPop', onfocusout:function (element) { $(this.currentForm).validate();}, onclick:function (element) { $(this.currentForm).validate(); }, validClass : 'has-success', showErrors: function (errorMap, errorList) { var errClass = "has-error"; var validClass = "has-success"; var messages = ""; var errorExplanation = ""; var totalError = 0; var invalidElem = []; $.each(errorList, function (index, value) { totalError++; var id = $(value.element).attr('id'); /**Avoid to display the contextual help that have some elements **/ var elementLabel = $("#"+id).parents('.form-group').find('label:first-child').clone(); if ((elementLabel.find('[data-help]')).length > 0){ //(elementLabel.find('a').nextAll().remove()).find('a').remove() ; elementLabel.find('a').nextAll().remove(); elementLabel.find('a').remove(); } messages += "<li id='error_" + id + "'>" + elementLabel.html() + ": " + value.message + "</li>"; if ($("#" + id).is(":radio, :checkbox")){ $("#" + id).parents(".form-group").find('.help-block').html(value.message ); } else{ $("#" + id).parents(".form-group").find('.help-block').html(value.message ); } }); if (this.settings.unhighlight) { for ( var i = 0, elements = this.validElements(); elements[i]; i++ ) { this.settings.unhighlight.call( this, elements[i], this.settings.errorClass, this.settings.validClass ); } } for ( var i = 0; this.errorList[i]; i++ ) { var error = this.errorList[i]; this.settings.highlight && this.settings.highlight.call( this, error.element, this.settings.errorClass, this.settings.validClass ); } if (submitted) { var message = totalError == 1 ? 'There\x20is\x201\x20missing\x20or\x20invalid\x20field\x20in\x20your\x20form.' : 'There\x20are\x20\x3Cb\x3E\x5BX\x5D\x3C\x2Fb\x3E\x20missing\x20or\x20invalid\x20fields\x20in\x20your\x20form.\x20Please\x20correct\x20them\x20and\x20try\x20again.'; message = message.replace("[X]", totalError); message += '<ul id="formErrors_'+ $(this.currentForm).attr('name')+'">' + messages + '</ul>'; if (totalError != 0) { $('#errorContainerPop').show(); $('#errorContainerPop').html('<p>'+message+'</p>'); } submitted = false; } }, highlight: function(element) { $(element).parents(".form-group").addClass('has-error'); }, unhighlight: function(element) { $(element).parents(".form-group").removeClass('has-error').addClass('has-success'); $(element).parents(".form-group").find('.help-block').html(''); }, success: "valid" }); } </script> <title> Online Dispute Resolution | European Commission </title> <script defer="defer" src="//europa.eu/webtools/load.js?globan=1110" type="text/javascript"></script> <script type="application/json"> { "utility": "piwik", "siteID": 175, "sitePath": ["ec.europa.eu\/consumers"], "siteSection": "odr" } </script> <script src="https://ec.europa.eu/consumers/odr/resources/js/cookie_config.js" type="text/javascript"></script> <script src="//ec.europa.eu/wel/cookie-consent/consent.js" type="text/javascript"></script> </head> <body class="language-en"> <header class="ecl-site-header" role="banner"> <div class="ecl-skip-link__wrapper" id="skip-link"> <a href="#main-content" class="ecl-skip-link"> Skip to main content </a> </div> <header class="ecl-site-header" role="banner"> <div class="ecl-container"> <nav class="ecl-navigation-list-wrapper ecl-u-f-r"> <h2 class="ecl-u-sr-only"> User menu </h2> <ul class="ecl-navigation-list ecl-navigation-list--small ecl-u-pt-xxs"> <li class="ecl-navigation-list__item"> <a class="ecl-button ecl-button--secondary ecl-u-f-l header--button" href="https://ec.europa.eu/consumers/odr/main/index.cfm?event=main.complaints.dashboard"> <span class="glyphicon glyphicon-log-in"></span> Sign in </a> </li> <li class="ecl-navigation-list__item"> <a class="ecl-button ecl-button--secondary header--button" href="https://ec.europa.eu/consumers/odr/security/?event=security.register"> <span class="icon user-icon"></span> Register as a trader </a> </li> </ul> </nav> </div> <div class="ecl-site-switcher ecl-site-switcher--header header--menu"> <ul class="ecl-site-switcher__list ecl-container"> </ul> </div> <div class="ecl-container ecl-site-header__banner"> <a href="https://ec.europa.eu" class="ecl-logo " title="Home - European Commission"> <span class="ecl-u-sr-only"> Home - European Commission </span> </a> <div class="ecl-language-list ecl-language-list--overlay"> <div id="ecl-overlay-language-list" class="ecl-dialog__overlay ecl-dialog__overlay--blue" aria-hidden="true"></div> <div class="ecl-lang-select-sites ecl-link" data-ecl-dialog="ecl-dialog" id="ecl-lang-select-sites__overlay"> <a href="#" class="ecl-lang-select-sites__link"> <span class="ecl-lang-select-sites__label"> English </span> <span class="ecl-lang-select-sites__code"> <span class="ecl-icon ecl-icon--language ecl-lang-select-sites__icon"></span> <span class="ecl-lang-select-sites__code-text"> EN </span> </span> </a> </div> <div id= "languageSelectSplash" class="ecl-dialog ecl-dialog--transparent ecl-dialog--wide" aria-labelledby="ecl-dialog-title" aria-describedby="ecl-dialog-description" aria-hidden="true" role="dialog"></div> </div> <form class="ecl-search-form ecl-site-header__search" action="https://ec.europa.eu/search/?" method="get" id="nexteuropa-europa-search-search-form" accept-charset="UTF-8"> <label class="ecl-search-form__textfield-wrapper"> <span class="ecl-u-sr-only"> Search this website </span> <input class="ecl-text-input ecl-search-form__textfield" title="Search" type="search" id="edit-querytext" name="QueryText" value="" maxlength="128" /> </label> <button class="ecl-button ecl-button--form ecl-search-form__button" type="submit"> Search </button> <input type="hidden" name="form_build_id" value="form-RuqP_SxZjHOnazaJ3to28MABRR4hKqdNQ3ZpBf7vNLg"> <input type="hidden" name="form_id" value="nexteuropa_europa_search_search_form"> <input value="EN" name="swlang" id="swlang" type="hidden"> </form> </div> </header> <div class="ecl-page-header ecl-page-header--image" > <div class="ecl-container"> <nav class="ecl-breadcrumbs " aria-label="breadcrumbs"> <span class="ecl-u-sr-only"> You are here: </span> <ol class="ecl-breadcrumbs__segments-wrapper"> <li class="ecl-breadcrumbs__segment ecl-breadcrumbs__segment--first"> <a href="https://ec.europa.eu/info/index_en" class="ecl-breadcrumbs__link"> European Commission </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu_en" class="ecl-breadcrumbs__link"> ... </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu/consumers_en" class="ecl-breadcrumbs__link"> Consumers </a> </li> <li class="ecl-breadcrumbs__segment"> <a href="https://ec.europa.eu/info/live-work-travel-eu/consumers/resolve-your-consumer-complaint_en" class="ecl-breadcrumbs__link"> Resolve your consumer complaint </a> </li> </ol> </nav> <div class="ecl-page-header__body"> <div class="ecl-page-header__title"> <h1 class="ecl-heading ecl-heading--h1 ecl-u-color-white" > Online Dispute Resolution </h1> </div> </div> </div> </div> <nav class="ecl-navigation-menu" aria-label="Main Navigation"> <div class="ecl-container"> <button class="ecl-navigation-menu__toggle ecl-navigation-menu__hamburger ecl-navigation-menu__hamburger--squeeze" aria-controls="nav-menu-expandable-root" aria-expanded="false"> <span class="ecl-navigation-menu__hamburger-box"> <span class="ecl-navigation-menu__hamburger-inner"> </span> </span> <span class="ecl-navigation-menu__hamburger-label"> Menu </span> </button> <ul class="ecl-navigation-menu__root" id="nav-menu-expandable-root" > <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home2.show" class="ecl-navigation-menu__link"> Home </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.screeningphase" class="ecl-navigation-menu__link"> Start your case </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.home.howitworks" class="ecl-navigation-menu__link"> How it works </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.consumer.rights" class="ecl-navigation-menu__link"> Consumer rights </a> </li> <li class="ecl-navigation-menu__item ecl-navigation-menu__item--active "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.trader.register" class="ecl-navigation-menu__link"> Traders' section </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.adr.show2" class="ecl-navigation-menu__link"> Dispute resolution bodies </a> </li> <li class="ecl-navigation-menu__item "> <a href="https://ec.europa.eu/consumers/odr/main/?event=main.help.new" class="ecl-navigation-menu__link"> Help </a> </li> </ul> </div> </nav> <div class="page-content"> <div class="container-fluid"> <div class="ecl-row ecl-u-z-navigation ecl-u-pt-xl"> <div class="ecl-col-md-3 ecl-u-z-navigation"> <nav class="ecl-navigation-inpage" > <p> <button class="ecl-button ecl-button--call " onClick="document.location='../security/?event=security.register'"> Register as a trader </button> </p> <div class="ecl-navigation-inpage__title"> Page Contents </div> <div class="ecl-navigation-inpage__body"> <div class="ecl-navigation-inpage__trigger" aria-controls="ecl-navigation-inpage-list" aria-expanded="false" id="ecl-navigation-inpage-trigger"> </div> <ul class="ecl-navigation-inpage__list" aria-hidden="true" aria-labelledby="ecl-navigation-inpage-trigger" id="ecl-navigation-inpage-list"> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#inline-nav-1"> Why the ODR platform matters for traders </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#inline-nav-2"> Trader obligations </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#inline-nav-3"> Start using ODR </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#inline-nav-4"> Complain against a consumer </a> </li> <li class="ecl-navigation-inpage__item"> <a class="ecl-navigation-inpage__link ecl-link ecl-link--standalone" href="#inline-nav-5"> Documents </a> </li> </ul> </div> </nav> </div> <div class="ecl-col-md-9"> <section id="inline-nav-1"> <h2 class="ecl-heading ecl-heading--h2"> Why the ODR platform matters for traders </h2> <p class="ecl-paragraph"> The European Online Dispute Resolution (ODR) platform is provided by the European Commission to make online shopping safer and fairer through access to quality dispute resolution tools. All online retailers and traders in EU, Iceland, Liechtenstein or Norway are obliged to provide an easily accessible link to the ODR platform and an e-mail address for the ODR platform to contact you (Article 14 of the Regulation (EU) No <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1426859531321&uri=CELEX:32013R0524">524/2013 </a> ). </p> <p class="ecl-paragraph"> If you have received a notification from the ODR platform, it means a consumer has an unresolved problem with a good or service purchased from your online store and chose to use the ODR platform to find a solution. </p> <h3 class="ecl-heading ecl-heading--h3"> Resolve directly with the consumer </h3> <p class="ecl-paragraph"> The consumer may choose to share the details in the draft complaint form with you, before officially submitting the complaint, to see if a direct solution to the dispute is possible (direct talks). You will be able to exchange messages directly through your dashboard and send attachments such as product photos. </p> <h3 class="ecl-heading ecl-heading--h3"> Resolve through a dispute resolution body </h3> <p class="ecl-paragraph"> If the notification concerns a complaint, this means the consumer would like to refer the problem to an approved dispute resolution body. The dispute resolution bodies listed on the ODR platform meet strict standards of quality and independence. </p> <p class="ecl-paragraph"> A dispute resolution body is a neutral third party that helps consumers and traders solve disputes in a non-confrontational way. They are usually less expensive and quicker than going to court. </p> <p class="ecl-paragraph"> You will have 30 days to agree on a dispute resolution body to handle your case, <a href="https://ec.europa.eu/consumers/odr/userguide/?lang=en&page=trad_send_adr_list=2/userguide/?page=trad_send_adr_list=2">learn more</a> . Failing that, the consumer will be advised on other tools to protect their rights and obtain redress. </p> </section> <section id="inline-nav-2"> <h2 class="ecl-heading ecl-heading--h2"> Trader obligations </h2> <p class="ecl-paragraph"> If you trade online in the EU, Norway, Iceland or Liechtenstein, you have the following obligations in relation to the ODR platform. These obligations APPLY TO ALL ONLINE TRADERS whether they intend to use the ODR platform or not: <ol class="ecl-paragraph" > <li> You have to clearly provide your e-mail address on your website. Providing only an interactive contact form is not sufficient. </li> <li> You have to provide a link from your website to the Online Dispute Resolution platform <a class="ecl-link" href="https://ec.europa.eu/consumers/odr">ec.europa.eu/consumers/odr.</a> This link has to be visible and easily accessible on the website. </li> </ol> </p> </section> <section id="inline-nav-3"> <h2 class="ecl-heading ecl-heading--h2"> Start using ODR </h2> <p class="ecl-paragraph"> Registering on the ODR platform will make it easier for your customers to engage with you if they have a problem. It will help you avoid unnecessary escalation of complaints by receiving them before the consumer turns to other mechanisms to resolve their dispute. </p> <p class="ecl-paragraph"> If you receive a request from your customer through the ODR platform, you will need to register to respond. </p> <h3 class="ecl-heading ecl-heading--h3"> To register you have to <a class="ecl-link" href="https://ec.europa.eu/consumers/odr/security/?event=security.register">create an EU login</a> </h3> <br> <img src="https://ec.europa.eu/consumers/odr/resources/public2/images/eu_login_create_account_en.png"> <br><br> <p class="ecl-paragraph"> 13-After you have created your EU login, you will be directed to the ODR platform where you will have to create an organisation in the site to be able to: <ol class="ecl-paragraph" > <li> Access the system </li> <li> Create/Receive complaints via the ODR platform </li> <li> Manage users within your organisation </li> <li> Update your personal data (e.g. change the e-mail address to which the notifications will be sent) </li> </ol> </p> <br> <img src="https://ec.europa.eu/consumers/odr/resources/public2/images/trad_create_org_en.png"> <p class="ecl-paragraph">Once you have created an organisation, all members of your organisation will be able to access the dashboard and see the complaints.</p> </section> <section id="inline-nav-4"> <h2 class="ecl-heading ecl-heading--h2"> Complain against a consumer </h2> <p class="ecl-paragraph">If you are a trader based in the EU or Norway, Iceland and Liechtenstein, you can also use the ODR platform to send your online consumer dispute to an approved dispute resolution body.</p> <p class="ecl-paragraph">You can only <b>complain against a consumer</b> if they reside in <b>Belgium, Germany, Luxemburg or Poland.</b></p> <p class="ecl-paragraph">To create a complaint, you need to register in the system and create your organisation. If you are already registered, you need to log in. Go to your organisation鈥檚 dashboard and click <b>Start your case</b>.</p> </section> <section id="inline-nav-5"> <h2 class="ecl-heading ecl-heading--h2"> Documents </h2> <section class="ecl-file" > <div class="ecl-file__body"> <div class="ecl-row"> <div class=" ecl-col ecl-col-md-8"> <span class="ecl-icon ecl-icon--file ecl-file__icon"> </span> <div class="ecl-file__metadata"> <div class="ecl-file__title"> Leaflet for traders <br> </div> <div class="ecl-file__info"> <span class="ecl-file__language"> English </span> (903 kB - PDF) </div> </div> </div> <div class="ecl-col-12 ecl-col-md-4"> <a href="https://ec.europa.eu/consumers/odr/resources/public2/documents/leaflet_for_traders/traderleaflet_web_en.pdf" target="_blank" class="ecl-button ecl-button--default ecl-button--block ecl-button--file ecl-file__download"> Download <span class="sr-only"> (903 kB - PDF) </span> </a> </div> </div> </div> </section> <section class="ecl-file"> <div class="ecl-file__body"> <div class="ecl-row"> <div class=" ecl-col ecl-col-md-8"> <span class="ecl-icon ecl-icon--file ecl-file__icon"></span> <div class="ecl-file__metadata"> <div class="ecl-file__title"> Trader statistic<br> </div> <div class="ecl-file__info"> <span class="ecl-file__language">English</span> (903 kB - PDF) </div> </div> </div> <div class="ecl-col-12 ecl-col-md-4"> <a href="https://ec.europa.eu/consumers/odr/resources/public2/documents/trader_info_stats/ODR_Trader_Info_stat_EN.pdf" target="_blank" class="ecl-button ecl-button--default ecl-button--block ecl-button--file ecl-file__download"> Download <span class="sr-only">(191 kB - PDF)</span> </a> </div> </div> </div> </section> </section> </div> </div> </div> </div> <footer class="ecl-footer"> <div class="ecl-footer__site-identity"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled" > <li class="ecl-footer__menu-item" > <h4 class="ecl-h4"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.home2.show"> Online Dispute Resolution </a> </h4> </li> <li class="ecl-footer__menu-item"> <a href="https://europa.eu/youreurope/index.htm#en" id="eu-ye-logo" target="_blank"> <img class="ecl-image ecl-image--fluid" style="max-width: 8.0rem; width: auto;" title="Your Europe" alt="Your Europe" src="https://ec.europa.eu/consumers/odr/resources/public2/images/YourEU-logo panton monochrom horisontal.svg" > </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled" > <li class="ecl-footer__menu-item" > <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.statistics.show"> Reports and statistics </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="#legislation-modal" data-toggle="modal"> Legislation </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <ul class="ecl-footer__menu ecl-list--unstyled"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.complaints.odrList#inline-nav-3"> Contact advisor </a> </li> <li class="ecl-footer__menu-item" > <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/consumers/odr/main/?event=main.privacy.show"> Data protection </a> </li> </ul> </div> </div> </div> </div> <div class="ecl-footer__site-corporate"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> European Commission </h4> <ul class="ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/commission/index_en"> Commission and its priorities </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/info/index_en"> Policies, information and services </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> Follow the European Commission </h4> <ul class="ecl-footer__menu ecl-list--inline"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://www.facebook.com/EuropeanCommission"> <span class="ecl-icon ecl-icon--facebook ecl-footer__social-icon"> </span> Facebook </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://twitter.com/EU_commission"> <span class="ecl-icon ecl-icon--twitter ecl-footer__social-icon"> </span> Twitter </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/contact/social-networks_en"> Other social media </a> </li> </ul> </div> <div class="ecl-col-sm ecl-footer__column"> <h4 class="ecl-h4 ecl-footer__title"> European Union </h4> <ul class="ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/about-eu/institutions-bodies_en"> EU institutions </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link ecl-link--external" href="https://europa.eu/european-union/index_en"> European Union </a> </li> </ul> </div> </div> </div> </div> <div class="ecl-footer__ec"> <div class="ecl-container"> <div class="ecl-row"> <div class="ecl-col-sm "> <ul class="ecl-list--inline ecl-footer__menu"> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://commission.europa.eu/about-european-commission_en" target="_blank""> About the Commission's new web presence </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/resources-partners_en" target="_blank"> Resources for partners </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/cookies_en" target="_blank"> Cookies </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="http://ec.europa.eu/info/legal-notice_en "> Legal notice </a> </li> <li class="ecl-footer__menu-item"> <a class="ecl-link ecl-footer__link" href="https://ec.europa.eu/info/departments/justice-and-consumers_en" target="_blank"> Contact </a> </li> </ul> </div> </div> </div> </div> <!-- Modal Start here--> <div class="modal fade waitbox" id="waitModalBox" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="false" data-keyboard="false"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"> <span class="glyphicon glyphicon-time"> </span> Please wait </h4> </div> <div class="modal-body"> <div class="progress"> <div class="progress-bar progress-bar-info progress-bar-striped active" style="width: 100%"> </div> </div> </div> </div> </div> </div> <form id="languageFrm" name="languageFrm" action="https://ec.europa.eu/consumers/odr/main/index.cfm?event=main.home.changeLanguage" method="post" class="submitNoPrevent"> <input type="hidden" id="csrfToken" name="csrfToken" value="99971F5FEB0352BAE15B3EF5E1841F825F26974C" /> <input id="nextModule" name="nextModule" type="hidden" value="main"/> <input type="hidden" name="reload" id="reload" value="false"> <input type="hidden" name="nextEvent" id="nextEvent" value="main.trader.register"/> <input id="lng" name="lng" type="hidden" value="EN"/> </form> </footer> <script src="https://ec.europa.eu/consumers/odr/resources/public2/scripts/europa.js"></script> <script> document.addEventListener('DOMContentLoaded', function () { ECL.navigationInpages(); /*There is a conflict with the dropdow menu*/ // ECL.accordions(); ECL.initExpandables(); }); ECL.dropdown('.ecl-dropdown'); </script> <div class="modal fade" id="legislation-modal" tabindex="-1" role="dialog" aria-labelledby="legislationModalLabel" aria-describedby="legislationModalContent"> <div class="modal-dialog" role="document"> <div class="modal-content" id="legislationModalContent"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true"> × </span> </button> <h4 class="modal-title" id="legislationModalLabel"> Legislation </h4> </div> <div class="modal-body"> <p> This site was created in response to specific EU legislation. </p> <ul> <li> <a href="http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1426859531321&uri=CELEX:32013R0524" target="_blank"> Regulation on online dispute resolution for consumers </a> </li> <li> <a href="http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1426859494520&uri=CELEX:32013L0011" target="_blank"> Directive on alternative dispute resolution for consumers </a> </li> </ul> </div> </div> </div> </div> <script> var interfaceLang ="en"; $(document).ready(function(){ /*Datepicker localisation*/ $.datepicker.setDefaults($.datepicker.regional[interfaceLang.toLowerCase()]); $.datepicker.setDefaults({ dateFormat: 'mm/dd/yy' }); $(document).on("click", "a.ecl-lang-select-sites__link", function(){ /*Popup the splash screen*/ $.get( "../main/?event=main.home.selectLanguage", function( data ) { $("#ecl-overlay-language-list").attr("aria-hidden", false); $("#languageSelectSplash").html(data); $("#languageSelectSplash").show(); $("#languageSelectSplash").attr("aria-hidden", false); }); }) /*close the splash */ $(document).on("click", ".ecl-language-list .ecl-message__dismiss", function(e){ e.preventDefault(); e.stopPropagation(); $("#ecl-overlay-language-list").attr("aria-hidden", true); $("#languageSelectSplash").attr("aria-hidden", true); $("#languageSelectSplash").html(''); $("#languageSelectSplash").hide(); }) /**Select a language**/ $(document).on("click", "a.ecl-language-list__button", function(e){ e.preventDefault(); e.stopPropagation(); $("#languageFrm").find("#lng").val($(this).attr("hreflang")); $("#languageFrm").submit(); }) /*Fix to user guide path to add language**/ $(document).find("a[href*='/userguide']").each(function(i){ var attrHref = $(this).attr('href'); if (attrHref.indexOf("/?lang=") === -1){ attrHref = attrHref.replace("/userguide", "/userguide/?lang=" + interfaceLang); $(this).attr('href', attrHref); } }) /***Clear Timer ****/ if ($("#view-request-tabs").length == 0 && typeof(timer_gear) !== "undefined"){ clearInterval(getMsgTimer); getMsgTimer = Null; } }) </script>