diff --git a/footer/footer.html b/footer/footer.html index e7399173..83bede2c 100644 --- a/footer/footer.html +++ b/footer/footer.html @@ -133,7 +133,7 @@
Registered Office Address:
Help Center - Help Center
diff --git a/pages/help center/index.html b/pages/help center/index.html new file mode 100644 index 00000000..38396ad9 --- /dev/null +++ b/pages/help center/index.html @@ -0,0 +1,89 @@ + + + + + + Help Centre + + + + +
+

Flipkart Help Center | 24x7 Customer Care Supporty

+
+ +
+ +
+ The Flipkart Help Centre page lists out various types of issues that you may have encountered so that there can be quick + resolution and you can go back to shopping online. For example, you can get more information regarding order tracking, + delivery date changes, help with returns (and refunds), and much more. The Flipkart Help Centre also lists out more + information that you may need regarding Flipkart Plus, payment, shopping, and more. The page has various filters listed + out on the left-hand side so that you can get your queries solved quickly, efficiently, and without a hassle. You can + get the Flipkart Help Centre number or even access Flipkart Help Centre support if you need professional help regarding + various topics. The support executive will ensure speedy assistance so that your shopping experience is positive and + enjoyable. You can even inform your loved ones of the support page so that they can properly get their grievances + addressed as well. Once you have all your queries addressed, you can pull out your shopping list and shop for all your + essentials in one place. You can shop during festive sales to get your hands on some unbelievable deals online. This + information is updated on 08-Aug-24 +
+ +
+

Flipkart Help Centre: Get All Shopping Solutions Here

+

Once you place your order on any online shopping store, the next obvious thing to do is wait for your product to arrive. + This wait can be quite anxiety-ridden if you do not get updates about your order or do not receive support post-delivery + of your order. However, with the Flipkart Help Centre, your wait becomes exciting, and your shopping experience becomes + joyful, thanks to all the support it provides related to your order. With websites, like Flipkart, the entire shopping + experience has gone through a major change. Now, you can conveniently shop any time, from anywhere, and anything that + you want. These websites are one-stop destinations for all your needs and requirements. From skincare products to home + appliances and groceries to baby care essentials, everything is just a few clicks away. These websites provide you + convenience, at the same time, a bitter experience can make online shopping a nightmare for many. To ensure that your + shopping experience is delightful, the Flipkart Help centre support offers every assistance that you need. From + reporting specific delivered product-related issues to letting you manage your orders, the Flipkart Helpcentre has + solutions to all your worries related to your orders. Furthermore, if you do not find a solution to your queries here, + then you can use the Flipkart Help Centre number to get your issues solved. Keep reading to know more about Flipkart + Help Centre and what all assistance you get here:

+ + +

24x7 Customer Care Support

+

You can 24x7 Customer Care Support on the Flipkart Help Centre. Any query or issue that you may possibly have while + shopping on Flipkart is taken care here. This page is easy to navigate, and you can get support almost immediately. Once + you log onto your Flipkart account, this page shows you your recent orders and let you report any issue. By clicking on + the specific order, you can raise your query. It also has a chat option to ensure that your queries and issues are taken + care of. Similarly, there are other options on this page that are created to assist you and to make your shopping + experience hassle-free. You can get support any time and get a satisfactory solution to your queries and issues within + minutes.

+ +

Types and Topics of Support in Flipkart Help Centre

+

Apart from helping you with your orders and/or your delivered product-related issues, you can find various other support + at Flipkart Help Centre. You can select from three types of issues here - help with your issues, help with your order, + and help with other issues. You can track your orders here, manage your orders, get help with your returns and refunds + issues, and even get help related to various other issues, such as offers, payment, Flipkart Plus, etc. There are also + details about specific help topics, such as cancellations and returns, wallet, insurance, Flipkart Quick, SuperCoins, + Gift Card, etc. available here. So, log on to your Flipkart account and shop without hassles and with complete help and + support.

+ +

The Flipkart Help Centre is available on the Flipkart site to help every Flipkart customer with any grievance that they + may have. You can find solutions regarding the tracking of your order. It will also help edit your delivery date or + address and more. All your issues will be addressed at any time of the day or night (24/7 service). This way, you can + immediately get your grievances addressed. You can also get help regarding returns and refunds and many other issues + through the Flipkart Help Centre. In case you're not satisfied with the solution given, you can seek further assistance. + You can get in touch with a support assistant via the Flipkart Help Centre number. The next time you have any issue with + your order or if you want more clarity regarding payment options, Flipkart Plus, account-related queries, and more, you + can access Flipkart Help Centre support for further information. This way, you can shop without worry and have a + satisfying shopping experience. The support centre will do all that it can to address your grievance until you’re + completely satisfied. So, no matter the nature of your grievance, you must get in touch with the support forum. This + way, you won’t have to compromise in any way.

+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/pages/help center/styles.css b/pages/help center/styles.css new file mode 100644 index 00000000..1c4fb076 --- /dev/null +++ b/pages/help center/styles.css @@ -0,0 +1,66 @@ +body { + font-family: Arial, sans-serif; + line-height: 1.6; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background-color: #2874f0; + color: white; + padding: 1rem 0; + text-align: center; +} + +h1 { + margin: 0; +} + +main { + max-width: 1400px; + margin: 2rem auto; + padding: 1rem; + background-color: white; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +section { + margin-bottom: 2rem; +} + +h2 { + color: #2874f0; +} + +h3 { + color: #2b2b2b; + margin-bottom: 0.5rem; +} + +ul { + list-style-type: disc; + margin: 0; + padding-left: 1.5rem; +} + +footer { + text-align: center; + padding: 1rem 0; + background-color: #2874f0; + color: white; + position: fixed; + width: 100%; + height: 1.5rem; + bottom: 0cqmax; +} + +a { + color: #2874f0; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} \ No newline at end of file