SwissUpLabs Logo

Argento Home Contact Us Page

Contacts Page

Contact Us page has CMS Block with general information on left side and contact form on right side. Map with store location placed underneath. It is CMS block also.

General Contact Information

It is CMS Block with identifier is contact_aside_cms.

Block content is below.

<div class="block block-contact-info">
    <div class="block-title">
        <strong role="heading" aria-level="3">General Contact Information</strong>
    </div>
    <div class="block-content">
        <h4>Online Order Queries? <br>Telephone Online Customer Service Team</h4>
        <p>From EU: (094) 90 20 386</p>
        <p>From outside EU: (+353) 94 9020386</p>
        <p>Online customer service desk (Opening Hours): Mon-Fri: 9am to 5pm</p>

        <h4>Email Us</h4>
        <p>Email us at <a href="mailto:{{config path='trans_email/ident_sales/email'}}" class="link-accent">{{config path='trans_email/ident_sales/email'}}</a></p>

        <h4>Feedback On Our Service</h4>
        <p>For any feedback on our service in store or online please email us at <a href="mailto:{{config path='trans_email/ident_general/email'}}" class="link-accent">{{config path='trans_email/ident_general/email'}}</a></p>
    </div>
</div>

Contact Form

Contact form is default Magento 2 functionality.

Location Map

It is CMS block with identifier contact_footer_map. Here is block content:

<div id="map" class="contact-map-placeholder" style='background-image: url({{media url="wysiwyg/contact-map.png"}})'>
</div>
Next up
Edit this Page