Welcome to the XAMAX FAQ. Here, we address common queries about our professional workwear, safety gear, delivery, and services. Our aim is to provide the same clarity and reliability in information as we do in our products.
About XAMAX & Our Products
1. Who is XAMAX designed for?
XAMAX caters to tradespeople, industrial teams, safety officers, and outdoor professionals worldwide. Our product range—from Arc Flash & Flame Resistant Clothing and Bib & Brace Overalls to Industrial Backpacks and Professional Aprons—is curated for those who require durable, functional, and safety-compliant gear for demanding work environments.
2. What defines XAMAX product quality?
Our products are selected for their utility, durability, and adherence to robust standards. Inspired by British and European industrial benchmarks, every item, whether a ¾ Sleeved Blouse, a Balaclava, or an ID Holder, is chosen to solve real-world problems and withstand professional use.
3. Do you offer products for specific industries?
Yes. Our menu includes specialised categories like Arc Flash & Flame Resistant Clothing for electrical safety, Beauty & Spa Tunics for service professionals, and Baffle & Padded Jackets for outdoor work. We focus on providing targeted solutions across various sectors.
Orders, Accounts & Payments
1. What payment methods do you accept?
We accept all major credit and debit cards: Visa, MasterCard, and JCB, as well as PayPal for secure and convenient checkout.
2. Is my payment information secure?
Absolutely. We use industry-standard encryption and secure payment gateways to ensure all your financial data is protected. We do not store sensitive payment details on our servers.
3. Can I create an account to track my orders?
Currently, our checkout process is streamlined for efficiency. You will receive all order and tracking information via email. We are built on a practical, no-nonsense approach to get you what you need without unnecessary steps.
Shipping & Delivery
1. Where do you ship to?
We deliver worldwide, with the exception of a small number of remote regions in Asia and other geographically isolated areas. If you are unsure about delivery to your location, please contact us before ordering.
2. What are my shipping options and costs?
We offer two clear options:
Standard Shipping (DHL/FedEx): Cost is
£12.95. Estimated delivery is
10-15 business days after dispatch (plus 1-2 days order processing). Ideal for a balance of speed and reliability.
Free Shipping (EMS): FREE on orders over £50. Estimated delivery is
15-25 business days after dispatch (plus 1-2 days order processing). Best for planned orders and bulkier items like Padded Jackets or Barrel Bags.
*Delivery times are estimates from dispatch from our Perth warehouse and may vary due to destination and customs.
3. How does the order process work?
- Order Confirmation: Email sent immediately after purchase.
- Processing (1-2 Business Days): Our team picks, checks, and packs your order with care.
- Dispatch Notification: We email you a tracking number once your order leaves our warehouse.
- In Transit: Track your package via the provided link (detailed tracking with DHL/FedEx for Standard Shipping; EMS tracking for Free Shipping).
- Delivery: Your professional-grade gear arrives ready for action.
4. Are there any extra import charges?
Yes. Orders shipped outside the United Kingdom may be subject to import taxes, customs duties, or fees levied by your country. These charges are the responsibility of the recipient and are not included in our product or shipping costs.
Returns & Refunds
1. What is your returns policy?
We offer a 15-day return window from the date you receive your goods. Items must be in original, unused, and resalable condition with all tags attached.
2. How do I initiate a return or exchange?
Please contact our customer service team at
[email protected] within the 15-day period. Include your order number and reason for return. We will guide you through the process and provide a returns address (note: return shipping costs are typically the customer’s responsibility unless the item is faulty).
3. How long do refunds take?
Once we receive and inspect the returned item, we will process your refund to the original payment method. This usually takes 5-10 business days after we approve the return.
© XAMAX. Equipping Professionals with Premium Workwear and Industrial Safety Solutions.
// Simple toggle for questions (optional enhancement)
document.querySelectorAll(‘.question’).forEach(item => {
item.addEventListener(‘click’, event => {
const answer = event.target.nextElementSibling;
answer.style.display = answer.style.display === ‘none’ ? ‘block’ : ‘none’;
});
});