{# Account footer menu #} <div class="col-6@xs col-3@md"> <h4 class="margin-bottom-xs text-md@md">{{ 'My account' | t }}</h4> <ul class="grid gap-xs text-sm@md"> {% set _account_links = [ { url: 'account' | url, title: (page.account ? 'My account' : 'Register') | t }, { url: 'account/orders' | url, title: 'My orders' | t }, shop.settings.account.tickets ? { url: 'account/tickets' | url, title: 'My tickets' | t }, shop.settings.wish_list ? { url: 'account/wishlist' | url, title: 'My wishlist' | t }, shop.settings.order_withdrawal.allowed ? { url: '#withdrawal-lookup', title: 'Request withdrawal' | t }, page.account ? { url: 'account/logout' | url, title: 'Logout' | t }, ] %} {% for _link in _account_links %} {% if _link %} <li><a class="main-footer__link" href="{{ _link.url }}" title="{{ _link.title }}">{{ _link.title }}</a></li> {% endif %} {% endfor %} </ul> </div><bottom>
Find the order you'd like to withdraw
Enter your email address and order number.
Check your mailbox
If your details match an order, you'll receive an email with a link to view and manage it.