From d227cb94cd776dcf65e43e36765ddadfbb4beec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Bieniek?= Date: Tue, 14 May 2024 08:10:52 +0200 Subject: [PATCH 1/3] terms-conditions: merge-with-return-policy --- config/_default/menus.toml | 7 +---- content/terms-conditions.md | 52 +++++++++++++++++++++++++++++++++++-- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index a997eef..cafa115 100755 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -240,7 +240,7 @@ url = "https://shop.3mdeb.com/my-account/" weight = 35 [[footer]] -name = "Terms & Conditions" +name = "Terms & Conditions | Return & Refund Policy" url = "/terms-conditions/" weight = 1 @@ -249,11 +249,6 @@ name = "Privacy Policy" url = "/privacy-policy/" weight = 5 -[[footer]] -name = "Return & Refund Policy" -url = "/return-refund-policy/" -weight = 10 - [[footer]] name = "Contact Us" url = "/contact/" diff --git a/content/terms-conditions.md b/content/terms-conditions.md index 1e6fef2..43ea2e9 100644 --- a/content/terms-conditions.md +++ b/content/terms-conditions.md @@ -1,12 +1,14 @@ --- -title: "Terms & Conditions" +title: "Terms & Conditions | Return & Refund Policy" description: "" image: "images/terms.jpeg" keywords: [""] draft: false --- -## Overview +## Terms & Conditions + +### Overview {.h2} This website is operated by 3mdeb sp. z o.o. Throughout the site, the @@ -394,3 +396,49 @@ changes. Questions about the Terms of Service should be sent to us at . + +--- + +## Return & Refund Policy + +Thank you for shopping at [3mdeb shop](https://shop.3mdeb.com/shop/). If you +are not entirely satisfied with your purchase, we’re here to help. + +### Returns + +Returns for any unaffected item are permitted within 14 days from the date of +receipt of merchandise. Shipping and handling charges are not refundable. +3mdeb shall not be responsible for any shipping charges of merchandise +being returned. All returned merchandise must be in its original packaging +and clean condition. Merchandise that has been powered or reprogrammed cannot +be returned. All returns must include all the factory accessories which came +with the item. + +If the product is damaged in any way, or you have initiated the return after +14 calendar days have passed, you will not be eligible for a refund. + +If the package is returned to us due to the customer's failure to comply with +customs clearance obligations, including non-payment of customs duties, the +customer will receive a refund less the cost of transporting the package. + +--- + +### Refunds + +Once we receive your item, we will inspect it and notify you that we have +received your returned item. We will immediately notify you on the status +of your refund after inspecting the item. If your return is approved, we will +initiate a refund to your credit card (or original method of payment). +You will receive the credit within a certain amount of days, depending +on your card issuer’s policies. + +--- + +### Shipping + +**Please send your returns to:** + +3mdeb Sp. z o.o.\ +Piastowska 7 / 20A\ ++48 790 573 075\ +80-332 Gdansk, Poland From a9a6c7a2177a6bf43321d4e12cf8b6d2bd85ae08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Bieniek?= Date: Tue, 14 May 2024 08:15:03 +0200 Subject: [PATCH 2/3] delete-return-refund-policy-page --- content/return-refund-policy.md | 54 --------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 content/return-refund-policy.md diff --git a/content/return-refund-policy.md b/content/return-refund-policy.md deleted file mode 100644 index b6b080f..0000000 --- a/content/return-refund-policy.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: "Return & Refund Policy" -description: "" -image: "images/refund.jpg" -keywords: [""] -draft: false ---- - -Thank you for shopping at [3mdeb shop](https://shop.3mdeb.com/shop/). If you -are not entirely satisfied with your purchase, we’re here to help. - ---- - -### Returns - -Returns for any unaffected item are permitted within 14 days from the date of -receipt of merchandise. Shipping and handling charges are not refundable. -3mdeb shall not be responsible for any shipping charges of merchandise -being returned. All returned merchandise must be in its original packaging -and clean condition. Merchandise that has been powered or reprogrammed cannot -be returned. All returns must include all the factory accessories which came -with the item. - -If the product is damaged in any way, or you have initiated the return after -14 calendar days have passed, you will not be eligible for a refund. - -If the package is returned to us due to the customer's failure to comply with -customs clearance obligations, including non-payment of customs duties, the -customer will receive a refund less the cost of transporting the package. - ---- - -### Refunds - -Once we receive your item, we will inspect it and notify you that we have -received your returned item. We will immediately notify you on the status -of your refund after inspecting the item. If your return is approved, we will -initiate a refund to your credit card (or original method of payment). -You will receive the credit within a certain amount of days, depending -on your card issuer’s policies. - ---- - -### Shipping - -**Please send your returns to:** - -3mdeb Sp. z o.o. - -Piastowska 7 / 20A - -+48 58 718 91 79 - -80-332 Gdansk, Poland From 1bea3239fcb08daff98ec6064e26420700ae3341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Bieniek?= Date: Tue, 14 May 2024 09:04:49 +0200 Subject: [PATCH 3/3] terms-conditions: section-update --- config/_default/menus.toml | 2 +- content/terms-conditions.md | 95 +++++++++++++++++-------------------- 2 files changed, 44 insertions(+), 53 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index cafa115..05a9e8b 100755 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -240,7 +240,7 @@ url = "https://shop.3mdeb.com/my-account/" weight = 35 [[footer]] -name = "Terms & Conditions | Return & Refund Policy" +name = "Terms & Conditions" url = "/terms-conditions/" weight = 1 diff --git a/content/terms-conditions.md b/content/terms-conditions.md index 43ea2e9..1f6e32f 100644 --- a/content/terms-conditions.md +++ b/content/terms-conditions.md @@ -1,5 +1,5 @@ --- -title: "Terms & Conditions | Return & Refund Policy" +title: "Terms & Conditions" description: "" image: "images/terms.jpeg" keywords: [""] @@ -335,7 +335,44 @@ of any other remaining provisions. --- -### Section 16 – **Termination** +### Section 16 - **Returns** + +Returns for any unaffected item are permitted within 14 days from the date of +receipt of merchandise. Shipping and handling charges are not refundable. +3mdeb shall not be responsible for any shipping charges of merchandise +being returned. All returned merchandise must be in its original packaging +and clean condition. Merchandise that has been powered or reprogrammed cannot +be returned. All returns must include all the factory accessories which came +with the item. + +If the product is damaged in any way, or you have initiated the return after +14 calendar days have passed, you will not be eligible for a refund. + +If the package is returned to us due to the customer's failure to comply with +customs clearance obligations, including non-payment of customs duties, the +customer will receive a refund less the cost of transporting the package. + +**Please send your returns to:** + +3mdeb Sp. z o.o.\ +Piastowska 7 / 20A\ ++48 790 573 075\ +80-332 Gdansk, Poland + +--- + +### Section 17 - **Refunds** + +Once we receive your item, we will inspect it and notify you that we have +received your returned item. We will immediately notify you on the status +of your refund after inspecting the item. If your return is approved, we will +initiate a refund to your credit card (or original method of payment). +You will receive the credit within a certain amount of days, depending +on your card issuer’s policies. + +--- + +### Section 18 – **Termination** The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all @@ -354,7 +391,7 @@ and/or accordingly may deny you access to our Services (or any part thereof). --- -### Section 17 – **Entire Agreement** +### Section 19 – **Entire Agreement** The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision. @@ -371,14 +408,14 @@ not be construed against the drafting party. --- -### Section 18 – **Governing Law** +### Section 20 – **Governing Law** These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with Polish law. --- -### Section 19 – **Changes to terms of service** +### Section 21 – **Changes to terms of service** You can review the most current version of the Terms of Service at any time at this page. @@ -392,53 +429,7 @@ changes. --- -### Section 20 – **Contact Information** +### Section 22 – **Contact Information** Questions about the Terms of Service should be sent to us at . - ---- - -## Return & Refund Policy - -Thank you for shopping at [3mdeb shop](https://shop.3mdeb.com/shop/). If you -are not entirely satisfied with your purchase, we’re here to help. - -### Returns - -Returns for any unaffected item are permitted within 14 days from the date of -receipt of merchandise. Shipping and handling charges are not refundable. -3mdeb shall not be responsible for any shipping charges of merchandise -being returned. All returned merchandise must be in its original packaging -and clean condition. Merchandise that has been powered or reprogrammed cannot -be returned. All returns must include all the factory accessories which came -with the item. - -If the product is damaged in any way, or you have initiated the return after -14 calendar days have passed, you will not be eligible for a refund. - -If the package is returned to us due to the customer's failure to comply with -customs clearance obligations, including non-payment of customs duties, the -customer will receive a refund less the cost of transporting the package. - ---- - -### Refunds - -Once we receive your item, we will inspect it and notify you that we have -received your returned item. We will immediately notify you on the status -of your refund after inspecting the item. If your return is approved, we will -initiate a refund to your credit card (or original method of payment). -You will receive the credit within a certain amount of days, depending -on your card issuer’s policies. - ---- - -### Shipping - -**Please send your returns to:** - -3mdeb Sp. z o.o.\ -Piastowska 7 / 20A\ -+48 790 573 075\ -80-332 Gdansk, Poland