Włącz dostępność
Bezpłatna standardowa wysyłka dla zamówień powyżej 420 PLN
Wyszukaj

Produkty Swarovski

Title:

Wymiany i naprawy

Czy mój produkt można naprawić?

Zanieś swój produkt wraz z dowodem zakupu do najbliższego sklepu Swarovski, a obsługa chętnie udzieli Ci pomocy i oceni stan produktu. ​

W przypadku wykrycia wady i uznania, że jest ona objęta rękojmią, sklep zaproponuje Ci wymianę lub naprawę produktu. ​

W przypadku wykrycia uszkodzeń i uznania, że nie są one objęte rękojmią, sklep może zaproponować Ci odpłatną naprawę produktu.​

Najbliższy sklep Swarovski możesz łatwo znaleźć, korzystając z naszej internetowej wyszukiwarki sklepów: www.swarovski.com/store-finder/​

Jednocześnie informujemy, że nawet jeśli dowód zakupu został utracony lub okres rękojmi dobiegł końca, zawsze możemy zaproponować Ci odpłatną naprawę produktu.​

 

Jaki jest status mojej naprawy?

Proszę podać szczegóły naprawy, które są podane w e-mailu potwierdzającym

Numer naprawy *
Nazwisko
$(this).closest('#checkRepairStatusFormConfigWrapper').find('.js-checkRepairStatusFormConfig') .formValidation( { autoFocus: false, framework: 'bootstrap', icon: { valid: null, invalid: null, validating: null }, fields: { 'values[checkRepairStatusFormDefinition_repairNumber]': { trigger: 'blur', validators: { notEmpty: { message: 'Numer naprawy jest pusty', message_en: 'Numer naprawy jest pusty' }, stringLength: { message: 'Liczba znaków w tym polu musi wynosić od0 do 18', message_en: 'The number of characters for this field must be between 0 and 18', min: 0 , max: 18 }, } }, 'values[checkRepairStatusFormDefinition_lastName]': { trigger: 'blur', validators: { stringLength: { message: 'Liczba znaków w tym polu musi wynosić od0 do 35', message_en: 'The number of characters for this field must be between 0 and 35', min: 0 , max: 35 }, } } } } ) .on('success.field.fv', function() { /* note: we need to check if there is an error in the form, as the plugin does a validation on field level. Validating the whole form on blur of a field is no option, as the customer does not want to see error messages on all fields when entering one field. In case of an error on at least one field we disable the submit button manually */ var $form = $(this).closest('form'); if ($form.find('.form-group.has-error').length > 0) { var $button = $form.find('.js-button'); if (!$button.hasClass('disabled')) { $button.addClass('disabled'); } } }) .on('err.field.fv', function(e, data) { /* * On error field validation, enable submit button. * Source: https://old.formvalidation.io/examples/enabling-submit-button/ */ data.fv.disableSubmitButtons(false); $(data.element).attr('aria-invalid', 'true'); // Get error messages var messages = data.fv.getMessages(data.element); // ✅ Announce error to screen readers if ($(data.element).closest('.js-advent-calendar-container').length > 0 && messages.length > 0 && window.ACC && window.ACC.adventcalendar && typeof ACC.adventcalendar.adventcalendarUpdateErrorSpanAttributes === 'function') { const selectedField = data.element.attr('id'); ACC.adventcalendar.adventcalendarUpdateErrorSpanAttributes(selectedField, true); ACC.adventcalendar.announceToScreenReader('Error: ' + messages[0]); } if(data.element.closest('.form-combo-molecule').length){ /* Get the messages of field */ var messages = data.fv.getMessages(data.element); /* Get the error message content of the field */ var errorContent = data.element.closest('.form-combo-molecule').find('.errors'); /* Get the hidden error message of the field */ var errorField = errorContent.find('.swa-form-input__error-message[data-field="' + data.field + '"][style="display: none;"]'); /* Loop over the messages */ for (var i in messages) { if (errorField[1] == undefined) { var newErrorContainer = document.createElement("small"); $(newErrorContainer).attr("class", "swa-form-input__error-message swa-headline-sans--supertiny"); $(newErrorContainer).attr("data-field", data.field); $(newErrorContainer).attr("data-fv-validator", "callback"); $(newErrorContainer).attr("data-fv-for", $(data.element[0]).attr("name") ); $(newErrorContainer).attr("data-fv-result", "INVALID"); $(newErrorContainer).attr("data-tracked", "true"); $(newErrorContainer).html(messages[i]); if (errorContent.text().includes(messages[i])) { $(newErrorContainer).hide(); } errorContent.append(newErrorContainer); } } } }) .on('success.field.fv', function(e, data) { /* * On success field validation, enable submit button. * Source: https://old.formvalidation.io/examples/enabling-submit-button/ */ if ($(data.element).closest('.js-advent-calendar-container').length > 0 && window.ACC && window.ACC.adventcalendar && typeof ACC.adventcalendar.adventcalendarUpdateErrorSpanAttributes === 'function') { const selectedField = data.element.attr('id'); ACC.adventcalendar.adventcalendarUpdateErrorSpanAttributes(selectedField, false); } data.fv.disableSubmitButtons(false); // ✅ Remove aria-invalid on field $(data.element).attr('aria-invalid', 'false'); /* Remove the field messages */ $errorContent = data.element.closest('.form-combo-molecule').find('.errors'); $errorContent.find('.swa-form-input__error-message[data-field="' + data.field + '"]').remove(); $errorContent.find('.swa-form-input__error-message[data-fv-result="INVALID"]').removeAttr("style"); }) .on('success.form.fv', function() { var formId = 'checkRepairStatusFormDefinition'; if (!formId || formId === 'cfRequest' || formId === 'cfResponse') { formId = 'checkRepairStatusFormDefinition'; } ACC.tracking.pushFormSubmit(formId); }); var replaceDatePatternWithValue = function(mandatory, fieldConfigCode, fieldConfigPattern) { var date = fieldConfigPattern.toUpperCase(); var year = $("#" + fieldConfigCode + "_year").val(); var month = $("#" + fieldConfigCode + "_month").val(); var day = $("#" + fieldConfigCode + "_day").val(); date = date.replace(/[Y]+/, year); date = date.replace(/[M]+/, month); date = date.replace(/[D]+/, day); var hiddenDateField = $('.js-' + fieldConfigCode + '_hidden'); if (mandatory) { hiddenDateField.val(date); } else { hiddenDateField.val(date == "" ? "" : date); } }; var triggerFormValidation = function(fieldId, mandatory, fieldCode, dateFormat) { replaceDatePatternWithValue(mandatory, fieldCode, dateFormat); $('.js-fieldCode').formValidation('revalidateField', 'values[fieldCode_'+ fieldId + ']'); }; var removeDateMoleculeError = function(molecule) { if(molecule.hasClass('has-error')){ molecule.removeClass('has-error'); molecule.find('.help-block').find('span').remove(); } };

Pola obowiązkowe*

Czy mogę wysłać swój produkt bezpośrednio do centrów napraw?

Niestety wysyłka uszkodzonych produktów bezpośrednio do naszych centrów napraw nie jest obecnie możliwa. 

Zanieś swój produkt wraz z dowodem zakupu do najbliższego sklepu Swarovski, a obsługa chętnie udzieli Ci pomocy i oceni stan produktu. 

Najbliższy sklep Swarovski możesz łatwo znaleźć, korzystając z naszej internetowej wyszukiwarki sklepów: www.swarovski.com/store-finder/

Zasady dotyczące napraw

Swarovski offre una garanzia legale completa per gli articoli acquistati da rivenditori Swarovski autorizzati. La garanzia copre i difetti di fabbricazione e di materiale dovuti alla normale usura e all’utilizzo. Ogni prodotto difettoso in garanzia verrà esaminato e valutato dai tecnici esperti di Swarovski. A seconda delle circostanze, i prodotti possono essere riparati, sostituiti con lo stesso prodotto oppure con un prodotto di valore paragonabile. Purtroppo, in caso di sostituzione dei prodotti, Swarovski non è in grado di garantire che verrà fornito esattamente lo stesso prodotto o design. Swarovski non riparerà, sostituirà o cambierà alcun prodotto che, a suo parere, sia stato oggetto di incidente, normale usura, uso eccessivo, modifica, tentata riparazione, negligenza o uso improprio. Se un articolo non è coperto dai termini della Politica di garanzia Swarovski, l’azienda può offrire un servizio di riparazione a pagamento. Si prega di notare che un articolo difettoso può essere riparato solo se:
1. L’articolo è un prodotto originale Swarovski con il logo del Cigno Swarovski.
2. La riparazione è fattibile, ossia deve essere possibile ripristinare le condizioni originali del prodotto.
3. I pezzi di ricambio sono ancora disponibili (il che, in genere, non è più il caso quando un prodotto è fuori produzione). Se desideri la sostituzione o la riparazione di un articolo, porta il prodotto nella sua confezione originale presso un rivenditore Swarovski autorizzato.
Il servizio di riparazione è disponibile anche per i prodotti Swarovski acquistati all’estero.

Consulta le altre sezioni

Title:

Non hai ancora la risposta?