vlcsolutions commited on
Commit
40da479
·
verified ·
1 Parent(s): 193ec07

All Features after the add button - Frequently Asked Questions url: ./shipping-software-for-microsoft-dynamics-365-business-central-faq

Browse files
index.html CHANGED
@@ -1208,8 +1208,8 @@ alt="Dynamics 365 Logistics Dashboard"
1208
  </div>
1209
  </div>
1210
  </div>
1211
- <!-- Setup Carrier Accounts -->
1212
- <div class="feature-accordion" data-aos="fade-up" data-aos-delay="550">
1213
  <div class="feature-accordion-header" role="button" tabindex="0" aria-expanded="false">
1214
  <h4 class="font-semibold text-[#002060] flex items-center gap-2">
1215
  <i data-feather="credit-card" class="w-5 h-5"></i>
@@ -1235,7 +1235,15 @@ alt="Dynamics 365 Logistics Dashboard"
1235
  </div>
1236
  </div>
1237
 
1238
- <!-- Optional: Accordion + Feather init (kept inside the section for portability) -->
 
 
 
 
 
 
 
 
1239
  <script>
1240
  (function () {
1241
  // Feather icons (if feather is loaded on the page)
 
1208
  </div>
1209
  </div>
1210
  </div>
1211
+ <!-- Setup Carrier Accounts -->
1212
+ <div class="feature-accordion" data-aos="fade-up" data-aos-delay="550">
1213
  <div class="feature-accordion-header" role="button" tabindex="0" aria-expanded="false">
1214
  <h4 class="font-semibold text-[#002060] flex items-center gap-2">
1215
  <i data-feather="credit-card" class="w-5 h-5"></i>
 
1235
  </div>
1236
  </div>
1237
 
1238
+ <div class="mt-12 text-center">
1239
+ <a href="./shipping-software-for-microsoft-dynamics-365-business-central-faq"
1240
+ class="inline-flex items-center px-6 py-3 rounded-lg font-semibold shadow-lg transition"
1241
+ style="background:#002060; color:#ffffff;">
1242
+ <i data-feather="help-circle" class="w-5 h-5 mr-2"></i>
1243
+ Frequently Asked Questions
1244
+ </a>
1245
+ </div>
1246
+ <!-- Optional: Accordion + Feather init (kept inside the section for portability) -->
1247
  <script>
1248
  (function () {
1249
  // Feather icons (if feather is loaded on the page)
shipping-software-for-microsoft-dynamics-365-business-central-faq.html ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>VLC Smart Shipping FAQ | Dynamics 365 Shipping Solution</title>
7
+ <meta name="description" content="Get answers to common questions about VLC Smart Shipping for Microsoft Dynamics 365 Business Central. Learn about setup, features, and troubleshooting.">
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
11
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js" defer></script>
12
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js" defer></script>
13
+ <style>
14
+ :root {
15
+ --vlc-navy: #002060;
16
+ --vlc-sky: #00A0E9;
17
+ --vlc-leaf: #8DC63F;
18
+ }
19
+ .faq-item {
20
+ border-bottom: 1px solid rgba(0,32,96,.1);
21
+ }
22
+ .faq-question {
23
+ color: var(--vlc-navy);
24
+ font-weight: 600;
25
+ }
26
+ .faq-answer {
27
+ color: #4b5563;
28
+ }
29
+ </style>
30
+ </head>
31
+ <body class="font-sans antialiased">
32
+ <!-- Header (same as index.html) -->
33
+ <header class="bg-white text-[var(--vlc-navy)] shadow-md sticky top-0 z-50">
34
+ <!-- Copy header from index.html -->
35
+ </header>
36
+
37
+ <main class="bg-white">
38
+ <!-- Hero Section -->
39
+ <section class="relative py-16 bg-gradient-to-b from-[#002060] to-[#003366] text-white">
40
+ <div class="max-w-6xl mx-auto px-6 md:px-8 text-center">
41
+ <h1 class="text-3xl md:text-4xl font-bold mb-4">VLC Smart Shipping FAQ</h1>
42
+ <p class="text-lg md:text-xl max-w-3xl mx-auto">Find answers to common questions about our Dynamics 365 shipping solution</p>
43
+ </div>
44
+ </section>
45
+
46
+ <!-- FAQ Content -->
47
+ <section class="py-16">
48
+ <div class="max-w-4xl mx-auto px-6 md:px-8">
49
+ <div class="space-y-8">
50
+ <!-- General Questions -->
51
+ <div data-aos="fade-up">
52
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6 flex items-center gap-2">
53
+ <i data-feather="help-circle" class="w-6 h-6"></i>
54
+ General Questions
55
+ </h2>
56
+ <div class="space-y-6">
57
+ <div class="faq-item">
58
+ <h3 class="faq-question text-lg mb-2">What is VLC Smart Shipping?</h3>
59
+ <p class="faq-answer">VLC Smart Shipping is an integrated shipping solution for Microsoft Dynamics 365 Business Central that automates shipping tasks, compares carrier rates, and provides real-time tracking.</p>
60
+ </div>
61
+ <div class="faq-item">
62
+ <h3 class="faq-question text-lg mb-2">Which carriers does VLC Smart Shipping support?</h3>
63
+ <p class="faq-answer">Our solution integrates with major carriers including UPS, FedEx, USPS, DHL, and more. We continuously add new carriers based on customer needs.</p>
64
+ </div>
65
+ <div class="faq-item">
66
+ <h3 class="faq-question text-lg mb-2">Is there a mobile app available?</h3>
67
+ <p class="faq-answer">Yes, VLC Smart Shipping includes mobile capabilities for barcode scanning and order verification on iOS and Android devices.</p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+
72
+ <!-- Setup & Installation -->
73
+ <div data-aos="fade-up" data-aos-delay="50">
74
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6 flex items-center gap-2">
75
+ <i data-feather="settings" class="w-6 h-6"></i>
76
+ Setup & Installation
77
+ </h2>
78
+ <div class="space-y-6">
79
+ <div class="faq-item">
80
+ <h3 class="faq-question text-lg mb-2">How long does setup typically take?</h3>
81
+ <p class="faq-answer">Most implementations are completed within 2-3 business days, depending on your specific requirements and carrier integrations needed.</p>
82
+ </div>
83
+ <div class="faq-item">
84
+ <h3 class="faq-question text-lg mb-2">Do I need technical expertise to install VLC Smart Shipping?</h3>
85
+ <p class="faq-answer">No, our team handles the complete installation and configuration. We provide training and documentation to get your team up and running quickly.</p>
86
+ </div>
87
+ <div class="faq-item">
88
+ <h3 class="faq-question text-lg mb-2">What are the system requirements?</h3>
89
+ <p class="faq-answer">VLC Smart Shipping requires Microsoft Dynamics 365 Business Central (online or on-premises) and standard internet connectivity.</p>
90
+ </div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Features & Functionality -->
95
+ <div data-aos="fade-up" data-aos-delay="100">
96
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6 flex items-center gap-2">
97
+ <i data-feather="zap" class="w-6 h-6"></i>
98
+ Features & Functionality
99
+ </h2>
100
+ <div class="space-y-6">
101
+ <div class="faq-item">
102
+ <h3 class="faq-question text-lg mb-2">Can I compare shipping rates across carriers?</h3>
103
+ <p class="faq-answer">Yes, our solution provides real-time rate comparison across all your configured carriers to help you select the most cost-effective option.</p>
104
+ </div>
105
+ <div class="faq-item">
106
+ <h3 class="faq-question text-lg mb-2">Does it support international shipping?</h3>
107
+ <p class="faq-answer">Absolutely. VLC Smart Shipping handles international shipments including customs documentation and compliance requirements.</p>
108
+ </div>
109
+ <div class="faq-item">
110
+ <h3 class="faq-question text-lg mb-2">How does the barcode scanning feature work?</h3>
111
+ <p class="faq-answer">Our mobile app allows warehouse staff to scan barcodes to verify orders, print labels, and update inventory directly from their mobile device.</p>
112
+ </div>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Support & Maintenance -->
117
+ <div data-aos="fade-up" data-aos-delay="150">
118
+ <h2 class="text-2xl font-bold text-[var(--vlc-navy)] mb-6 flex items-center gap-2">
119
+ <i data-feather="life-buoy" class="w-6 h-6"></i>
120
+ Support & Maintenance
121
+ </h2>
122
+ <div class="space-y-6">
123
+ <div class="faq-item">
124
+ <h3 class="faq-question text-lg mb-2">What support options are available?</h3>
125
+ <p class="faq-answer">We offer 24/5 email support and business hours phone support. Premium support packages with faster response times are also available.</p>
126
+ </div>
127
+ <div class="faq-item">
128
+ <h3 class="faq-question text-lg mb-2">How often is the software updated?</h3>
129
+ <p class="faq-answer">We release minor updates monthly and major feature updates quarterly. All updates are included with your subscription.</p>
130
+ </div>
131
+ <div class="faq-item">
132
+ <h3 class="faq-question text-lg mb-2">Is training included?</h3>
133
+ <p class="faq-answer">Yes, we provide comprehensive training during implementation and offer refresher courses as needed.</p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="mt-16 text-center">
140
+ <h3 class="text-xl font-semibold text-[var(--vlc-navy)] mb-4">Still have questions?</h3>
141
+ <a href="./contact-us.html" class="inline-flex items-center px-6 py-3 rounded-lg font-semibold shadow-lg transition"
142
+ style="background:#8DC63F; color:#002060;">
143
+ Contact Our Team
144
+ <i data-feather="arrow-right" class="w-5 h-5 ml-2"></i>
145
+ </a>
146
+ </div>
147
+ </div>
148
+ </section>
149
+ </main>
150
+
151
+ <!-- Footer (same as index.html) -->
152
+ <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
153
+ <!-- Copy footer from index.html -->
154
+ </footer>
155
+
156
+ <script>
157
+ document.addEventListener('DOMContentLoaded', function() {
158
+ // Initialize AOS animations
159
+ if (window.AOS) {
160
+ AOS.init({
161
+ duration: 600,
162
+ once: true
163
+ });
164
+ }
165
+
166
+ // Initialize feather icons
167
+ if (window.feather) {
168
+ feather.replace();
169
+ }
170
+
171
+ // FAQ accordion functionality
172
+ const faqQuestions = document.querySelectorAll('.faq-question');
173
+ faqQuestions.forEach(question => {
174
+ question.addEventListener('click', () => {
175
+ const answer = question.nextElementSibling;
176
+ answer.classList.toggle('hidden');
177
+ });
178
+ });
179
+ });
180
+ </script>
181
+ </body>
182
+ </html>