Created
November 22, 2022 17:25
-
-
Save sndao/13ac44e66763673b0ffba56579e4ebfc to your computer and use it in GitHub Desktop.
ebay_listing_template.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--ITEM TITLE--> | |
<h1 style="font-size:24px; font-weight:bold; margin-bottom:0;"> | |
<ITEM_TITLE_TEXT/> | |
</h1> | |
<!--DETAILS ABOUT THIS ITEM--> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:32px; margin-bottom:3px;"> | |
Details About This Item | |
</h2> | |
<p style="margin:0;"> | |
<ITEM_DETAILS_TEXT/> | |
</p> | |
<!--ITEM CONDITION--> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:30px; margin-bottom:0px;"> | |
Item Condition | |
</h2> | |
<!--<p style="margin:0;">--> | |
<!--</p>--> | |
<p style="margin:0;"> | |
<ITEM_CONDITION_TEXT/> | |
</p> | |
<!--WHAT'S INCLUDED--> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:48px; margin-bottom:3px;"> | |
What's Included: | |
</h2> | |
<p style="margin:0;"> | |
<ITEM_INCLUDED_TEXT/> | |
</p> | |
<!--WHAT'S NOT INCLUDED--> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:48px; margin-bottom:3px;"> | |
What's NOT Included: | |
</h2> | |
<p style="margin:0;"> | |
- original box/packaging<br> | |
- original receipt | |
</p> | |
<p style="margin:0;"> | |
<br><br> | |
<b><i>*PLEASE*</i> do not assume anything is included that's not in listing photo! Only the item as shown in the photos is included.</b> | |
</p> | |
<!--<br>--> | |
<!--<p style="margin:0;">--> | |
<!-- NOTE: <b>If you buy this item and would like an invoice to be included</b>, <br>please contact me after purchase to request one. I normally will not include it.--> | |
<!--</p>--> | |
<!--SHIPPING/HANDLING--> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:48px; margin-bottom:3px;"> | |
Shipping/Handling | |
</h2> | |
<p style="margin:0;"> | |
- Free shipping! (UPS Ground)<br> | |
- Typically handle and ships either same day or next day depending on the time the order was placed (and after payment | |
has cleared). | |
</p> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:48px; margin-bottom:3px;"> | |
Returns/Refunds (30-Days Window) | |
</h2> | |
<p style="margin:0;"> | |
- Returns are accepted within 30 days. Item(s) must be in the exact same condition, and returned in the same packaging | |
as received. | |
</p> | |
<p style="margin:0;"> | |
- If the item is insufficiently packed and damaged while being returned, I am entitled to offer only a | |
partial refund (subtracting the cost of the damaged item). | |
</p> | |
<p style="margin:0;"> | |
- Please make sure that the item is in the exact same condition, and in the same packaging, as when the package was | |
delivered to you. | |
<br> | |
This way, we can ensure a smooth return/refund process, and enables me to get your full refund back | |
to you :). | |
</p> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:48px; margin-bottom:3px;"> | |
Contact Me | |
</h2> | |
<p style="margin:0;"> | |
If you have any questions about this item, feel free to shoot me a message!<br> | |
I usually respond within 30-90 minutes (or less) during normal operating hours. | |
</p> | |
<p style="margin:0;"> | |
I am very happy to answer any questions, to make sure you get your money's worth. | |
</p> | |
<h2 style="font-size:20px; font-weight:bold; margin-top:36px; margin-bottom:3px;"> | |
Thank you! 🙂 | |
</h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment