-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustomer-loyalty-program.html
More file actions
736 lines (650 loc) · 31.6 KB
/
customer-loyalty-program.html
File metadata and controls
736 lines (650 loc) · 31.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>Customer Loyalty Program • Pegke Loyalty ™
</title>
<link rel="amphtml" href="https://pegke.com/amp/customer-loyalty-program">
<meta name="description" content=" Why a Customer Loyalty Program ?">
<meta name="keywords" content=" Customer Loyalty Program, customer loylaty program, loyalty software, retail loyalty program, loyalty program, reward points, loyalty rewards program, retention management ">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Pegke Loyalty ™">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-tap-highlight" content="no">
<style>
.overlayp {
position: fixed;
width: 100%;
height: 100%;
top: 0;left: 0;
background: #FFF;
z-index: 1000;
}
.wrapper {
margin: auto;
display: block;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.spinner {
width: 40px;
height: 40px;
margin: 100px auto;
background-color: #ec2a2f;
border-radius: 100%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
}
</style>
<link rel="shortlink" href="http://bit.ly/pegkeweb">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:400" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:700" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:400italic" />
<![endif]-->
<link rel="preload" href="/public/img/1.jpg">
<link href='https://fonts.googleapis.com/css?family=Lato:400,900,700' rel='stylesheet' type='text/css'>
<script src="/public/js/head.min.js"></script>
<link rel="canonical" href="https://pegke.com/customer-loyalty-program">
<link rel="alternate" type="application/rss+xml" title="Pegke Loyalty ™" href="https://pegke.com/feed.xml">
<link rel="sitemap" title="Sitemap" type="application/xml" href="https://pegke.com/sitemap.xml">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="pegkeapp" />
<meta name="twitter:title" content="Customer Loyalty Program" />
<meta name="twitter:description" content="Why a Customer Loyalty Program ?
" />
<meta name="twitter:image" content="https://pegke.com/public/og/pegke-og.jpg" />
<!-- Open Graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Customer Loyalty Program" />
<meta property="og:description" content="Why a Customer Loyalty Program ?
" />
<meta property="og:url" content="https://pegke.com/customer-loyalty-program" />
<meta property="og:site_name" content="Customer Loyalty & Retention Management Software" />
<meta property="og:image" content="https://pegke.com/public/og/pegke-og.jpg"/>
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="192x192" href="/public/favicons/android-chrome-192x192.png">
<link rel="manifest" href="/public/favicons/manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#F13030">
<meta name="application-name" content="Pegke Loyalty">
<link rel="apple-touch-icon" sizes="57x57" href="/public/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/public/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/public/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/public/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/public/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/public/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/public/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/public/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicons/apple-touch-icon-180x180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Pegke Loyalty">
<link rel="icon" type="image/png" sizes="228x228" href="/public/favicons/coast-228x228.png">
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/public/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="230x230" href="/public/favicons/favicon-230x230.png">
<link rel="shortcut icon" href="/public/favicons/favicon.ico">
<link rel="yandex-tableau-widget" href="/public/favicons/yandex-browser-manifest.json">
<meta name="msapplication-TileColor" content="#F13030">
<meta name="msapplication-TileImage" content="/public/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/public/favicons/browserconfig.xml">
<meta property="twitter:image" content="https://pegke.com/public/favicons/twitter.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/public/favicons/apple-touch-startup-image-320x460.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/public/favicons/apple-touch-startup-image-640x920.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/public/favicons/apple-touch-startup-image-640x1096.png">
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/public/favicons/apple-touch-startup-image-750x1294.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/public/favicons/apple-touch-startup-image-1182x2208.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/public/favicons/apple-touch-startup-image-1242x2148.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/public/favicons/apple-touch-startup-image-748x1024.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/public/favicons/apple-touch-startup-image-768x1004.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/public/favicons/apple-touch-startup-image-1496x2048.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/public/favicons/apple-touch-startup-image-1536x2008.png">
<meta property="og:image" content="https://pegke.com/public/favicons/open-graph.png">
</head>
<body class="not-front">
<div id="header" class="box-shadow">
<div class="ui container nav">
<div class="ui secondary menu">
<a href="/"><img src="/public/img/pegke-logo.svg" alt="Pegke Loyalty ™ Logo" width="140" /></a>
<div class="menu right widescreen only large screen computer">
<a href="/pricing" class="item ui button red">Pricing</a>
<a href="/features" class="item ui button red">Features</a>
<a href="/how-it-works" class="item ui button red">How it Works</a>
<a href="/about/pegke-loyalty" class="item ui button red nexth">About</a>
<div class="item">
<div class="ui medium buttons">
<a class="ui button red ctal" href="#signup" onClick="ga('send', 'event', 'signuptop', 'click', 'Start Trial Today', 1);" >sign up</a>
<div class="or"></div>
<a class="ui button blue" href="/contact" onClick="ga('send', 'event', 'contact', 'click', 'Start Trial Today', 1);" >contact us</a>
</div>
</div>
</div>
<div class="menu right mobile tablet only">
<a href="javascript:void(0);" class="ui text grey nav"><i class="icon big sidebar" id="hamb"></i></a>
</div>
</div>
</div>
</div>
<div class="ui basic modal submenu">
<div class="content">
<div class="ui vertical fluid menu mobilemenu">
<a href="/" class="item red">HOME</a>
<a href="/pricing" class="item red">PRICING</a>
<a href="/features" class="item">FEATURES</a>
<a href="/how-it-works" class="item">HOW IT WORKS</a>
<a href="/about/pegke-loyalty" class="item">ABOUT</a>
<a href="/blog/" class="item" title="Pegke Blogs">BLOG</a>
</div>
<div class="ui divider hidden"></div>
<div class="ui divider horizontal inverted">Join now</div>
<div class="ui fluid action input">
<input id="sg-email" type="email" name="sg-email" placeholder="Email..." required>
<button class="ui button green" type="submit" name="signup" id="sg-signup">Sign Up</button>
</div>
<div class="ui message success ohidden" id="sg-msg"></div>
</div>
</div>
<div class="ui center header aligned text headerimg">
<header class="ui center aligned">
<h1 class="post-title ui header huge" itemprop="name headline" title="Customer Loyalty Program">Customer Loyalty Program</h1>
</header>
<div class="ui divider hidden"></div>
</div>
<div class="ui container">
<h2 id="why-a-customer-loyalty-program-">Why a Customer Loyalty Program ?</h2>
<p>Customers finding it difficult to stay loyal to your business? Tired of following a single brand that does not reward you for your loyalty? Enter the Pegke Customer Loyalty & Rewards Software that not only rewards the customers for their brand loyalty but also makes the customers stay loyal to their favorite franchises. Pegke is not just another app in the store, it is an easy-to-use software designed and shaped elegantly by Technopark engineers that is advantageous to both the business and customers. The software is sculpted in such a way that the user will find it easy to navigate and handle the loyalty program. After setting up their account, the business owners are able to set loyalty points for specific sales and are also able to reward customers based on their accumulated points and redeemable items. Additionally, the customers are also happy as they get rewarded for staying loyal to the business and Pegke makes the ‘staying loyal’ part easier for them as all these can be done in the comfort of their smartphones and tablets.</p>
<p>By using the app, the business owners are able to analyze the sales and customers and therefore are able to modify their rewards program accordingly. The loyal customers are able to find and stay loyal to all their favorite businesses and franchises in a single place with the help of Pegke. Too good to be true? Start believing by downloading the Pegke app and by acquiring rewards in exchange for just your loyalty.</p>
<h3 id="create-identity-through-customer-loyalty-program">Create identity through Customer Loyalty Program</h3>
<ol>
<li><strong>Offering returning clients a rebate on administrations</strong>
Everybody adores a decent arrangement. Subsequently, when a client comes back to you, it is a smart thought to remunerate them for returning. This doesn’t need to be an immense rebate; it can simply be a rate off of their bill.</li>
<li><strong>Giving prizes for references</strong>
Giving your present clients rewards for alluding different clients to you is yet another approach to demonstrate your present clients you admire their business.</li>
<li><strong>Offering overhauls</strong>
On your Facebook or Twitter page, you can post overhauls about your business and even your own life - on the off chance that you are agreeable with that. This will make your clients feel like they know you. They will have within scoop, an off camera take a gander at what you are managing on any given day.</li>
<li><strong>Truly thinking about your clients</strong>
Your clients will see through any fake representations on your part. In this manner, when you expect to manufacture associations with your clients, make sure that you really do think about their prosperity. By treating your clients well, you will be stunned at how willing they get to be to backing your business.</li>
</ol>
</div>
<div class="ui inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="/" class="item">Home</a>
<a href="/pricing" class="item">Pricing</a>
<a href="/about/pegke-loyalty" class="item" title="About Us">About Us</a>
<a href="/about/brand-guidelines" class="item" title="Brand Guidelines">Brand Guidelines</a>
<a href="/check-points/" class="item" title="Check your points">Check your points</a>
<a href="/contact" class="item" title="Contact Us">Contact Us</a>
<a href="/customer-loyalty-program" class="item" title="Customer Loyalty Program">Customer Loyalty Program</a>
<a href="/about/team" class="item" title="Our Team">Our Team</a>
<a href="/about/privacy-policy" class="item" title="Privacy Policy">Privacy Policy</a>
<a href="/about/redeem-points" class="item" title="Redeem Options">Redeem Options</a>
<a href="/about/terms-conditions" class="item" title="Terms and Conditions">Terms and Conditions</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">Services</h4>
<div class="ui inverted link list">
<a href="/business/retail-sector" class="item" title="Retail Sector">Retail Sector</a>
<a href="/business/consumer-goods-sector" class="item" title="Consumer Goods Sector">Consumer Goods Sector</a>
<a href="/business/banking-financial-loyalty" class="item" title="Banking & Financial">Banking & Financial</a>
<h4 class="ui inverted header">Options</h4>
<a href="/about/redeem-points#mobile-recharge" class="item">Mobile Recharge</a>
<a href="/about/redeem-points#own-products" class="item">Own Products</a>
<a href="/about/redeem-points#gift-vouchers" class="item">Gift Vouchers</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">Blogs</h4>
<div class="ui inverted link list">
<a href="/blog/" class="item" title="Pegke Blogs">Pegke Blogs</a>
<a href="/blog/categories" class="item" title="Categories and Tags">Categories and Tags</a>
<a href="/blog/start-loyalty-rewards-program-your-customers" class="item" title="How to start a loyalty rewards program for your customers">How to start a loyalty...</a>
<a href="/blog/on-demand-marketing-customer-loyalty" class="item" title="On-demand Marketing and Customer Loyalty">On-demand Marketing an...</a>
<a href="/blog/can-spam-act-india" class="item" title="Anti-spam Legislation India">Anti-spam Legislation ...</a>
<a href="/blog/pegke-customer-loyalty-intgrate-pos-inventory" class="item" title="How Pegke interacts with your POS">How Pegke interacts wi...</a>
<a href="/blog/top-5-customer-loyalty-trends-2016" class="item" title="Top 5 Customer Loyalty Trends of 2016">Top 5 Customer Loyalty...</a>
<a href="/blog/customer-loyalty-over-holidays" class="item" title="Loyalty over the Holidays">Loyalty over the Holidays</a>
</div>
</div>
<div class="five wide column">
<h4 class="ui inverted header">System</h4>
<div class="ui inverted link list">
<a class="item" href="/api/">API</a>
<a href="/about/system-status" class="ui inverted link item">System Status</a>
<a class="item" href="/about/technology-stack">Technology Stack</a>
</div>
<div class="ui divider hidden"></div>
<h4 class="ui inverted header">Social</h4>
<a href="https://twitter.com/pegkeapp"><i class="twitter icon large grey"></i></a>
<a href="https://plus.google.com/+Pegke"><i class="google plus icon large grey"></i></a>
<a href="https://fb.com/pegkeapp"><i class="facebook icon large grey"></i></a>
<a href="https://pegke.com/feed.xml"><i class="rss icon large grey"></i></a>
<div class="ui inverted link list">
<a href="mailto:hello@pegke.com" class="item"><i class="send icon"></i>hello@pegke.com</a>
<a href="tel:+914714000056" class="item"><i class="phone icon"></i> +91 (471) 400-0056</a>
</div>
</div>
</div>
</div>
<div class="ui left aligned container grey small">
<div class="ui divider hidden"></div>
© 2016 - <dfn><abbr title="Customer Loyalty & Retention Management Software">Pegke Loyalty ™</abbr></dfn> ❤︎ <br>
</div>
</div>
<div class="ui basic modal signup">
<i class="close large icon red"></i>
<form class="ui form segment green" id="merchantregn">
<h3 class="ui grey big header">Start giving loyalty points to your customers.</h3>
<div class="two fields">
<div class="field">
<label>Business Name</label>
<input placeholder="Name of your Business" name="field_name[und][0][value]" type="text">
</div>
<div class="field">
<div class="field">
<label>Phone <small>Include country code.</small></label>
<div class="ui input">
<input type="tel" name="field_contact_number[und][0][value]" placeholder="Phone Number">
</div>
</div>
</div>
</div>
<div class="two fields">
<div class="field">
<label>Email</label>
<input placeholder="Email" name="mail" type="email">
</div>
<div class="field">
<div class="fields">
<div class="field">
<label>Password</label>
<input type="password" name="passone" placeholder="Password">
</div>
<div class="field">
<label>Confirm Password</label>
<input type="password" name="pass" placeholder="Confirm Password">
</div>
</div>
</div>
</div>
<div class="two fields">
<div class="field">
<label>Location</label>
<input placeholder="Your City" type="text" name="locations[0][city]">
</div>
<div class="field">
<label>Country</label>
<div class="ui search selection dropdown">
<input type="hidden" name="locations[0][country]">
<i class="dropdown icon"></i>
<div class="default text">Select Country</div>
<div class="menu">
<div class="item" data-value="ar"><i class="ar flag"></i>Argentina</div>
<div class="item" data-value="au"><i class="au flag"></i>Australia</div>
<div class="item" data-value="bh"><i class="bh flag"></i>Bahrain</div>
<div class="item" data-value="be"><i class="be flag"></i>Belgium</div>
<div class="item" data-value="br"><i class="br flag"></i>Brazil</div>
<div class="item" data-value="vg"><i class="vg flag"></i>British Virgin Islands</div>
<div class="item" data-value="cm"><i class="cm flag"></i>Cameroon</div>
<div class="item" data-value="ca"><i class="ca flag"></i>Canada</div>
<div class="item" data-value="cz"><i class="cz flag"></i>Czech Republic</div>
<div class="item" data-value="dk"><i class="dk flag"></i>Denmark</div>
<div class="item" data-value="dm"><i class="dm flag"></i>Dominica</div>
<div class="item" data-value="eg"><i class="eg flag"></i>Egypt</div>
<div class="item" data-value="gb"><i class="gb flag"></i>England</div>
<div class="item" data-value="eu"><i class="eu flag"></i>European Union</div>
<div class="item" data-value="fr"><i class="fr flag"></i>France</div>
<div class="item" data-value="de"><i class="de flag"></i>Germany</div>
<div class="item" data-value="gr"><i class="gr flag"></i>Greece</div>
<div class="item" data-value="gl"><i class="gl flag"></i>Greenland</div>
<div class="item" data-value="hu"><i class="hu flag"></i>Hungary</div>
<div class="item" data-value="is"><i class="is flag"></i>Iceland</div>
<div class="item" data-value="in"><i class="in flag"></i>India</div>
<div class="item" data-value="ie"><i class="ie flag"></i>Ireland</div>
<div class="item" data-value="it"><i class="it flag"></i>Italy</div>
<div class="item" data-value="kw"><i class="kw flag"></i>Kuwait</div>
<div class="item" data-value="lu"><i class="lu flag"></i>Luxembourg</div>
<div class="item" data-value="my"><i class="my flag"></i>Malaysia</div>
<div class="item" data-value="mx"><i class="mx flag"></i>Mexico</div>
<div class="item" data-value="nl"><i class="nl flag"></i>Netherlands</div>
<div class="item" data-value="nz"><i class="nz flag"></i>New Zealand</div>
<div class="item" data-value="no"><i class="no flag"></i>Norway</div>
<div class="item" data-value="om"><i class="om flag"></i>Oman</div>
<div class="item" data-value="pl"><i class="pl flag"></i>Poland</div>
<div class="item" data-value="pt"><i class="pt flag"></i>Portugal</div>
<div class="item" data-value="qa"><i class="qa flag"></i>Qatar</div>
<div class="item" data-value="sa"><i class="sa flag"></i>Saudi Arabia</div>
<div class="item" data-value="sg"><i class="sg flag"></i>Singapore</div>
<div class="item" data-value="es"><i class="es flag"></i>Spain</div>
<div class="item" data-value="lk"><i class="lk flag"></i>Sri Lanka</div>
<div class="item" data-value="se"><i class="se flag"></i>Sweden</div>
<div class="item" data-value="ch"><i class="ch flag"></i>Switzerland</div>
<div class="item" data-value="tw"><i class="tw flag"></i>Taiwan</div>
<div class="item" data-value="th"><i class="th flag"></i>Thailand</div>
<div class="item" data-value="ae"><i class="ae flag"></i>United Arab Emirates</div>
<div class="item" data-value="us"><i class="us flag"></i>United States</div>
<div class="item" data-value="um"><i class="um flag"></i>Us Minor Islands</div>
<div class="item" data-value="vi"><i class="vi flag"></i>Us Virgin Islands</div>
<div class="item" data-value="vn"><i class="vn flag"></i>Vietnam</div>
</div>
</div>
</div>
</div>
<div class="inline field">
<label>Signing up signifies you’ve read and agree to our <a href="/about/terms-conditions">Terms of Service</a> and <a href="/about/privacy-policy">Privacy Policy</a></label>
</div>
<div class="ui blue submit button">Create Your Account</div>
</form>
<div class="ui green icon message ohidden" id="afterSignup">
<i class="check circle outline big green icon"></i>
<div class="content">
<div class="header">
Thank you for creating a merchant account with us.
</div>
<p id="ststmsgs">You should receive an email with access to all the tools required for setting up your account and start giving loyalty points to your customers. For urgent enquiries please call us on <a itemprop="telephone" href="tel:+914714000056">+91 (471) 400-0056</a></p>
</div>
</div>
</div>
<script>
head.load(
"/public/css/pegke-page.min.css",
"/public/js/semanticjs.min.js"
);
</script>
<script type="text/javascript">
head.ready(function () {
$('.cta, .ctal').click(function() {
$('.ui.modal.signup').modal('show');
});
var apiBaseurl = 'https://dashboard.pegke.com/?q=';
$.fn.api.settings.api = {
'signup' : apiBaseurl + 'api/mobileuser/vendor_registration',
'support' : apiBaseurl + 'api/contact_us',
'registermobile' : apiBaseurl + 'api/mobileuser/register'
};
$(document).ready(function() {
$('.costs button').click(function() {
$('.costs button').removeClass('positive');
var selcur = $(this).attr('data-curr');
$(this).addClass('positive');
console.log(selcur);
if( selcur == 'usd' ) {
$('.currency').text('$');
animateUpdate(1.60, 0.025, 3, 'amt');
} else if( selcur == 'inr' ) {
$('.currency').text('₹');
animateUpdate(0.025, 1.60, 2, 'amt');
}
});
if ($('#pegkestat').length) {
var dt = new Date();
$.getJSON(apiBaseurl + "api/pegke_status", function( data ) {
console.log(data);
$('#lstmod').text(dt);
var items = [];
$.each( data.sstatus, function( key, val) {
items.push( '<div class="item"> \
<div class="right floated content"> \
<div class="ui tiny green label">' + val + '</div> \
</div> <i class="check large green icon"></i> \
<div class="content">' + key + '</div></div>' );
});
$( "<div/>", {
"class": "ui middle aligned divided list",
html: items.join( "" )
}).appendTo( "#pegkestat" );
$('#lstmod').html(data.last_mod);
$('#pegkestat').removeClass('loading');
});
}
function animateUpdate(fromVal, toVal, roundVal, elm) {
jQuery({ Counter: 0 }).animate({ Counter: toVal }, {
duration: 1000,
easing: 'swing',
step: function () {
$('.'+ elm).text(parseFloat(this.Counter).toFixed(roundVal));
}
});
}
var pathname = window.location.pathname;
var desired = pathname.replace(/[^\w\s]/gi, '')
$(".menu.right a, .mobilemenu a, .footer").each(function(index) {
var ahref = ($(this).attr('href')) ? $(this).attr('href') : 'not';
var thishref = ahref.replace(/[^\w\s]/gi, '');
if (desired === thishref ) {
$(this).addClass("active");
}
});
});
$('.menu .item').tab();
$('.ui.dropdown').dropdown();
$('.ui.checkbox').checkbox();
$('.ui.accordion').accordion();
$('.ui.sticky')
.sticky({
context: '#context',
offset: 75
});
$('.special.card .image').dimmer({
on: 'hover'
});
// $('.ui.label').popup();
$('.rupee.icon').popup();
$('.feature-list .item').popup();
$('.tstack').popup();
$('.ui.rating').rating();
// setInterval(function(){
// $('.shape').shape('flip over');
// }, 3000);
$('#merchantregn')
.form({
fields: {
name: {
identifier: 'field_name[und][0][value]',
rules: [{
type: 'empty',
prompt: 'Please enter your name'
}]
},
phone: {
identifier: 'field_contact_number[und][0][value]',
rules: [{
type: 'regExp[/^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/im]',
prompt: 'Please check the format'
}]
},
country: {
identifier: 'locations[0][country]',
rules: [{
type: 'empty',
prompt: 'Please chose your country'
}]
},
passone: {
identifier: 'passone',
rules: [{
type : 'empty',
prompt : 'Please enter a password'
},
{
type : 'minLength[6]',
prompt : 'Your password must be at least {ruleValue} characters'
}]
},
pass: {
identifier: 'pass',
rules: [{
type : 'empty',
prompt : 'Please enter a password'
},
{
type: 'match[passone]',
prompt: 'Please cross check your passwords'
}]
},
email: {
identifier: 'mail',
rules: [{
type: 'email',
prompt : 'Please enter a valid e-mail'
}]
},
city: {
identifier: 'locations[0][city]',
rules: [{
type: 'empty',
prompt: 'Please enter your city'
}]
}
},
on : 'blur'
})
.api({
method: 'post',
action: 'signup',
serializeForm: true,
dataType: 'json',
onResponse: function (response) {
$('form#merchantregn')[0].reset();
$('form#merchantregn').fadeOut();
$('#afterSignup').removeClass('ohidden');
},
onError: function(errorMessage) {
$('#afterSignup').removeClass('ohidden green').addClass('red');
$('#ststmsgs').html('Oops, we\'re sorry; something missing from our end. Please try again later.');
},
});
$('#support')
.form({
fields: {
email: {
identifier: 'email',
rules: [{
type: 'email',
prompt : 'Please enter a valid e-mail'
}]
},
details: {
identifier: 'details',
rules: [{
type: 'empty',
prompt: 'Tell us your concern !!'
}]
},
}
})
.api({
method: 'post',
action: 'support',
serializeForm: true,
dataType: 'json',
onResponse: function (response) {
$('form#support')[0].reset();
$('form#support').fadeOut();
$('#afterContact').removeClass('ohidden');
}
});
$('#sg-sup-form')
.form({
fields: {
email: {
identifier: 'sg-email',
rules: [{
type: 'email',
prompt : 'Please enter a valid e-mail'
}]
}
}
})
.api({
method: 'post',
action: 'registermobile'
});
$('.step .image, .stack .image, .lazy')
.visibility({
type : 'image',
transition : 'pulse',
duration : 1000
})
;
$('#hamb').click(function() {
$('.ui.submenu.modal')
.modal('show');
});
$('#sg-signup').click(function() {
$(this).addClass('loading');
$('#sg-email').attr('disabled', "true");
setTimeout(function() {
$('#sg-signup').removeClass('loading');
$('#sg-email').removeAttr('disabled');
$('#sg-msg').text('thanks...').removeClass('ohidden');
}, 3000);
});
$('#checkpoints')
.form({
fields: {
phone: {
identifier: 'phone',
rules: [{
type: 'empty',
}, {
type: 'exactLength[10]',
}, {
type: 'number',
}]
},
country: {
identifier: 'country',
rules: [{
type: 'empty',
prompt: 'Please chose your country'
}]
},
}
});
});
</script>
<script>
jQuery(window).bind("load", function () {
jQuery('.overlayp').remove();
jQuery('.menu.widescreen .nexth').after('<a href="https://dashboard.pegke.com" class="item ui button red ml">MERCHANT LOG IN</a>');
});
</script>
<script>(function(G,o,O,g,l){G.GoogleAnalyticsObject=O;G[O]||(G[O]=function(){(G[O].q=G[O].q||[]).push(arguments)});G[O].l=+new Date;g=o.createElement('script'),l=o.scripts[0];g.src='https://www.google-analytics.com/analytics.js';l.parentNode.insertBefore(g,l)}(this,document,'ga'));ga('create', 'UA-38015473-1', 'pegke.com');ga('require', 'displayfeatures');ga('set', '&uid', 0);ga('send', 'pageview')</script>
<div class="overlayp">
<div class="wrapper">
<div class="spinner"></div>
</div>
</div>
</body>
</html>