Skip to content

Commit f3bc80d

Browse files
committed
Merge branch 'main' into btcpayEarner
2 parents f267ec7 + e5b48c6 commit f3bc80d

7 files changed

Lines changed: 56 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
This is the repo for Anon Shop. This software is licensed under the MIT License.
2+
Here is the trello where I post what I am working on and my fixes for feedback issues.
3+
https://trello.com/b/WWzxXCUd/anon-shop

src/assets/faq.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const faq = {
2626
],
2727
[
2828
`Do you offer refunds?`,
29-
`Due to Amazon return scams, you must make an account and use the included gift recipient to make a return.`,
29+
`Due to Amazon return scams, you must make an account and use the included gift recipient to make a return on delivered items.`,
3030
]
3131
],
3232
"Locker Questions": [
@@ -46,7 +46,7 @@ const faq = {
4646
],
4747
[
4848
`How long does it take to process an order?`,
49-
`I aim to process all orders within 12 hours.`,
49+
`I aim to process all orders within 24 hours.`,
5050
],
5151
[
5252
`How long does shipping take?`,
@@ -66,13 +66,13 @@ const faq = {
6666
</ol>
6767
I also have a full demo of Anonymous Locker <a href="https://res.cloudinary.com/dylevfpbl/video/upload/v1669001384/Untitled.mp4">here</a>.`,
6868
],
69-
[
69+
/* [
7070
"How Much is This Service?",
7171
`My service is 3% on top of the amazon order subtotal plus a flat 5 dollar base service fee. My service assumes that the sales tax
7272
charged by amazon is 8%. This is higher than most purchases will experience,
7373
so I will gladly refund you any extra taxes you pay once I place your order
7474
and get the exact amount.`,
75-
],
75+
], */
7676
[
7777
"Why Should I hide my shipping address?",
7878
`Let's say you wanted to buy a hardware wallet.
@@ -114,8 +114,7 @@ const faq = {
114114
],
115115
[
116116
`What happens If I don't pick my order up from the locker?`,
117-
`If you don't pick up your order and Amazon returns the order we charge a 30% restocking fee on items returned.
118-
You should communicate if you can not pick up your item in time. I can arrange delivery around your schedule, just let me know
117+
`If you don't pick up your order you will lose your funds. If you can not pick up your orders, I would recommend you use the home delivery option.
119118
`,
120119
],
121120
[

src/assets/terms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### Current Service Stipulations
22

33
<ol>
4-
<li>If an item you order is returned to Amazon because you did not pick the item up, we charge a 30% restocking of every item returned.</li>
4+
<li>If an item you order is returned to Amazon because you did not pick the item up, you do not get a refund.</li>
55
<li>Items must be fulfilled by amazon since only amazon can ship to amazon lockers.</li>
66
<li>At this time we do not offer refunds on any purchases unless I can not fulfill your order.</li>
77
<li>The minimum order is 25 dollars.</li>
@@ -11,6 +11,8 @@
1111
<li> You should check your order every other day so that you do not miss important information about your order.</li>
1212
<li> You must be 21 years and older to use this service. By using this service, you are ensuring that you are at least 21 years of age.
1313
</li>
14+
<li> You also agree to abide by the terms and conditions of the websites that you have orders made from.
15+
</li>
1416
</ol>
1517

1618
We reserve the right to refuse and refund any order for any reason.

src/components/footerGlobal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const info = [
4444
text: 'Place Order', link: '/orders'
4545
},
4646
{
47-
text: 'Blog', link: '/blog'
47+
text: 'Blog', link: 'https://blog.anonshop.app/'
4848
},
4949
{
5050
text: 'About Us', link: '/about'
@@ -110,4 +110,4 @@ a:hover
110110
a:active
111111
color:$link-color
112112
text-decoration: none
113-
</style>
113+
</style>

src/components/orders/orderBook.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="row">
1212
<div class="col">XMR Earned<br/></div>
1313
<div class="col desktop-only">USD Cost</div>
14-
<div class="col">XMR/USD</div>
14+
<div class="col">USD/XMR</div>
1515
<div class="col desktop-only">Description</div>
1616
<div class="col desktop-only">Country</div>
1717
<div class="col desktop-only">Number of Items</div>

src/views/messageMeView.vue

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,43 @@ const text = ref('')
6969
const successMessage = ref('')
7070
const buttonDisabled = ref(false)
7171
const questions = [
72+
{
73+
q: `Hi. If your order passphrase started with master or Ivory, please check on your order again. Your chat should work now. If you are neither of these people, and you do not have a
74+
chat to message me in; You should message me(using the ask me a question) here with: 1. the first word in your passphrase 2. The exact amount of XMR paid(not including transaction fees) and the address you sent payment to.`,
75+
a: `See above.`
76+
},
77+
{
78+
q: `hey it's been over a full day, please respond to my order`,
79+
a: `You might need to refresh your page since I have responded to all orders at this time. If my message is not there, please send me the first word of your passphrase, since there might be an issue with your chat functionality.`
80+
},
81+
{
82+
q: `How can I find the Amazon Locker nearest to me?
83+
84+
The official website (amazon.com/findalocker) appears to be authwalled, requiring login to access Therefore, if I search for a locker with my account, and then place the order through you, I've deanonymized myself.
85+
86+
How can I search for Amazon Lockers in my area anonymously, without authenticating with an Amazon account?
87+
`,
88+
a: `At checkout you can enter your zipcode. I will find some lockers near you and give you options
89+
when we chat about your order. If none of these locker options work for you, we generally issue you a full refund.`
90+
},
91+
{
92+
q: `I need to buy something very expensive. What assurance do I have that the "Earner" won't take my funds and not place the order?`,
93+
a: `We hold the funds until both parties are satisfied. That means that the earner can't take your funds. You must tell us that the order
94+
went fine, before we release the funds to the earner.`
95+
},
96+
{
97+
q: `How do you handle items that aren't eligible for Amazon lockers? I've used lockers before and sometimes it wouldn't let me order certain items to lockers. Unfortunately there doesn't seem to be a good of way of knowing this without logging into an account to check beforehand.
98+
`,
99+
a: `If an item ships from Amazon it can fit into a locker. There are some size restrictions lockers also. You can look up
100+
an item and ensure that it says, "Ships from Amazon.com" without logging in. If your item can not ship to a locker, you must use the home delivery option.`
101+
},
102+
{
103+
q: `Can I order from websites such as, AliExpress, AliBaba or Shein??
104+
Or is this exclusive to Amazon?
105+
+ Can I order to an address in a third world country (middle east) or is it exclusive to the US? and if not when are you planning to expand this service to support more countries?
106+
`,
107+
a: `If a website ships to you, we can order it for you. Returns might not be possible though.`
108+
},
72109
{
73110
q: `Can you check if this page is working properly ?
74111
https ://anonshop.app/registerEarner

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,9 +4596,9 @@ json-stable-stringify-without-jsonify@^1.0.1:
45964596
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
45974597

45984598
json5@^1.0.1:
4599-
version "1.0.1"
4600-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4601-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4599+
version "1.0.2"
4600+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
4601+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
46024602
dependencies:
46034603
minimist "^1.2.0"
46044604

@@ -4978,9 +4978,9 @@ minimatch@^3.0.4, minimatch@^3.1.1:
49784978
brace-expansion "^1.1.7"
49794979

49804980
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
4981-
version "1.2.7"
4982-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
4983-
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
4981+
version "1.2.8"
4982+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
4983+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
49844984

49854985
minipass@^3.1.1:
49864986
version "3.3.4"

0 commit comments

Comments
 (0)