Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Payment, Postage and Timestamps pages. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: "Payment"
date: 2020-06-12 00:00:02 +0000
date: 2021-04-23 00:00:02 +0000
---

This FAQ section aims to cover the topic of payment.

# What payment methods should I use?
# Which payment methods should I use?

The following payment methods are most commonly used on HWSUK:

Expand All @@ -16,7 +16,7 @@ The following payment methods are most commonly used on HWSUK:
| **Bank transfer** (BT) | Direct transfer to a UK bank account. Requires only the sort code, account number and the name on the account. No fees. | **No buyer protection.** Your bank is very unlikely to help you if you're scammed. |
| **PayPal Friends and Family** (PP F&F) | Easy to send payment to another user's PayPal account using only their email address. | **No buyer protection.** PayPal will not help you if you are scammed. |

# What payment method should I avoid?
# Which payment methods should I avoid?

The following payment methods are best avoided as they're usually used to perpetrate scams:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Postage"
date: 2020-06-08 00:00:00 +0000
date: 2021-04-23 00:00:00 +0000
---

This FAQ section aims to cover topics surrounding the postage of items sold in the community.
Expand All @@ -12,10 +12,10 @@ Here's a list of couriers that we recommend using, with a list of pros and cons

| Courier | Pros | Cons | Website |
| --- | --- | --- | --- |
| Royal Mail (1-3 days, **recommended for smaller items**) | Cheap for smaller items, can drop off at post offices etc. | Can get costly for larger items, no collection service offered | [Link](https://royalmail.com) |
| ParcelForce (1-2 days) | 40% off student discount via UNiDAYS, can either drop off at post office/depot or have parcel collected | Without discount, is relatively expensive | [With UNiDAYS](https://parcelforce.com/unidays)/[Without](https://parcelforce.com) |
| UPS (1-2 days, **recommended for larger items**) | Reasonably priced, can drop off at local UPS access point or arrange collection, can have multiple parcels collected at once for relatively low cost | Insurance can be costly depending on the value of the item | [Link](https://www.ups.com/ship/guided) (make sure to book with UPS.com and not UPSToday) |
| Hermes (1-5 days) | Cheap for smaller items, drop off at Hermes ParcelShop or collection available | UPS/Parcelforce often cheaper for larger items, can be slow and items frequently go missing | [Link](https://www.myhermes.co.uk/) |
| Royal Mail (1-3 days, **recommended for smaller items**) | Cheap for smaller items, can drop off at post offices, collection service offered for 72p per item | Costly for larger items (>2kg) | [Link](https://royalmail.com) |
| ParcelForce (1-2 days) | Can either drop off at post office/depot or have parcel collected | Is relatively expensive | [Link](https://parcelforce.com) |
| UPS (1-2 days, **recommended for larger items**) | Reasonably priced, can drop off at local UPS access point or arrange collection, can have multiple parcels collected at once for relatively low cost (£2.40) | Insurance can be costly depending on the value of the item | [Link](https://www.ups.com/ship/guided) (make sure to book with UPS.com directly and not UPSToday) |
| Hermes (1-5 days) | Cheap for smaller items, drop off at Hermes ParcelShop or collection available | NOT RECOMMENDED - UPS/Parcelforce often cheaper for larger items, can be slow and items frequently go missing | [Link](https://www.myhermes.co.uk/) |
Copy link

@emberdex emberdex Apr 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to avoid using all-caps for emphasis, use bold text instead:

Suggested change
| Hermes (1-5 days) | Cheap for smaller items, drop off at Hermes ParcelShop or collection available | NOT RECOMMENDED - UPS/Parcelforce often cheaper for larger items, can be slow and items frequently go missing | [Link](https://www.myhermes.co.uk/) |
| Hermes (1-5 days) | Cheap for smaller items, drop off at Hermes ParcelShop or collection available | **Not recommended** - UPS/Parcelforce often cheaper for larger items, can be slow and items frequently go missing | [Link](https://www.myhermes.co.uk/) |

Reason for this is that a screen reader might read an all-caps word as individual letters rather than a full word.

| DPD (1-2 days) | Reasonably priced, fast delivery, excellent tracking | Insurance can be expensive | _Book via Parcel2Go_ |
| Yodel/CollectPlus (1-2 days) | Prices are OK | Yodel have a reputation for destroying parcels | _Book via Parcel2Go_ |

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Timestamps"
date: 2020-06-12 00:00:03 +0000
date: 2021-04-23 00:00:03 +0000
---

This FAQ section aims to cover timestamps, why we use them and why they're important.
Expand All @@ -23,6 +23,7 @@ Timestamps are required for **all selling posts on the _subreddit_.** Timestamps
- The only exception is sealed items - these must clearly show the seal on the box as well as the timestamp.
- Show the exact model number of the item you're selling if possible.
- Only one of the images in a collection of images needs to be timestamped, as long as it meets the requirements.
- [Example Timestamp](https://i.imgur.com/oOkHF3d.jpg)
Copy link

@emberdex emberdex Apr 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create an img directory inside assets, and use an image embed like so (note the exclamation point at the start of the line):

![Alt text goes here](Image URL goes here)

You can use a relative link to items in the assets folder by setting the URL to /assets/img/whatever.jpg. Make sure you set the alt text to something sensible.


# How do I upload timestamps?

Expand Down