Contact Us
Friday, August 26, 04:52 am
<div class="container mb-5 pb-4">
<h1>{{lang.title_contact_us}}</h1>
<nav aria-label="breadcrumb" class="text-center mb-3">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">{{lang.btn_home}}</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact Us</li>
</ol>
</nav>
<div class="row">
<div class="mb-2"> We are always happy to be of service to you. But before contacting us please take a moment to see if your question has already been answered in one of our informative sections listed below.</div>
<div class="mb-3"> <a href="https://drmengele.com/page/faqs">FAQs</a>: A Reading Room of information and FAQs about clothes, home decor, shoes,... and lots of other stuff!</div>
<div class="col-lg-6">
<h5 class="mb-1">Business Office</h5>
{% if shop.city != blank %}<div class="text-muted">Address: {{shop.address}} {{shop.apartment}} {{shop.province}} {{shop.city}} {{shop.zip_code}} {{shop.country_code}}</div>{% endif %}
{% if shop.email != blank%}<div class="text-muted">Email: <a href="mailto:{{shop.email}}">{{shop.email}}</a> </div>{% endif %}
{% if shop.phone != blank%}<div class="text-muted">Phone: {{shop.phone}}</div>{% endif %}
<h5 class="mt-3 mb-1"> Business office hours of operation </h5>
<div class="text-muted">Monday - Friday: 9:30am - 4:30pm Eastern Time</div>
<div class="text-muted">Even if our business office is closed, you are always able to place orders online 24 hours a day, 7 days a week.</div>
{%if shop.socials_link and shop.socials_link.size>0%}
<h5 class="mt-3 mb-1"> {{lang.title_social_media}}</h5>
<!--Social Icons-->
<ul class="list-unstyled d-flex">
{% for item in shop.socials_link %}
{% if item.icon !="" %}
<li class="me-2">
<a class="link-dark" href="{{item.link}}" target="_blank">
<img src="{{item.icon}}" src="/assets/preload.svg" alt="{{shop.name}}" class="lazy" width="20px">
</a>
</li>
{% else %}
<li class="me-2">
<a class="link-dark" href="{{item.link}}" target="_blank">
<i class="fab fs-4 fa-{{item.name}}"></i>
</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
<div class="fw-italic"> Be sure to listen to the prompt to help direct you to the right person. </div>
<div>If the answering machine picks up during business hours, we are probably making a rug or a hoodie ... so please email us. We will reply as soon as possible.</div>
</div>
<div class="col-lg-6">
<h3>{{lang.title_form_contact_heading}}</h3>
<p>{{lang.title_form_contact_description}}</p>
<div class="row">
<div class="col-lg-6">
<div class="mb-3">
<input type="text" class="form-control" placeholder="Enter Your Name">
</div>
</div>
<div class="col-lg-6">
<div class="mb-3">
<input type="email" class="form-control" placeholder="Enter Your Email">
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="mb-3">
<textarea class="form-control" placeholder="Enter Your Message" rows="8"></textarea>
</div>
</div>
</div>
<div class="row ">
<div class="col-9"></div>
<div class="col-3 text-end">
<button class="btn btn-dark">
{{lang.btn_submit}}
</button>
</div>
</div>
</div>
</div>
</div>
List of suggested articles
-
Size Chart
Our new size chart is now available. With our size chart, you can easily find the perfect fit for your body type. No more guessing or trial and error. Simply compare your measurements with our size chart. Check it out now and get the perfect item's s -
Tracking Your Order
-
FAQs
If you have any questions about anything here at Drmengele Shop we will try to handle the most frequently asked questions below to better assist you. If there is something on your mind that isn’t answered below, feel free to contact us. -
About Us
If you don't smile when you use my product, I'm not doing my job! I want you to love your clothes with unique designs and beautiful colors, or decorate your home with stylish things. Seeing them will make your day more joyful. -
Contact Us
We are always happy to be of service to you. But before contacting us please take a moment to see if your question has already been answered in FAQs page.