Skip to content

Commit

Permalink
Update purchase.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinServer authored May 12, 2024
1 parent 09c2884 commit c656c2d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions store/purchase.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,23 @@
<p>• Allow up to 48 hours for your rank to be added</p>
<p>• You will get a full refund if your rank is not applied within 7 days</p>
<p>• You will not get a refund if you are banned for a valid reason during your subscription</p>
<p>• Paying in cash is only available to those in SJI. Consider paying using PayPal instead.</p>
<br>
<p>everything looks good?</p>
<input class="input" id="MCUsername" type="text" placeholder="Your Minecraft username">
<br>
<button class="button" onclick="purchase()">complete your purchase</button>
<button class="button" onclick="purchasecash()">pay with cash</button>
<br>
<button class="button" onclick="purchasepaypal()">pay with PayPal</button>
<br>
<button class="awkwardbutton" onclick="goback()">go back</button>

<script>
function purchase(){
function purchasecash(){
alert("Send this to reinard via whatsapp (9477 4268)\n Username: " + MCUsername.value + "\n Role: " + cookieValue);
}
function purchasepaypal(){
alert("Paying using PayPal is not supported at the current moment. Check back later.");
}
function goback() {
window.location.href = 'index.html';
Expand Down

0 comments on commit c656c2d

Please sign in to comment.