-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp-getting-started.html
567 lines (438 loc) · 23.7 KB
/
help-getting-started.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Help Center - Getting Started</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/help-center.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>Help Center</h2>
<p class="b-sub">We'd love to help you...</p>
<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="https://pinklemonadedigital.com/amazon/assets/images/help/help-center-banner-img.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
<!---- banner close --->
<!---- banner close --->
</section><!-- End -->
<main id="main">
<!--- topic section starts --->
<section id="topic" class="pt20 pb20">
<!--- browse section --->
<div id="browse" class="container pt20 pt40 ">
<div class="row topic-margin ">
<div class="col-md-6 pb20">
<h3 data-aos="fade-in" data-aos-delay="0"><strong>Getting Started </strong></h3>
</div><!-- End .content-->
</div><!-- End .content-->
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb20">
<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>Here are a few steps as to how you can create an online store for free within minutes with SmartBiz by Amazon, minus any complex coding or technical knowledge.</p>
<a href="./blog/How-to-create-your-SmartBiz-webstore-in-under-1-minute.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>Here’s a checklist of 6 things that you need to do before you begin selling online using your own website created via SmartBiz by Amazon.</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>
</div>
<!---end ----->
</section>
<!--- topic section end--->
<!--- topic section end--->
<section id="helpus" class="helpus section-bg ">
<div class="container">
<div class="row gy-4">
<div class="col-md-8 col-lg-9 ">
<div class="content d-flex flex-column justify-content-center ps-0 ">
<h3 data-aos="fade-in" data-aos-delay="100"><strong>How can <span class="orange">we help?</span></strong></h3>
<div class="s006">
<form>
<fieldset>
<!--div class="inner-form">
<div class="input-field">
<button class="btn-search" type="button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
</svg>
</button>
<input id="search" type="text" placeholder="Search you query" />
<button class="btn btn-primary btn1">Search</button>
</div>
</div-->
<h5>Popular searches</h5>
<div class="suggestion-wrap">
<a href="./blog/List-your-products-adding-and-updating-products.html"><span>How to list on SmartBiz?</span></a>
<a href="./blog/how-to-enable-online-payments-for-your-order.html"><span>Set up payment gateway?</span></a>
<a href="./blog/how-to-set-up-your-shipping-services-account.html"><span>How to ship orders?</span></a>
<a href="./blog/Setting-up-coupons-to-delight-your-customers.html"><span>Setting up coupons</span></a>
</div>
</fieldset>
</form>
</div>
<h3 data-aos="fade-in" data-aos-delay="100"><strong>Browse topics</strong></h3>
<div class="helpsec">
<div class="row">
<div class="col-md-6">
<div class="help">
<a href="./help-getting-started.html">
<h4>
<img src="./assets/images/help/getting-started-icon.svg" alt="logo-general" class="img-fluid">
Getting started
</h4>
</a>
</div>
</div>
<div class="col-md-6">
<div class="help">
<a href="./blog/List-your-products-adding-and-updating-products.html">
<h4>
<img src="./assets/images/help/listing-icon.svg" alt="logo-general" class="img-fluid">
Listing
</h4>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="help">
<a href="./blog/How-to-track-accept-and-manage-your-orders.html">
<h4>
<img src="./assets/images/help/order-management-icon.svg" alt="logo-general" class="img-fluid">
Order management
</h4>
</a>
</div>
</div>
<div class="col-md-6">
<div class="help">
<a href="./help-marketing.html">
<h4>
<img src="./assets/images/help/marketing-icon.svg" alt="logo-general" class="img-fluid">
Marketing
</h4>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="help">
<a href="./help-fullfilment.html">
<h4>
<img src="./assets/images/help/fulfilment-and-delivery-icon.svg" alt="logo-general" class="img-fluid">
Fulfillment and delivery</h4>
</a>
</div>
</div>
<div class="col-md-6">
<div class="help">
<a href="./help-getting-paid.html">
<h4>
<img src="./assets/images/help/getting-paid-icon.svg" alt="logo-general" class="img-fluid">
Getting paid
</h4>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="cman">
<div class="contactmain">
<div class="cmain">
<h2>Need more assistance</h2>
<h3>Reach out to us on our helpline number</h3>
</div>
<div class="cphone">
<div class="cimage">
<!-- <img src="./assets/images/contact-ph-icon.png" alt="cphone" class="img-fluid"> -->
</div>
<div class="cnumber">
<h4> <img src="./assets/images/contact-ph-icon.png" alt="cphone" class="img-fluid"><a href="tel:1-800-258-3300">1800-3099-455</a></h4>
</div>
</div>
</div>
</div>
</div><!-- End .content-->
<!-- </div> -->
<div class="col-md-4 col-lg-3 ">
<div class="content d-flex flex-column justify-content-center ps-0">
<section class="revent-blog">
<div class="container help-center-blog">
<h4>Related blogs</h4>
<!-- <div class="row"> -->
<div class="col-md-6 col-xl-4 col-help-card">
<div class="help-card" >
<img class="card-img-top" src="./blog/assets/images/asasas.jpg" alt="Card image cap">
<div class="help-card-body">
<a href="./blog/How-to-create-your-SmartBiz-webstore-in-under-1-minute.html">
<p class="date">Sep 20,22</p>
<!-- <h3 class="blog-text">Lorem ipsum dolor sit amet, consectetur.</h3> -->
<p class="amazon-bold">How to create your SmartBiz webstore within minutes?</p>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4 col-help-card">
<div class="help-card" >
<img class="card-img-top" src="./blog/assets/images/listing-your-products.jpeg" alt="Card image cap">
<div class="help-card-body">
<a href="./blog/List-your-products-adding-and-updating-products.html">
<p class="date">Sep 20,22</p>
<!-- <h3 class="blog-text">Lorem ipsum dolor sit amet, consectetur.</h3> -->
<p class="amazon-bold">How to list your products on your online store using SmartBiz by Amazon?</p>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4 col-help-card">
<div class="help-card" >
<img class="card-img-top" src="./blog/assets/images/smartbiz-15.jpg" alt="Card image cap">
<div class="help-card-body">
<a href="./blog/How-to-get-more-orders.html">
<p class="date">Sep 20,22</p>
<p class="amazon-bold">10 tips to increase online sales for your small business</p>
<!-- <h3 class="blog-text">Lorem ipsum dolor sit amet, consectetur.</h3> -->
</a>
</div>
</div>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</section><!-- End Section -->
<!-- ======= 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>If you have just set up a new e-commerce website, here are different ways in which you can share the link of your online store with customers. </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>Many new online businesses struggle with the conversion of traffic, especially in their early days. Here are some ideas for boosting sales of your online store.</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>