• +1 (667) 499-2954
  • info@d-drillstores.com

FAQ

Answer

You can easily place your order through our website. Browse products, add them to your cart, and proceed to checkout.
If you need help, contact our 24/7 customer support, and we’ll guide you step by step.

Answer

Delivery time depends on your location and order size.

  • Local deliveries (within Nigeria): 2–5 business days.

  • International orders: 7–14 business days.
    You’ll receive a tracking number once your order ships.

Answer

We accept multiple secure payment options, including:

  • Debit/Credit Cards (Visa, MasterCard)

  • Bank Transfers

  • Paystack, Flutterwave, or PayPal (for online checkout)

All transactions are protected by advanced encryption technology.

Answer

Yes! We offer a simple, no-hassle return policy.
Items can be returned within 7–14 days of delivery, provided they are unused and in original packaging.
Contact our support team to start the return process.

Answer

Absolutely. All our products are 100% genuine and sourced directly from trusted global manufacturers.

We only sell certified, high-quality equipment that meets international standards.

Answer

Yes, our technical support team is available 24/7 to assist with installation, operation, or maintenance questions.

We’re committed to ensuring your equipment runs smoothly and efficiently.

Subscribe To Our Newsletter

def print_supported_languages(display_language_code: str): client = translate.TranslationServiceClient() response = client.get_supported_languages( parent=PARENT, display_language_code=display_language_code, ) languages = response.languages print(f" Languages: {len(languages)} ".center(60, "-")) for language in languages: language_code = language.language_code display_name = language.display_name print(f"{language_code:10}{display_name}")