Return Policy

Developer
Size
4,408 Kb
Views
12,144

How do I make an return policy?

What is a return policy? How do you make a return policy? This script and codes were developed by Kelly Kalouta on 14 November 2022, Monday.

Return Policy Previews

Return Policy - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Return Policy</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html class="no-js" lang="en">	<head>	<link rel="stylesheet" href="css/style.css" />	<!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>	<![endif]-->	</head>	<body>	<div class="accordion vertical"> <section id="vertabout"> <h2><a href="#vertabout">Return Policy</a></h2> <p>You have the right to return or change the products you have purchased and ask us to replace them (by credited to your account with an amount equal to the value of the products you returned) or refund (by depositing into your bank account).</P>
<P>We believe that an online store must offer to its customers the possibility of changing, so that it makes not differncies from a physical store. You therefore have the right to withdraw and change or return the product within <b>8 calendar days</b> of the day you received it.
<p>In the event of a withdrawal, <i><b>click-tshirt.gr</b></i> is required to return the full amount received from the consumer (by credited to your account an amount equal to the value of the returned products or by bank deposit to an account that you indicate) , Within <b>8 calendar days</b> of the proven physical presence of the product on its premises and provided that the conditions described below are complied with. </p>
<p>In any case, the returned products must be in the state of Received by the customer, complete and without damage.</p>
<p>As far as refunds are concerned, the products should be returned along with all accompanying documents (eg Proof of Retail and so on).</p> </section> <section id="vertservices"> <h2><a href="#vertservices">Return Payments</a></h2> <p>The payment of the return charged to the sender, and in the event of a change, you will be charged for shipping to our company.</p>
<p>You can use any courier company to return the products.</p>
<p>We recommend, for financial reasons, return with ELTA Home Delivery.</p>
<p>The cost of ELTA House Delivery is € 2.50. </p> </section> <section id="vertblog"> <h2><a href="#vertblog">Return Shipping Address</a></h2> <p>The products should be delivered to our offices.</p> <p>We do not receive postal changes. </p> <p>If you use ELTA (Home Delivery) for your return or change, you will need to emphasize that the shipment should be delivered to the offices of the company: <b> Iris 3, Heraklion, Crete, P.C. 71409.
</p> </section> <section id="vertportfolio"> <h2><a href="#vertportfolio">Returns in 5 simple steps ...</a></h2> <p>
In summary, the return and replacement of a product is possible under the following conditions:</p>
<p>1. Contact us at: <b>2815 005282</b> or email us at <b>[email protected]</b>,</p>
<p>2. Information on the return is made within <b>8 calendar days</b> of the date you received it,</p>
<p>3. The product has not been used,</p>
<p>4. The product must be packaged and accompanied by all its labels (which must not be removed or tampered with in any way);</p>
<p>5. The product must be accompanied by all necessary documents proving the transaction (this is the case in case of a refund and when you have returned your entire order - in the event of a change or return of part of the order, you will normally keep your receipt).</p> </section> <section id="vertla"> <h2><a href="#vertla">Financial Details & Clarifications</a></h2> <p> As soon as we receive a return product and as long as it meets the above requirements, we credit your account to the <b><i>click-tshirt.gr</i></b> online store amount equal to the value of the products you returned and which you can use whenever you Wish for your next purchase from our online store.</p>
<p>If you wish to refund the amount in cash, then you must notify us by email (from the email entered in the order) to <b>[email protected]</b>, providing us with your bank account number (IBAN), so To make the deposit amount to him.</p>
<p>If the product you returned did not meet the above requirements, one of our Customer Service Representatives will contact you to resolve the issue immediately.</p>
<p>It is very important that you inform us, by email or phone, about changing or returning products, and in this email or phone call to indicate to us the way you want the change to take place. By doing so, you are guaranteed the date of your return, and we keep a record of our transactions with you !!</p>
<p>If you wish to make a change, the amount you will be credited to your account at <i><b>click-tshirt.gr</b></i>, you can use it on your next order whenever you like. There is no time limit for using your credit.</p> </section> <section id="vertti"> <h2><a href="#vertti">Returns & Reward Points</a></h2> <p>Reward Points are credited to your account at the <i><b>click-tshirt.gr</b></i> online shop upon receipt and payment of your order.</p>
<p>Reward Points can not be transferred / transferred to another person or account.</p>
<p>In cases of cancellation of orders, the corresponding Reward Points are not refunded.</p>
<p>In case of a change, the value of the points is counted (in euros) in the credit made in your account.</p>
<p><b>The Reward / Discount Ratio in Euro (€) is as follows: 100 points = 1 €
</b></p> </section>	</div>	</body>
</html>
</body>
</html>

Return Policy - Script Codes CSS Codes

/** *	CSS3 Only Horizontal and Vertical Accordion *	Author: Paul Underwood for Hongkiat.com * Website: www.paulund.co.uk * Date: 27/11/11 * Version: 1.0 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*Define Accordion box*/
.accordion { width:100%px; overflow:hidden; margin:10px auto; color:#00AFF0; background:#00AFF0; padding:10px; }
/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 10px;display:block; ;color:#eee; text-decoration:none; }
/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #009cd7; margin:3px; }
.accordion section:hover {background:#00AFF0;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:;}
.accordion section:nth-child(2):after{content:;}
.accordion section:nth-child(3):after{content:;}
.accordion section:nth-child(4):after{content:;}
.accordion section:nth-child(5):after{content:;}
.accordion section:nth-child(6):after{content:;}
.accordion section:nth-child(7):after{content:;}
/*End General Accordion****************************************************************************/
/*Horizontal Accordion *********************************************************************/
.horizontal section{ width:7%; height:230px;	-moz-transition:width 0.2s ease-out;	-webkit-transition:width 0.2s ease-out;	-o-transition:width 0.2s ease-out;	-ms-transition:width 0.2s ease-out;	transition:width 0.2s ease-out;
}
/*Position the number of the slide*/
.horizontal section:after{top:140px;left:15px;}
/*Header of closed slide*/
.horizontal section h2 {	-webkit-transform:rotate(90deg);	-moz-transform:rotate(90deg);	-o-transform: rotate(90deg);	-ms-transform: rotate(90deg);	transform: rotate(90deg);	width:240px; position:relative; left:-100px; top:85px;
}
/*On mouse over open slide*/
.horizontal :target{ width:73%;height:230px; }
.horizontal :target h2{ top:0px;left:0;	-webkit-transform:rotate(0deg);	-moz-transform:rotate(0deg);	-o-transform: rotate(0deg);	-ms-transform: rotate(0deg);	transform: rotate(0deg);
}
/*End Horizontal Accordion *********************************************************************/
/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:60px;	-webkit-transition:height 0.2s ease-out;	-moz-transition:height 0.2s ease-out;	-o-transition:height 0.2s ease-out;	-ms-transition:height 0.2s ease-out;	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:250px; width:100%; }
.vertical section h2 { position:relative; left:0; top:-15px; }
/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}
Return Policy - Script Codes
Return Policy - Script Codes
Home Page Home
Developer Kelly Kalouta
Username kelkal
Uploaded November 14, 2022
Rating 3
Size 4,408 Kb
Views 12,144
Do you need developer help for Return Policy?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kelly Kalouta (kelkal) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!