{% block layout_footer_inner_container %} {% set isLoggedIn = context.customer is not null ? 'true' : 'false' %} {% set CompanyAddressHongKong = config('ShopWithMeUI.config.CompanyAddressHongKong') %} {% set LinkSocialNetworkFacebook = config('ShopWithMeUI.config.LinkSocialNetworkFacebook') %} {% set LinkSocialNetworkYoutube = config('ShopWithMeUI.config.LinkSocialNetworkYoutube') %} {% set isoCode = page.header.activeLanguage.translationCode.code|lower|split('-') %} {% set flagCountry = isoCode[1] %} {% set translationCode = page.header.activeLanguage.translationCode.code|lower|split('-') %} {% set countryLocal = translationCode[1] %} <footer id="swm-footer" class="homePage_footer_wrapper"> <!--Container--> <div class="homePage_footer_container swm-m-auto"> <!--Contents--> <div class="homePage_footer_content-box d-flex flex-col"> <!--Content--> <div class="homePage_footer_content d-flex justify-between"> <!--Left--> <div class="homePage_footer_content-left d-flex flex-col"> <img class="homePage_footer_content_logo" src="{{ asset('bundles/shopwithmeui/assets/imgs/logo-header.png') }}"/> <p class="homePage_footer_content_title text-heading-3-smb mobile:d-none">{{'app.footer.title'|trans|raw}}</p> <p class="homePage_footer_content_title homePage_footer_content_title-mobile text-heading-3-smb desktop:d-none">{{'app.home.getBestHappy'|trans|raw}}</p> <div class="homePage_footer_content_left_address"> <span>{{ CompanyAddressHongKong }}</span> </div> <div class="homePage_footer_content_left_social_network"> <a href="{{ LinkSocialNetworkFacebook }}" class="homePage_footer_content_left_social_network-item d-flex" target="_blank"> <img class="width-full" src="{{ asset('bundles/shopwithmeui/assets/icons/social_network_facebook.png') }}"/> </a> <a href="{{ LinkSocialNetworkYoutube }}" class="homePage_footer_content_left_social_network-item d-flex" target="_blank"> <img class="width-full" src="{{ asset('bundles/shopwithmeui/assets/icons/social_network_youtube.png') }}"/> </a> </div> </div> <!--Right--> <div id="footer_content_entry" class="homePage_footer_content_right d-flex"> <!--Mock data--> <div class="homePage_footer_list d-flex flex-col gap-1.5rem"> <h3 class="homePage_footer_list_title typo-head-5">{{ 'app.footer.categories.name'|trans|sw_sanitize }}</h3> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.current-deals') ~ '?category=' ~ '5bf8d9999ab24a84930e7bf07d7d4a6e' }}">{{ 'app.footer.categories.beauty'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.current-deals') ~ '?category=' ~ 'defe75e13ae7497d84edc460491818c6' }}">{{ 'app.footer.categories.fitness'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.current-deals') ~ '?category=' ~ 'a3e978d399ad4e56bf9eab1e896dd6fe' }}">{{ 'app.footer.categories.health'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.current-deals') ~ '?category=' ~ 'a029f373001a47f8b1dd9a18e8bc75cc' }}">{{ 'app.footer.categories.consumerElec'|trans|sw_sanitize }}</a> </li> </ul> </div> <div class="homePage_footer_list d-flex flex-col gap-1.5rem"> <h3 class="homePage_footer_list_title typo-head-5">{{ 'app.footer.links.name'|trans|sw_sanitize }}</h3> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.account.home.page') }}">{{ 'app.footer.links.account'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ isLoggedIn ? seoUrl('frontend.my.deals') : seoUrl('frontend.current-deals') }}">{{ 'app.footer.links.deals'|trans|sw_sanitize }}</a> </li> </ul> {% if flagCountry != 'vn' %} <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.shop4free') }}">{{ 'app.footer.links.shop4free'|trans|sw_sanitize }}</a> </li> </ul> {% endif %} <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.ai.stream') }}">{{ 'app.footer.links.aiStream'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.credit.lucky-wheel') }}">{{ 'app.footer.links.luckyWheel'|trans|sw_sanitize }}</a> </li> </ul> </div> <div class="homePage_footer_list d-flex flex-col gap-1.5rem"> <h3 class="homePage_footer_list_title typo-head-5">{{ 'app.footer.information.name'|trans|sw_sanitize }}</h3> {% set termAndConditionPageId = page.extensions.swmUI.termAndConditionPageId %} {% set shippingPolicyHk = page.extensions.swmUI.shippingPolicyHk %} {% set disputePolicyHk = page.extensions.swmUI.disputePolicyHk %} {% set refundPolicyHk = page.extensions.swmUI.refundPolicyHk %} {% if countryLocal in ['hk'] %} <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if shippingPolicyHk %}{{ seoUrl('frontend.navigation.page', { navigationId: shippingPolicyHk }) }}{% else %}#{% endif %}">發貨政策</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if refundPolicyHk %}{{ seoUrl('frontend.navigation.page', { navigationId: refundPolicyHk }) }}{% else %}#{% endif %}">退貨及退款政策</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if disputePolicyHk %}{{ seoUrl('frontend.navigation.page', { navigationId: disputePolicyHk }) }}{% else %}#{% endif %}">商戶欺詐監控政策及流程、爭議處理政策及流程</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if termAndConditionPageId %}{{ seoUrl('frontend.navigation.page', { navigationId: termAndConditionPageId }) }}{% else %}#{% endif %}">{{ 'app.footer.information.privacyPolicy'|trans|sw_sanitize }}</a> </li> </ul> {% else %} <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if termAndConditionPageId %}{{ seoUrl('frontend.navigation.page', { navigationId: termAndConditionPageId }) }}{% else %}#{% endif %}">{{ 'app.footer.information.privacyPolicy'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{% if termAndConditionPageId %}{{ seoUrl('frontend.navigation.page', { navigationId: termAndConditionPageId }) }}{% else %}#{% endif %}">{{ 'app.footer.information.terms'|trans|sw_sanitize }}</a> </li> </ul> {% endif %} </div> <div class="homePage_footer_list d-flex flex-col gap-1.5rem"> <h3 class="homePage_footer_list_title typo-head-5">{{ 'app.footer.support.name'|trans|sw_sanitize }}</h3> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="https://support.shopwithme.info" target="_blank">{{ 'app.footer.support.cusService'|trans|sw_sanitize }}</a> </li> </ul> <ul class="d-flex flex-col gap-1.5rem swm-p-0"> <li> <a href="{{ seoUrl('frontend.contact') }}" target="_blank">{{ 'app.footer.support.contactUs'|trans|sw_sanitize }}</a> </li> </ul> </div> </div> </div> <!--Copyright--> <p class="homePage_footer_copyright d-flex justify-center typo-sub-text-2">@{{ date()|date('Y') }} Shopwithme</p> </div> </div> </footer>{% endblock %}