Commit ·
4c11df7
1
Parent(s): ba83806
faq
Browse files
faq.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"faqs": [
|
| 3 |
+
{
|
| 4 |
+
"question": "What are your delivery options?"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"question": "What is your refund policy?"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"question": "How can I contact customer service?"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"question": "What payment methods do you accept?"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"question": "How do I change my shipping address?"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"question": "I want to cancel my order"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"question": "How do I recover my password?"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"question": "I would like to change my shipping address"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"question": "What is your cancellation policy?"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"question": "I need help to change my shipping address"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"question": "I would like information about a shipping address change"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"question": "Where can I cancel the last order I made?"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"question": "I want to know about changing my shipping address"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"question": "I need help to see the termination fees"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"question": "I do not know how to cancel an order I have made"
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"question": "I want assistance to see the termination penalty"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"question": "I need assistance checking the cancellation fees"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"question": "I want assistance finding the invoices from June"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"question": "I need assistance finding the invoices from my last purchase"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"question": "I want assistance finding the invoices from October"
|
| 62 |
+
}
|
| 63 |
+
]
|
| 64 |
+
}
|