-
Notifications
You must be signed in to change notification settings - Fork 0
/
connectors.html
619 lines (564 loc) · 28.3 KB
/
connectors.html
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Cloud Connector for BigCommerce and Magento. Connect to Salesforce, Zoho CRM & VTiger CRM"/>
<link rel="shortcut icon" type="image/png" href="images/fav.png"/>
<link rel="canonical" href="www.aquaapi.io/BigCommerceCRMConnector.html"/>
<title>AquaAPI :: Cloud Connector for BigCommerce and Magento</title>
<link rel="stylesheet" type="text/css" href="css/foundation.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/app.css"/>
<link rel="stylesheet" type="text/css" href="css/menu.css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
<style>
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
#connector_table td {
width: 25%;
text-align: center;
}
.img{
background-color: #3f688e;
font-size: 15px !important;
padding: 15px 26px !important;
}
#con_table{
width: 100%;
color: black;
font-size: large;
}
.button1 {
background-color: transparent;
color: white;
border-radius: 30px;
border: 1px solid;
padding: 9px 17px 9px 18px;
margin: 8px;
margin-right: 68px;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
@media only screen and (max-device-width: 480px) {
.button1 {
margin: auto;
margin-right: 40px;
}
}
</style>
</head>
<body>
<section class="cd-content">
<div class="service-page subpage">
<header class="sub_header row">
<div class="small-5 medium-4 columns">
<a class="logo" href="index.html"><img src="images/logo-sml.png"/></a>
<a class="button button1" href="app/install/login.php">Login</a>
</div>
<div class="small-7 medium-8 columns text-right">
<span class="title"><a href="connectors.html">eCommerce Platform Cloud Connector</a></span>
</div>
</header>
<div class="software">
<div class="first-impression text-center">
<div class="row column">
<div class="subhed-box">
<h3 class="productHeader">Sync Your eCommerce Platform with Other Cloud Apps</h3>
</div>
<div class="full-screen">
<!-- <h1>Instantly connect BigCommerce or Magento</h1><br>
<h1>with</h1><br>
<h1>Salesforce, Zoho CRM or vTiger CRM</h1>
<p class="special-p">Subscription Service. Free Trial. Upgrade, Downgrade or Cancel Anytime.</p>
<p class="special-p">Sync every hour.</p>
<a href="https://apps.bigcommerce.com/details/7327">Get Started</a> -->
<a href="/app/install/login.php">Get Started</a>
<!-- <div class="graphics">
<img src="images/software/macbookpro.png" alt="screen"> -->
</div>
<div class="row descriptions">
<div class="small-12 medium-4 columns no-one">
<img src="images/software/chat.png">
<h4>Sync every 30 mins.</h4>
<p>All new Orders, Accounts, Contacts and Products are automaticlly synced every 30 mins. On-demand sync also available.</p>
</div>
<div class="small-12 medium-4 columns no-two">
<img src="images/software/cloud.png">
<h4>Cloud Subscription Service</h4>
<p>No software installation involved. Start Instantaneously.</p>
</div>
<div class="small-12 medium-4 columns no-three">
<img src="images/software/desktop.png">
<h4>Supports Custom Workflows</h4>
<p>We also design and host custom connector workflows for a small fee.</p>
</div>
</div>
</div>
</div>
</div>
<div class="software" style="background-color: #3f688e;">
<div class="first-impression text-center">
<div class="row column">
<div class="subhed-box">
<h3 class="productHeader">Our Connectors</h3>
</div>
<div class="row descriptions">
<table class="table-responsive" id="connector_table">
<thead>
<tr>
<td>Ecommerce Platform</td>
<td></td>
<td>Target Apps</td>
<td>Try Now</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<img src="images/icons/BigCommerce-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img id="img" src="images/icons/logo-zoho-crm.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a> <a href="#" id="B2Z" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/BigCommerce-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/sfdc.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" id="B2S" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/BigCommerce-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/zoho-inventory.jpg" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" id="B2ZI" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/BigCommerce-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/HubSpot_Logo.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" id="B2H" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/BigCommerce-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/Vtiger.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/magento.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img id="img" src="images/icons/logo-zoho-crm.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/magento.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/sfdc.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/magento.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/zoho-inventory.jpg" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/magento.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/HubSpot_Logo.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/magento.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/Vtiger.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/shopify-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img id="img" src="images/icons/logo-zoho-crm.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/shopify-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/sfdc.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/shopify-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/zoho-inventory.jpg" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/shopify-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/HubSpot_Logo.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
<tr>
<td>
<img src="images/icons/shopify-logo.png" width="50%">
</td>
<td>
<i class="fa fa-arrow-right fa-3x" aria-hidden="true" style="color: #1e6eff;"></i>
</td>
<td>
<img src="images/icons/Vtiger.png" width="60%">
</td>
<td>
<a href="/app/install/login.php" class="img">Try Now</a><a href="#" class="img">+ Details</a>
</td>
</tr>
</tbody>
</table>
<!-- BigCommere To Zoho CRM -->
<div id="B2Z_modal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="closeBtn">×</span>
<h4>Bigcommerce To Zoho CRM Connector</h4>
</div>
<div class="modal-body">
<table class="table-responsive" id="con_table">
<thead>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</thead>
<tbody>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<h4>Try Now</h4>
</div>
</div>
</div>
<!-- BigCommere To SFDC CRM -->
<div id="B2S_modal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="closeBtn">×</span>
<h4>Bigcommerce To SFDC CRM Connector</h4>
</div>
<div class="modal-body">
<table class="table-responsive" id="con_table">
<thead>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</thead>
<tbody>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<h4>Try Now</h4>
</div>
</div>
</div>
<!-- BigCommere To Zoho Inventory CRM -->
<div id="B2ZI_modal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="closeBtn">×</span>
<h4>Bigcommerce To Zoho Inventory Connector</h4>
</div>
<div class="modal-body">
<table class="table-responsive" id="con_table">
<thead>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="4">Workflows</td>
<td rowspan="4">Pricing</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<h4>Try Now</h4>
</div>
</div>
</div>
<!-- BigCommere To Zoho Inventory CRM -->
<div id="B2H_modal" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="closeBtn">×</span>
<h4>Bigcommerce To Zoho Inventory Connector</h4>
</div>
<div class="modal-body">
<table class="table-responsive" id="con_table">
<thead>
<tr>
<td>Workflows</td>
<td>Pricing</td>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="4">Workflows</td>
<td rowspan="4">Pricing</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<h4>Try Now</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer data-include="footer"></footer>
</section>
<div class="cd-overlay-nav">
<span></span>
</div> <!-- cd-overlay-nav -->
<div class="cd-overlay-content">
<span></span>
</div> <!-- cd-overlay-content -->
<a href="#0" class="cd-nav-trigger">Menu<span class="cd-icon"></span></a>
<nav>
<ul class="cd-primary-nav">
<li class="logoli"><img src="images/logo.png"></li>
<li><a href='index.html'><img src="images/home.png"> Home</a></li>
<li class='active'><a href='expertise.html'><img src="images/work.png">Expertise</a></li>
<li class='active'><a href='connectors.html'><img src="images/gear.png">Connectors</a></li>
<li class='active'><a href='mobileApps.html'><img src="images/product.png">Mobile Apps</a></li>
<li class='active'><a href='customWork.html'><img src="images/case-study.png">Custom Work</a></li>
<li class='active'><a href='contact.html'><img src="images/contact.png"> Contact</a></li>
</ul>
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/velocity.min.js"></script>
<script src="js/app.js"></script>
<script>
$(document).ready(function () {
var includes = $('[data-include]');
jQuery.each(includes, function () {
var file = $(this).data('include') + '.html';
$(this).load(file);
});
});
</script>
<script>
$('#B2Z').click(function () {
// Get modal element
$('#B2Z_modal').css('display','block');
});
$('#B2S').click(function () {
// Get modal element
$('#B2S_modal').css('display','block');
});
$('#B2ZI').click(function () {
// Get modal element
$('#B2ZI_modal').css('display','block');
});
$('#B2H').click(function () {
// Get modal element
$('#B2H_modal').css('display','block');
});
$('.closeBtn').click(function () {
$('.modal').css('display','none');
})
</script>
<script src="js/page_analytics.js"></script>
</body>
</html>