How can I change my contact email address for only one store and not all of them?
What part of the store do you mean? Block at the bottom?
1 Like
Like the one in the footer?
Select store-front, go to Layouts → Default page and correct the content of the About us block
E.g.
{if $runtime.storefront_id == 1}
<li><a class="ty-exception__links-a greeny" href="mailto:sales@example.com">sales@example.com</a>
{else}
<li><a class="ty-exception__links-a greeny" href="mailto:sales@domain2.com">sales@domain2.com</a>
{/if}
Store-front IDs can be found on the Manage store-fronts page in the admin panel
Thank you for your help
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.