Skip to content

Commit

Permalink
Merge pull request #1110 from SadafKausar2025/main
Browse files Browse the repository at this point in the history
Added answers in FAQ section of the page
  • Loading branch information
codervivek5 authored May 20, 2024
2 parents de80372 + ae01f9e commit 16f4839
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 21 deletions.
150 changes: 130 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1624,10 +1624,35 @@ <h1 class="title">Frequently asked Questions</h1>
<h1><label for="faq-2">How Can I create Account ?</label></h1>
<div class="p">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Error
quaerat quisquam, tempore illum at necessitatibus facere, fugit
porro cupiditate nobis assumenda quos modi impedit, harum odit qui
minus maxime commodi .
1. Download the App:
<br>
2. Install the shopping app from the App Store or Google Play Store.
Open the App:
<br>
3. Tap the app icon to launch it.
Sign Up:
<br>

4. Tap "Sign Up" or "Create Account."
Enter Details:
<br>

5. Fill in your name, email, and password.
Optionally, add your phone number.
Verify Information:
<br>

6. Confirm your email via a verification link or enter the code sent to your phone.
Agree to Terms:
<br>

7. Accept the terms and conditions.
Complete Setup:
<br>

8. Finalize your profile with additional info like your shipping address and payment details.
Your account is now ready to use!
<br>
</p>
</div>
</div>
Expand All @@ -1636,10 +1661,40 @@ <h1><label for="faq-2">How Can I create Account ?</label></h1>
<h1><label for="faq-3">How can I return an item ?</label></h1>
<div class="p">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Error
quaerat quisquam, tempore illum at necessitatibus facere, fugit
porro cupiditate nobis assumenda quos modi impedit, harum odit qui
minus maxime commodi .
1. Open the App:
<br>
2. Tap the app icon to launch it.
Go to Your Orders:
<br>

3. Navigate to the "Orders" or "My Orders" section, usually found in your account/profile menu.
Select the Item:
<br>

4. Find the item you want to return and select it.
Initiate Return:
<br>

5. Tap on "Return" or "Return Item."
Choose Return Reason:
<br>

6. Select a reason for the return from the provided options.
Confirm Return:
<br>

7. Follow the prompts to confirm the return request.
Prepare the Item:
<br>

8. Pack the item securely in its original packaging.
Return Shipping:
<br>

Follow the app's instructions for return shipping. This may include printing a return label and scheduling a pickup or dropping it off at a designated location.
Once the return is processed, you’ll typically receive a refund according to the app’s policy.

<br>
</p>
</div>
</div>
Expand All @@ -1648,10 +1703,24 @@ <h1><label for="faq-3">How can I return an item ?</label></h1>
<h1><label for="faq-4">How do i track my orders ?</label></h1>
<div class="p">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Error
quaerat quisquam, tempore illum at necessitatibus facere, fugit
porro cupiditate nobis assumenda quos modi impedit, harum odit qui
minus maxime commodi .
1. Open the App:
<br>

2. Tap the app icon to launch it.
Go to Your Orders:
<br>

3. Navigate to the "Orders" or "My Orders" section, usually found in your account/profile menu.
Select the Order:
<br>

4. Find and select the order you want to track.
View Tracking Details:
<br>

5. Tap on "Track Order" or "Track Shipment" to see the current status and location of your package.
This will show you real-time updates on your order's delivery status.
<br>
</p>
</div>
</div>
Expand All @@ -1662,10 +1731,32 @@ <h1>
</h1>
<div class="p">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Error
quaerat quisquam, tempore illum at necessitatibus facere, fugit
porro cupiditate nobis assumenda quos modi impedit, harum odit qui
minus maxime commodi .
1. Open the App:
<br>

2. Tap the Vigybag app icon to launch it.
Navigate to Help or Support:
<br>

3. Go to the "Help" or "Support" section, usually found in the app's menu or under "Account" or "Profile."
Customer Service Contact:
<br>

4. Look for contact options like "Contact Us," "Customer Service," or "Support."
Common contact methods include:
<br>
<br>

Phone Number: A customer service phone number.
<br>
Email Address: A customer service email address.
<br>
Live Chat: An option to chat with a representative.
<br>
Help Center: Access to FAQs and support articles.
<br>
If you cannot find the information in the app, you can also visit the Vigybag website and check the "Contact Us" page for customer service details.
<br>
</p>
</div>
</div>
Expand All @@ -1674,10 +1765,29 @@ <h1>
<h1><label for="faq-6">How can I cancel an order?</label></h1>
<div class="p">
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Error
quaerat quisquam, tempore illum at necessitatibus facere, fugit
porro cupiditate nobis assumenda quos modi impedit, harum odit qui
minus maxime commodi .
1. Open the App:
<br>

2. Tap the app icon to launch it.
Go to Your Orders:
<br>

3. Navigate to the "Orders" or "My Orders" section, usually found in your account/profile menu.
Select the Order:
<br>

4. Find and select the order you want to cancel.
Cancel the Order:
<br>

5. Tap on "Cancel Order" or a similar option.
Follow any additional prompts to confirm the cancellation.
Confirmation:
<br>

6. You should receive a confirmation message or email once the order is successfully canceled.
Note: Orders can typically only be canceled if they haven't been processed or shipped. If the option to cancel is unavailable, you may need to contact customer service for further assistance.
<br>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ div.c input:checked~h1 label::before {
}

div.c input:checked~h1~div.p {
max-height: 100px;
max-height: 196px;
}

div.c a {
Expand Down

0 comments on commit 16f4839

Please sign in to comment.