At COMMAND Sales Store, we understand that timely delivery is as crucial as the quality of our premium doors and hardware. Whether you’re a builder sourcing materials for a project or a homeowner mid-renovation, our streamlined delivery options ensure your essential items arrive precisely when you need them.
Flexible Shipping Solutions
Express Shipping
Carriers: DHL or FedEx
Delivery Time: 10-15 business days after dispatch
Cost: £12.95 (applicable to all orders)
Ideal for urgent projects requiring premium doors or specialty hardware
Free Standard Shipping
Carrier: EMS
Delivery Time: 15-25 business days after dispatch
Cost: FREE for orders over £50
Perfect for bulk orders of building materials or complete door systems
Order Processing Timeline
All orders undergo our quality verification process at our Manchester warehouse:
- 1-2 business days: Order processing and quality check
- Same-day dispatch: For orders placed before 2PM GMT
- Tracking information: Sent immediately upon dispatch
Global Reach with Local Care
While we proudly serve customers worldwide (excluding parts of Asia and remote regions), we maintain the personalized attention of your local hardware supplier. Our logistics network ensures:
Secure Packaging
Specialized protection for delicate items like glazed doors and decorative hardware
Customs Documentation
Complete paperwork handled for international shipments
Duty Estimates
Transparent cost breakdown during checkout
Hassle-Free Returns
Confidence in quality is our promise. If any item doesn’t meet your expectations:
- 15-day return window from delivery date
- Original packaging required for door panels and fragile items
- Return shipping arranged through our customer service team
.delivery-info {
font-family: ‘Segoe UI’, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 30px 20px;
color: #333;
line-height: 1.6;
}
.delivery-info h1 {
color: #2a5885;
font-size: 2.2em;
text-align: center;
margin-bottom: 30px;
}
.delivery-info h2 {
color: #3a6ea5;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin: 40px 0 20px;
}
.delivery-info h3 {
color: #4a7ab5;
margin: 15px 0 10px;
}
.intro-section {
text-align: center;
font-size: 1.1em;
margin-bottom: 40px;
}
.option-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 30px 0;
}
.option-card {
background: #f9f9f9;
padding: 20px;
border-radius: 5px;
border-left: 4px solid #3a6ea5;
}
.highlight {
font-style: italic;
color: #2a5885;
margin-top: 15px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 25px 0;
}
.benefit-item {
background: #f5f9ff;
padding: 15px;
border-radius: 5px;
}
.cta-section {
text-align: center;
margin: 50px 0 20px;
padding: 30px;
background: #f5f9ff;
border-radius: 5px;
}
.btn-primary {
display: inline-block;
background: #3a6ea5;
color: white;
padding: 12px 30px;
text-decoration: none;
border-radius: 4px;
margin: 20px 0;
font-weight: bold;
transition: background 0.3s;
}
.btn-primary:hover {
background: #2a5885;
}
.support-contact {
margin-top: 20px;
font-size: 0.9em;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
@media (max-width: 768px) {
.option-grid, .benefits-grid {
grid-template-columns: 1fr;
}
.delivery-info {
padding: 20px 15px;
}
}