31 Days Return Policy

Your satisfaction is our priority

Hassle-free Returns

Hassle-free Returns

Enjoy our extended return policy of 31 days. Your satisfaction is our top priority, giving you ample time to decide if the rug meets your expectations.

Expert Support

Expert Support

We’re here to ensure your experience is seamless and informed at every step of the way. If you encounter any issues with your rugs, we’re here to assist you.

Satisfaction Guarantee

Satisfaction Guarantee

Our commitment to your satisfaction is unwavering. With a 31-day return window, you can explore our rugs knowing that your satisfaction is at the heart of every purchase.

FREQUENTLY ASKED QUESTIONS

Didn’t Find What You Were Looking For?

window.addEventListener('load', function () { let fetchJson = (url) => fetch(url).then(response => response.json()); const renderFaqs = (faqs) => { const faqsContainer = document.querySelector('.faqs'); if (faqs.length === 0) { faqsContainer.innerHTML = '

No results found

'; } else { var faqItems = faqs.map(function(faq) { return '
' + '
' + '' + faq.question + '' + '' + '' + '' + '
' + '
' + faq.answer + '
' + '
'; }).join(''); faqsContainer.innerHTML = faqItems; const accordionTitles = document.querySelectorAll('.accordion-title'); accordionTitles.forEach((title, index) => { title.addEventListener('click', () => { title.classList.toggle('active'); const content = title.nextElementSibling; content.classList.toggle('collapse'); }); }); } }; const fetchAndRenderData = async () => { try { const faqsData = await fetchJson('https://www.morgenland-rugs.co.uk/rest/morgenland-faqs?category=exchange-return'); if (faqsData.success) { renderFaqs(faqsData.data); } } catch (error) { console.error('Error fetching data:', error); } }; fetchAndRenderData(); });