Essa tag gera o link com o qual um membro pode interagir para realizar diferentes ações relacionadas à conta, como cancelar a associação ou pausar um pacote que esteja ativo na conta. Para se tornar um link funcional, essa tag deve ser usada em conjunto com uma tag anchor (<a>), uma tag de botão (<button>) ou algum outro método de execução de um link.
Atributos
tipo – Indicates the type of action to perform on the current member’s account. Below is a list of acceptable values:
| Valor | Descrição |
cancelMembership | Gera um link no qual o membro atual pode clicar para cancelar sua associação |
pauseMembership | Gera um link no qual o membro atual pode clicar para pausar sua associação |
cancelarBundle | Outputs a link that the current member can click on to cancel a bundle on their account. The ‘value’ attribute containing the bundle ID to cancel is required when creating this type of link. |
pauseBundle | Outputs a link that the current member can click on to pause a bundle on their account. The ‘value’ attribute containing the bundle ID to pause is required when creating this type of link. |
freeBundle | Outputs a link that the current member can click on to apply a free bundle to their account. The ‘value’ attribute containing the bundle ID of the free bundle to apply to the account is required when creating this type of link. |
redirectUrl (opcional) - Indica o URL para o qual redirecionar após a conclusão bem-sucedida da ação. Se isso não for especificado, o comportamento padrão é atualizar a página atual e exibir uma mensagem para o membro com os resultados da ação.
valor (opcional) – Used in conjunction with ‘cancelBundle’, ‘pauseBundle’ and ‘freeBundle’ links, this attribute specifies the ID of the bundle to cancel, pause or apply to the member’s account.
Uso
<a href="/pt/[MM_Member_Link type='cancelMembership']/">Cancelar assinatura</a>

