-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
743 lines (691 loc) · 43.5 KB
/
main.html
File metadata and controls
743 lines (691 loc) · 43.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="Love vinyl? Then relive your musical memories at Pick 'n' mix records. Thousands of records to choose from.">
<meta name="keywords" content="vinyl, records, music">
<meta name="author" content="Joel Peyton">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font awesome -->
<link rel="stylesheet" href="../../fontawesome/css/all.css">
<!-- Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap" rel="stylesheet" type="text/css">
<!-- CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/cart.css">
<link rel="stylesheet" href="css/title.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/search.css">
<link rel="stylesheet" href="css/info.css">
<link rel="stylesheet" href="css/records.css">
<link rel="stylesheet" href="css/modal.css">
<link rel="stylesheet" href="css/loader.css">
<!-- Fav icons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<title>Pick 'n' mix records</title>
</head>
<body class="bg">
<!-- Loader -->
<div class="loader">
<span id="loader"><i class="fas fa-compact-disc"></i></span>
</div>
<div class="container">
<!-- Cart Button -->
<div id="cartBtn" class="btn btn-danger">
<i class="fas fa-shopping-cart"></i>
<span>Cart (</span>
<span id="cartBadge">0</span>
<span>)</span>
</div>
<!-- Title -->
<div id="title">
<h1>
<a href="index.html">PICK 'N' MIX RECORDS</a>
</h1>
<hr>
</div>
<!-- Nav bar -->
<nav class="navbar navbar-expand-md navbar-light bg-transparent" id="navigation">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navb">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navb">
<ul class="navbar-nav mr-auto" id="menuLinks">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="fixed" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Fixed price</a>
<div class="dropdown-menu" aria-labelledby="fixed">
<a class="dropdown-item" href="#" id="f1">50s & 60s singles (All £1.99)</a>
<a class="dropdown-item" href="#" id="f2">70s 80s & 90s singles (All £1.99)</a>
<a class="dropdown-item" href="#" id="f3">60s – 90s Bargain singles (All 99p)</a>
<a class="dropdown-item" href="#" id="f4">60s – 90s Sale singles (All 50p)</a>
<a class="dropdown-item" href="#" id="f8">Christmas singles (All £2.99 )</a>
<a class="dropdown-item" href="#" id="f5">12” singles (All £2.49)</a>
<a class="dropdown-item" href="#" id="f6">Pop & Rock LPs (from £1.99)</a>
<a class="dropdown-item" href="#" id="f7">Classical LPs (from £2.49)</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="individual" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Individually priced</a>
<div class="dropdown-menu" aria-labelledby="individual">
<a class="dropdown-item" href="#" id="i1">7” singles</a>
<a class="dropdown-item" href="#" id="i2">12” singles</a>
<a class="dropdown-item" href="#" id="i3">LPs & CDs</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="about" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About</a>
<div class="dropdown-menu" aria-labelledby="about">
<a class="dropdown-item" href="#" id="picknmix">About Pick 'n' mix</a>
<a class="dropdown-item" href="#" id="grading">Record Grading</a>
<a class="dropdown-item" href="#" id="delivery">Delivery</a>
<a class="dropdown-item" href="#" id="selling">Selling your collection?</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="javascript:void(0)" id="contact">Contact Us</a>
</li>
</ul>
<!-- Search -->
<div id="searchDiv" class="form-inline">
<div class="input-group">
<div class="input-group-prepend">
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Search by <span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu" id="searchBy">
<button id="searchByArtist" class="dropdown-item">Artist</button>
<button id="searchByTitle" class="dropdown-item">Title</button>
<button id="searchByLabel" class="dropdown-item">Label</button>
<button id="searchByJukebox" class="dropdown-item">Jukebox</button>
</div>
</div>
<input type="text" class="form-control" id="search" placeholder="Artist">
</div>
</div>
</div>
</nav>
<!-- Info -->
<div class="row" id="gradingInfoRow">
<div class="col-sm-12">
<div class="bg-secondary text-white mb-3" id="gradingInfo">
<span id="categoryTitle"><!-- Category Title --></span>
<i class="fas fa-info-circle" id="gradingInfoBtn" data-toggle="modal" data-target="#informationModal"></i>
</div>
</div>
</div>
<!-- Info Modal -->
<div class="modal fade" id="informationModal" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="informationModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" style="max-width: 70vw">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="informationModalLabel">Grading Information</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>All records are carefully visually graded, please see our <a id="gradingLink" href="#">grading page</a> for further clarification of these grades.</p>
<p>Many records will have been play-tested but will otherwise have been carefully inspected visually. Each contains an accurate description of quality where sound quality where it will be mentioned if play-tested.</p>
<ul>
<li>M = Mint</li>
<li>NM = Near Mint</li>
<li>VG+ = Very Good Plus</li>
<li>VG = Very Good</li>
<li>G+ = Good Plus</li>
<li>F = Fair</li>
<li>P = Poor</li>
</ul>
<p>PS = Picture Sleeve, otherwise company sleeve or plain / generic sleeve.</p>
<p>JB = Jukebox. Large centre hole, will play on any player with use of a <a href="#">45 adapter.</a></p>
<p>Sleeves will be in reasonable to excellent condition unless noted. Sleeves and labels may have writing, stickers / residue, small surface tears and / or small seam splits but anything else of note will be mentioned.</p>
<p>A few releases (especially US, European) may be released with large hole (Jukebox ready). Where this is not as per the original format of released, it will be mentioned. Will play on any player with use of a <a href="#">45 adapter</a>, sleeves are individually graded.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Records -->
<div class="row scrollArea" id="recordsRow">
<div class="col-sm-12">
<table id="recordsTable" class="table">
<thead>
<tr>
<th style="width: 30%;">Artist</th>
<th style="width: 30%;">Title</th>
<th style="width: 10%;">Format</th>
<th style="width: 10%;">Condition</th>
<th style="width: 10%;">Price<strong> (£)</strong></th>
<th style="width: 10%;">Action</th>
</tr>
</thead>
<tbody id="records">
<!-- display records here-->
</tbody>
<!-- Load more -->
<tbody>
<tr id="finalRow">
<td colspan="6" style="text-align: center">
<button class="btn btn-primary" id="more">Load more</button>
<button class="btn btn-primary" id="backToTop">Back to top</button>
</td>
</tr>
</tbody>
<!-- Checkout -->
<tfoot id="checkout">
<tr>
<td></td>
<td></td>
<td></td>
<td><strong>Total</strong></td>
<td><span id="total"></span></td>
<td><button class="btn btn-primary" id="checkoutBtn" data-toggle="modal" data-target="#destinationModal">Checkout</button></td>
</tr>
</tfoot>
</table>
</div>
</div>
<!-- Destination Modal -->
<div class="modal fade" id="destinationModal" tabindex="-1" aria-labelledby="destinationModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Confirm UK delivery</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="form-group" id="inTheUK">
<p>Are we delivering to the UK?</p>
<div class="form-check mb-3">
<input class="form-check-input" type="radio" name="inTheUK" id="inUK" value="yes" checked>
<label class="form-check-label" for="inUK">
YES
</label>
</div>
<div class="form-check mb-3">
<input class="form-check-input" type="radio" name="inTheUK" id="notInUK" value="no">
<label class="form-check-label" for="notInUK">
NO
</label>
</div>
<p id="shippingInfoOne">Postage and packaging costs for overseas orders will be priced individually depending on country, weight and package size. These costs will be sent to you following your order.</p>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#promoModal">Continue</button>
</div>
</div>
</div>
</div>
<!-- Promo Modal -->
<div class="modal fade" id="promoModal" tabindex="-1" aria-labelledby="promoModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Promo discount</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="form-group" id="promoDiscount">
<p>Enter your discount code</p>
<div class="input-group mb-3">
<input type="text" class="form-control" id="promoCode" placeholder="Discount code" aria-label="Discount code" aria-describedby="promoBtn">
<button class="btn btn-outline-secondary" type="button" id="promoBtn">Add discount</button>
</div>
<p id="promoAlert">Sorry that isn't a valid dicosunt code</p>
<p id="promoSuccess">Your discount has been added</p>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#shippingModal">Continue</button>
</div>
</div>
</div>
</div>
<!-- Shipping Modal -->
<div class="modal fade" id="shippingModal" tabindex="-1" aria-labelledby="shippingModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Shipping Options</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="">
<p id="shippingInfoTwo">Shipping overseas</p>
<p id="shippingInfoThree">Shipping cost over £250</p>
<p id="shippingInfoFour">Postage and packaging costs for overseas orders will be priced individually depending on country, weight and package size. These costs will be sent to you following your order.</p>
<p id="shippingInfoFive">Postage and packaging costs for orders over £250 will be priced individually depending on weight and package size. These costs will be sent to you following your order.</p>
</div>
<div class="form-group mb-5" id="deliveryOptionDiv">
<label for="deliveryOption">Select delivery option</label>
<select class="custom-select" id="deliveryOption">
<option value="1">Standard Delivery</option>
<option value="2">Signed For</option>
<option value="3">Guaranteed Next Day</option>
</select>
</div>
<div id="paypalCheckout">
<table class="table">
<tr>
<td>Total</td>
<td>£ <span class="float-right" id="paypalTotal"></span></td>
</tr>
<tr>
<td>Fixed price singles discount ( <span id="displayNumOfSingles"><!-- Number of singles --></span> )</td>
<td>£ <span class="float-right" id="paypalDiscount"></span></td>
</tr>
<tr>
<td>Promo discount ( <span id="promoPercentage"><!-- Promo percentage --></span>% )</td>
<td>£ <span class="float-right" id="paypalPromo"></span></td>
</tr>
<tr>
<td>Shipping</td>
<td>£ <span class="float-right" id="paypalShipping"></span></td>
</tr>
<tr>
<td><strong>Grand total</strong></td>
<td><strong>£ <span class="float-right" id="paypalGrand"></span></strong></td>
</tr>
</table>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#deliveryModal">Continue</button>
</div>
</div>
</div>
</div>
<!-- Delivery Modal -->
<div class="modal fade" id="deliveryModal" tabindex="-1" aria-labelledby="deliveryModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Delivery Instructions</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="">
<textarea id="deliveryInstructions" style="width: 100%;" rows="10" placeholder="Enter any additional delivery instructions ...."></textarea>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" data-toggle="modal" data-target="#paypalModal">Continue</button>
</div>
</div>
</div>
</div>
<!-- Paypal Modal -->
<div class="modal fade" id="paypalModal" tabindex="-1" aria-labelledby="paypalModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Confirm details</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="">
<table class="table">
<tr>
<th>Shipping Overseas</th>
<td id="pp1"><!-- Yes or No--></td>
</tr>
<tr>
<th>Shipping Type</th>
<td id="pp3"><!-- Type of shipping --></td>
</tr>
<tr>
<th>Total</th>
<td>£ <span id="pp2" class="float-right"></span><!-- Cost of record --></td>
</tr>
<tr>
<th>Fixed price singles discount</th>
<td>£ <span id="pp7" class="float-right"></span><!-- Discount --></td>
</tr>
<tr>
<th>Promo discount</th>
<td>£ <span id="pp8" class="float-right"></span><!-- Discount --></td>
</tr>
<tr>
<th>Shipping Costs</th>
<td>£ <span id="pp4" class="float-right"></span><!-- Cost of shipping --></td>
</tr>
<tr>
<th>Grand Total</th>
<td>£ <span id="pp5" class="float-right"></span><!-- Total cost --></td>
</tr>
<tr>
<th colspan="2">Additional Info</th>
</tr>
<tr>
<td colspan="2" id="pp6"><!-- delivery Instructions --></td>
</tr>
</table>
</div>
</div>
<div class="modal-footer">
<button id="confirmBtn" class="btn btn-secondary" type="button" style="display: none;">Confirm</button>
<div id="paypal-button-container"></div>
</div>
</div>
</div>
</div>
<!-- About -->
<div class="row scrollArea" id="aboutRow">
<div class="col-sm-12">
<p>At Pick 'n' mix Records, our goal is to offer music fans an easy and simple way to
re-discover the music you grew up with and re-build, or start a collection to enjoy
for years to come.</p>
<p>You will find vast lists of music from the 50s to 90s all at one price so you can
easily select what you want and get it delivered to your door in quick time!</p>
<p>There is also a section for more sought after records, rare records and other collectable gems!
Browse the different collections and rediscover the soundtrack of your life or get a fantastic and memorable gift for a loved one.</p>
<p>If there’s anything in particular you are looking for, feel free to drop us a line and we’ll be happy to help.
Thanks for stopping buy, stay well and enjoy the music!</p>
<p>Ian</p>
</div>
</div>
<!-- Grading -->
<div class="row scrollArea" id="gradingRow">
<div class="col-sm-12">
<p>At Pick 'n' mix we are passionate about vinyl and want you to be happy with your purchase and receive them in the condition we would be happy to receive records into our own personal collections. All records are checked visually and will be well packaged.</p>
<p>All vinyl is graded carefully conservatively so it's more likely you'll get a higher grade record than anything. Please note that unless otherwise stated in the description, records are visually graded.</p>
<p>We grade based on the Goldmine Standard for grading records. This is the industry standard grading system which may need a little explaining as to how we use it and the terms used as they do not necessarily equate to what may be expected.</p>
<p>Note that Fixed Price records are graded visually and if in doubt play tested in which case the guide below is the expectation of how the record looks and will likely play based on our experience. These records may need cleaning for best results. Sleeves for Fixed price records will be of a decent quality unless marked otherwise. Sleeves and labels may have writing, stickers / residue, small surface tears and / or small seam splits but anything else of note will be mentioned.</p>
<p>Many individually priced records will have been play tested and if so, this will be stated in the description.</p>
<table class="table">
<tbody>
<tr>
<td>M</td>
<td>Mint</td>
<td>Only used if record is still sealed from new.</td>
</tr>
<tr>
<td>NM</td>
<td>Near Mint</td>
<td>Looks like new, maybe a couple of very light surface scratches under bright light.</td>
</tr>
<tr>
<td>VG+</td>
<td>Very Good Plus</td>
<td>Clean & glossy vinyl, a few light marks, nothing serious and no scratches that you could feel. May have a few very light, background crackles.</td>
</tr>
<tr>
<td>VG</td>
<td>Very Good</td>
<td>Likely to have some marks, maybe one or two you could feel but will still play fine, but likely to have surface noise that does not overpower the music.</td>
</tr>
<tr>
<td>G/G+</td>
<td>Good/Good Plus</td>
<td>Will have many surface marks and / or scratches but will play without jumping - likely to have a fair amount of audible crackle throughout.</td>
</tr>
<tr>
<td>F</td>
<td>Fair</td>
<td>May be fine overall but likely to have the odd skip. May have surface marks / scratches and play with audible crackle – see description.</td>
</tr>
<tr>
<td>P</td>
<td>Poor</td>
<td>Will have more than one or two skips or sticks, may be cracked, warped or incomplete.</td>
</tr>
</tbody>
</table>
<p>If records that have been visually graded (fixed price records) look to be in good condition but still have some surface noise, they may just need a clean: use a lint free / micro-fibre cloth & some record cleaning fluid that is easily available online.</p>
<p>These records are 30-65 years old so may need a clean for best results: they are sold on the understanding that the grading is visual, careful & conservative but not infallible. Professional <a href="">ULTRASONIC cleaning</a> is available: £5 for up to 4 x 12”/LPs or up to 6 x 7” singles.</p>
</div>
</div>
<!-- Delivery -->
<div class="row scrollArea" id="deliveryRow">
<div class="col-sm-12">
<h5 class="mb-4">Shipping Costs</h5>
<h6>Singles Only</h6>
<table class="table mb-5">
<tbody>
<tr>
<th></th>
<th>Standard</th>
<th>Signed For / £20 - £50</th>
<th>Guaranteed Next Day / £50 - £250</th>
<th>Over £250</th>
</tr>
<tr>
<td>100g</td>
<td>£2.20</td>
<td>£2.60</td>
<td>£7.95</td>
<td>On request</td>
</tr>
<tr>
<td>200g</td>
<td>£2.75</td>
<td>£3.10</td>
<td>£8.85</td>
<td>On request</td>
</tr>
<tr>
<td>500g</td>
<td>£3.20</td>
<td>£4.70</td>
<td>£8.85</td>
<td>On request</td>
</tr>
<tr>
<td>750g</td>
<td>£4.50</td>
<td>£5.70</td>
<td>£10.45</td>
<td>On request</td>
</tr>
<tr>
<td>Up to 1750g</td>
<td>£4.50</td>
<td>£5.70</td>
<td>£13.00</td>
<td>On request</td>
</tr>
</tbody>
</table>
<h6 class="mb-4">LPs / 12" or any combination</h6>
<table class="table mb-5">
<tbody>
<tr>
<th></th>
<th>Standard</th>
<th>Signed For / £20 - £50</th>
<th>Guaranteed Next Day / £50 - £250</th>
<th>Over £250</th>
</tr>
<tr>
<td>Up to 1750g</td>
<td>£4.50</td>
<td>£5.70</td>
<td>£13.00</td>
<td>On request</td>
</tr>
</tbody>
</table>
<h5>Shipping Time</h5>
<p class="mb-5">I usually ship no later than the next working day, and can sometimes even ship same day, where the order comes in early enough. However, we plan to get all orders out within 2 working days of order / cleared payment unless I notify you specifically following on from an order. If you require specific delivery instructions (ie safe place, deliver to reception etc, please enter in the delivery notes section). Please <a href="">contact us</a> if you require a specific delivery time or have any questions about delivery.</p>
<h5>Secure Packaging</h5>
<p>All records are packaged in purpose made vinyl mailing boxes to ensure you receive them in the condition they leave us. Many sellers use thin cardboard envelopes which can bend easily and damage the sleeve / records. Our mailers may cost a few pence more, but they will properly protect your records!</p>
<p class="mb-5">Additionally, LPs & 12” and most quantities of 7” single are bubble-wrapped to offer additional protection.</p>
<h5>Postage Type</h5>
<p class="mb-5">All orders are QR coded so can be traced by Royal Mail in case of a problem. Orders under £20 are sent second class which generally takes 2-3 days. Orders between £20 and £50 will be sent Tracked & Signed For, over this amount will be Recorded / Guaranteed delivery.</p>
<h5>Returns</h5>
<p class="mb-5">Return costs are the responsibility of the Buyer (unless faulty) and all vinyl must be returned in the sleeves and the packaging they were delivered in (or similar quality) at time of purchase. All vinyl is graded carefully conservatively so it's more likely you'll get a higher grade record than anything. Please note that unless otherwise stated in the description, records are visually graded.</p>
<h5>Overseas</h5>
<p>Overseas order will be priced individually depending on country, weight and package size. Postage costs will be sent following your order.</p>
<p>Approximate costs are below:</p>
<h6>Europe</h6>
<ul>
<li>1/2 LPs / 12" = £9.90 (2nd class) / £14.85 (Recorded Delivery) (Up to 500g total weight including packaging).</li>
<li>2/3 LPs / 12" = £11.30 (2nd class) / £16.10 (Recorded Delivery) (Up to 750g total weight including packaging).</li>
<li>1 x 7" single = £4.50 / £5.99 depending on weight. (£11 / £11.50 signed for) This usually works out at the cheaper rate unless thick sleeve/heavy vinyl.</li>
<li>2-3 x 7" singles = £5.99 subject to total weight below 250g (£11.50 signed for).</li>
<li>4-7 x 7" singles = £6.80 subject to total weight below 500g (£12 signed for).</li>
<li>8+ 7" singles will be quoted on ordering, or ask in advance.</li>
</ul>
<h6>USA / Australia / New Zealand</h6>
<ul>
<li>From £6.50 for 7" and £14.90 for 12" - dependent on size & total weight.</li>
</ul>
<h6>Rest of the World</h6>
<ul>
<li>From £5.50 for 7" and £12.90 for 12" - dependent on size & total weight.</li>
</ul>
<p>Postage costs, particularly to USA are changing constantly but latest best prices will be used.</p>
</div>
</div>
<!-- Selling -->
<div class="row scrollArea" id="sellingRow">
<div class="col-sm-12">
<p>We are always looking to buy collections of rock and pop records.</p>
<p>Please contact us directly at [email protected] or call 07737 003 891 to discuss.</p>
<p>We will always quote a fair price based on what is in your collection and the condition.</p>
<p>Ian</p>
</div>
</div>
<!-- Contact Us -->
<div class="row scrollArea" id="contactRow">
<div class="col-sm-4">
<table class="table table-borderless">
<tr>
<td><i class="fas fa-envelope"></i></td>
<td>[email protected]</td>
</tr>
<tr>
<td><i class="fas fa-mobile-alt"></i></td>
<td>07737 003 891</td>
</tr>
</table>
</div>
</div>
<!-- Joel -->
<div class="row scrollArea" id="joelRow">
<div class="col-sm-12">
<p>Looking to have your own website, or looking for something new and refreshing. If so then please contact me at [email protected] to discuss.</p>
<p>Many thanks</p>
<p>Joel</p>
</div>
</div>
<!-- Footer -->
<div class="row" id="footer">
<div class="col-sm-12 text-center">
<hr>
<a href="upload.html" id="uploadBtn"><i class="fas fa-file-upload"></i></a>
<p>Copyright © <span id="year"><!-- Year --></span> Pick 'n' mix records. Powered by <a href="#" id="joel"><i class="fas fa-meteor"></i></a></p>
</div>
</div>
</div> <!-- End main container -->
<!-- Bootstrap JavaScript -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Bootstrap JS -->
<script src="../../jQuery/jquery-3.5.1.min.js"></script>
<script src="../../bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js" type="module"></script>
<script src="js/search.js" type="module"></script>
<script>
let year = document.getElementById("year");
year.textContent = new Date().getFullYear();
</script>
<script src="https://www.paypal.com/sdk/js?client-id=AVS93Uv-ttM4M5WJZjxqzQ1x9tfuzV-8Oj35zcWo-CCR5N_xCAJWNPToB6BdM-Hieu4S4Tz0ZKO3Gt81¤cy=GBP" data-sdk-integration-source="button-factory"></script>
<script>
paypal.Buttons({
style: {
shape: 'rect',
color: 'blue',
layout: 'horizontal',
label: 'paypal',
tagline: false,
height: 40
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [
{
soft_descriptor: "Pick 'n' Mix Records",
amount: {
currency_code: "GBP",
value: sessionStorage.grandTotal,
breakdown: {
item_total: {
currency_code: "GBP",
value: sessionStorage.total
},
shipping: {
currency_code: "GBP",
value: sessionStorage.shipping
},
discount: {
currency_code: "GBP",
value: sessionStorage.totalDiscount
}
}
},
items: JSON.parse(sessionStorage.items)
}
]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
sessionStorage.setItem("givenName", details.payer.name.given_name);
sessionStorage.setItem("surname", details.payer.name.surname);
sessionStorage.setItem("email", details.payer.email_address);
sessionStorage.setItem("payerId", details.payer.payer_id);
sessionStorage.setItem("transactionId", details.id);
sessionStorage.setItem("status", details.status);
$("#confirmBtn").click();
});
}
}).render('#paypal-button-container');
</script>
<!-- Confirmation Modal-->
<div class="modal fade" id="confirmationModal" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="confirmationModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="confirmationModalLabel"><!-- status --></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div id="detailsSuccess">
<p id="payerName"><!-- Name --></p>
<p>Thank you for you order.</p>
<p id="detailsExtra">We will email you shortly with details about additional shipping costs.</p>
</div>
<div id="detailsError">
<p>Opps!! There was an error in you transaction.</p>
<p>Please get into touch by email so we can rectify the problem</p>
<p>[email protected]</p>
</div>
<div id="emailText"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" onclick="window.location.assign('main.html')">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>