-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsmartbiz-tutorials.html
695 lines (523 loc) · 26.3 KB
/
smartbiz-tutorials.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SmartBiz Academy - SmartBiz tutorials</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./assets/images/favicon.png" rel="icon">
<link href="./assets/images/apple-touch-icon.png" rel="apple-touch-icon">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.3/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.3/assets/owl.theme.default.min.css"
/>
<!-- recent post carousal links --->
<link href='https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet'>
<style></style>
<script type='text/javascript' src=''></script>
<script type='text/javascript' src='https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js'></script>
<script type='text/javascript' src='https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js'></script>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/discover.css" rel="stylesheet">
<link href="assets/css/tab.css" rel="stylesheet">
<link href="assets/css/academy.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container-fluid align-items-center ">
<div class="row ">
<div class="logo col-6 col-md-3 order-md-1 order-1 ">
<a href="index.html"><img src="./assets/images/samrt-biz.svg" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar order-3 order-md-2 col-12 col-md-4 col-lg-5">
<ul>
<li><a class="nav-link scrollto" href="./discover.html">Discover Features</a></li>
<li><a class="nav-link scrollto" href="./about.html">About Us</a></li>
<li><a class="nav-link scrollto" href="./smartbiz-academy.html">SmartBiz Academy</a></li>
<li class="dropdown help-menu"><a href="./help-center.html"><span>Help Center</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="./help-getting-started.html">Getting started</a></li>
<li><a href="./blog/List-your-products-adding-and-updating-products.html">Listing</a></li>
<li><a href="./help-marketing.html">Marketing and promotions</a></li>
<li><a href="./blog/How-to-track-accept-and-manage-your-orders.html">Order management</a></li>
<li><a href="./help-fullfilment.html">Fulfillment and delivery</a></li>
<li><a href="./help-getting-paid.html">Getting paid</a></li>
<li><a href="./blog/resources-available-yt-blog-help-centre-social-media.html">Support</a></li>
<li><a href="./help-center.html">View all</a></li>
<!--- <li class="dropdown"><a href="#"><span>Smart Bizacademy</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li> --->
</ul>
</li>
<li class="d-none"><a class="getstarted scrollto" href="./contact.html">Try for free</a></li>
</ul>
</nav><!-- .navbar -->
<div class=" menu-right-mob order-2 order-md-2 col-5 offset-1 offset-lg-1 col-md-4 col-lg-3">
<i class="bi bi-list mobile-nav-toggle"></i>
<a class="" href="./contact.html" target="_blank">Try for free</a>
</div>
<div class="menu-right col offset-lg-1 order-md-3 col-md-5 col-lg-3">
<ul>
<li class=""><a class="" href="./contact.html">Try for free</a></li>
</ul>
</div>
</div> </div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="discoverbanner">
<div class='owl-carousel' id='bannerCarousel'>
<div class="item ">
<div class="container pt-5 pt-sm-5 pt-md-5">
<div class="row d-flex align-items-center">
<div class=" col-lg-6 py-5 py-lg-0 order-1 order-lg-1 dbanner-copy" data-aos="fade-right">
<h2 class="banner-text sbacademy">SmartBiz Academy</h2>
<h3>All you need to know about taking your business online</h3>
<div class="app-box dnone" >
<a href="##" > <img src="./assets/images/gplay.png" alt=""/> </a> <a href="#" > <img src="./assets/images/sapp-store.png" alt=""/> </a>
</div>
</div>
<div class="col-lg-6 order-2 order-lg-2 hero-img slide-content" data-aos="fade-left" >
<img src="./assets/images/academy-banner.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
<!---- banner close --->
<!--<div class="container pt-5 pt-sm-5 pt-md-5" >
<div class="row d-flex align-items-center">
<div class=" col-lg-6 py-5 py-lg-0 order-2 order-lg-1" data-aos="fade-right">
<h1>Online selling — now simplified</h1>
<h2>Build your own online store easily in under 2 minutes and start selling online today</h2>
<a href="#about" class="btn-get-started scrollto amazon-cta">Join interest list</a>
<div class="app-box"><a href="#" > <img src="./assets/images/gplay.png" alt=""/> </a> <a href="#" > <img src="./assets/images/app-store.png" alt=""/> </a> </div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<img src="./assets/images/hand-device.png" class="img-fluid" alt="">
</div>
</div>
</div> -->
</section><!-- End Hero -->
<main id="main">
<!--- topic section starts --->
<section id="topic" class="pt20 pb20">
<!--- browse section --->
<div id="browse" class="container pt20 pt40 pb60 pb20">
<div class="row topic-margin ">
<div class="col-md-6 pb20">
<h3 data-aos="fade-in" data-aos-delay="0"><strong>SmartBiz tutorials </strong></h3>
</div><!-- End .content-->
</div><!-- End .content-->
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/How-to-create-your-SmartBiz-webstore-in-under-1-minute.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/asasas.jpg" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to create your SmartBiz webstore within minutes?</h3>
<p >Sep 20 2022 </p>
<p>Creating your own eCommerce store with SmartBiz allows your business to go from local to global in minutes. </p>
<a href="./blog/Who-can-sell-on-SmartBiz.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/How-to-set-up-your-SmartBiz-account.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/How-to-set-up-your-SmartBiz-account.jpg" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >Here’s your set-up checklist for your online store using SmartBiz by Amazon</h3>
<p >Sep 20 2022 </p>
<p>Creating an e-commerce store requires putting in lots of hard work, and technology/ development effort. </p>
<a href="./blog/How-to-set-up-your-SmartBiz-account.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
<hr class="solid">
</div>
<!---end ----->
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/List-your-products-adding-and-updating-products.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/listing-your-products.jpeg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to list your products on your online store using SmartBiz by Amazon?</h3>
<p >Sep 20 2022 </p>
<p>Listing your products can be tedious, especially if you just started your online business. However, with the right guidance, it can become a walk in the park.</p>
<a href="./blog/List-your-products-adding-and-updating-products.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/How-to-share-your-store-link-with-customers.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/how-to-share-your-store-link.jpeg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to promote your online store among your customers?</h3>
<p >Sep 20 2022 </p>
<p>You’ve launched your own online store using SmartBiz by Amazon. It’s now time to start thinking about expanding your customer base and reaching more customers online.</p>
<a href="./blog/How-to-share-your-store-link-with-customers.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/Setting-up-coupons-to-delight-your-customers.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/Setting-up-coupons-to-delight-your-customers.jpg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to set up coupons on SmartBiz to attract customers and drive sales?</h3>
<p >Sep 20 2022 </p>
<p>Entrepreneurs and small business owners must leverage every opportunity to stand out from the competition in a highly competitive market for their eCommerce businesses to thrive.</p>
<a href="./blog/Setting-up-coupons-to-delight-your-customers.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/How-to-track-accept-and-manage-your-orders.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/How-to-track-accept-and-manage-your-orders.jpg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to process and manage your online orders with SmartBiz?</h3>
<p >Sep 20 2022 </p>
<p>Once you open your own e-commerce store with SmartBiz, there’s a good chance you’ll now have to manage several incoming orders.</p>
<a href="./blog/How-to-track-accept-and-manage-your-orders.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/how-to-deliver-your-products-using-smartbiz-by-amazon.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/fulfillment-order-options.jpeg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to deliver your products using SmartBiz by Amazon?</h3>
<p >Sep 20 2022 </p>
<p>You need to consider many factors when you sell items online, but one of the most important is your logistics strategy. </p>
<a href="./blog/how-to-deliver-your-products-using-smartbiz-by-amazon.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/how-to-set-up-your-shipping-services-account.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-08.jpg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to set up your shipping services account with Shiprocket?</h3>
<p >Sep 20 2022 </p>
<p>It’s no surprise that in today’s digital world, customers have gotten used to free and fast shipping. </p>
<a href="./blog/how-to-set-up-your-shipping-services-account.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/how-to-set-up-delivery-charges-or-configure-free-shipping.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-09.jpg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to set up delivery charges or configure free-shipping promotions through SmartBiz?</h3>
<p >Sep 20 2022 </p>
<p>Getting customers to purchase products from your online store for the first time can be difficult, especially when you are newly starting out.</p>
<a href="./blog/how-to-set-up-delivery-charges-or-configure-free-shipping.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/how-to-enable-online-payments-for-your-order.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/how-to-enable-online-payments-for-your-order.jpg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to enable online payments for your orders on your own website?</h3>
<p >Sep 20 2022 </p>
<p>When creating and setting up your own online store, there are many things to keep in mind.</p>
<a href="./blog/how-to-enable-online-payments-for-your-order.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/how-to-complete-your-kyc-for-setting.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/how-to-complete-your-kyc.jpeg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to complete your KYC for setting up a payment process on SmartBiz?</h3>
<p >Sep 20 2022 </p>
<p>Being able to offer online payment options to customers and accept online payments is critical to running a successful online business.</p>
<a href="./blog/how-to-complete-your-kyc-for-setting.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/Why-should-you-set-up-a-Whatsapp-bot-account.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-12.jpg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >WhatsApp bot account: Businesses' way to reach out to their audience</h3>
<p >Sep 20 2022 </p>
<p>Every online business understands the importance of keeping in touch with its customers.</p>
<a href="./blog/Why-should-you-set-up-a-Whatsapp-bot-account.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- growing section --->
<div id="growing" class="container pb60 pb20">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 ">
<div class="col-lg-6">
<a href="./blog/How-to-set-up-a-Whatsapp-bot-account.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-13.jpg" class="card-img-top"
alt="listing-your-products" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >How to start selling with Whatsapp using SmartBiz?</h3>
<p >Sep 20 2022 </p>
<p>Businesses need to try new ways and tactics to stand out from other online sellers in an increasingly digital world.</p>
<a href="./blog/How-to-set-up-a-Whatsapp-bot-account.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!--- topic section end--->
<!-- ======= repost carousel Section starts ======= -->
<section class="pt-5 pb-5 recent-bg">
<div class="container ">
<div class="row ">
<div class="col-lg-6 col-sm-12 col-md-6">
<h3 class="recent-heading" cdata-aos="fade-in" data-aos-delay="0">Recent posts from SmartBiz by Amazon </h3>
</div>
<div class="col-12 pt40 pb40">
<div id="carouselExampleIndicators2" class="owl-carousel slide" data-ride="carousel">
<div class="item">
<a href="./blog/How-to-share-your-store-link-with-customers.html">
<div class="card recent-card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/how-to-share-your-store-link.jpeg" class="card-img-top"
alt="accept-and-manage-order" />
</div>
<div class="card-body">
<div class="recent-section ">
<h3 class="recent-section-heading"> How to promote your online store among your customers?</h3>
<p >Sep 20 2022 </p>
<p>You’ve launched your own online store using SmartBiz by Amazon. </p>
<a href="./blog/How-to-share-your-store-link-with-customers.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="item">
<a href="./blog/How-to-get-more-orders.html">
<div class="card recent-card">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-15.jpg" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="recent-section ">
<h3 class="recent-section-heading" >10 tips to increase online sales for your small business</h3>
<p >Sep 20 2022 </p>
<p>If you’ve just started your online business, you probably have plenty of ideas about getting the word out and driving more traffic. </p>
<a href="./blog/How-to-get-more-orders.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End your repost carousel Section -->
<!-- start newsletter -->
<section id="" class="news-bg">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center white-text pb-2">
<h2>Subscribe to <span class="orange">our newsletter</span></h2>
<p>Never miss an update from SmartBiz by Amazon.</p>
</div>
<div class="col-md-12 text-center news-form">
<form action="" method="post">
<input type="email" placeholder="Enter your email here" name="email">
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container pt-5 ">
<div class="footer-content row pb-5">
<div class="col-md-4 col-lg-3">
<img src="./assets/images/samrt-biz.svg" alt=""/>
</div>
<div class="col-md-8 col-lg-9">
<p>SmartBiz by Amazon is an online store builder that can help you create your own website easily within minutes. Backed by powerful tools from Amazon, you can now start selling the way you want to your customers online. </p>
</div>
</div>
</div>
<div class="footer-legal text-center position-relative">
<div class="container">
<div class="row">
<div class="col-md-12 pt-4 pb-3">
<a href="https://support.smartbiz.in/assets/html/Constellation%20Sellers-Terms%20of%20Use.html">Terms of Use</a> <a href="https://www.amazon.in/gp/aw/help/id=200545460">Privacy Notice</a>
<div class="copyright pt-2 "> © 2022 Amazon.com, Inc or its affiliates. All rights reserved</div>
</div> </div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.3/owl.carousel.min.js"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/tab_discover.js"></script>
</body>
</html>