Poderá visualizar os seus pontos VIP acedendo a “Cashier”, poderá verificar não só os seus pontos como seu nível atual. Caso aceda na versão Mobile poderá visualizar os pontos VIP ao clicar no canto superior esquerdo e selecionar a “Caixa” onde o Nível VIP aparece em baixo no ecrã:
Pesquisa
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>