You may have a situation where you’ve created one or more free bundles and you want members to be able to select which one(s) they want applied to their account. If you want to allow a customer to apply a free bundle to their account just use the following link:
<a href="/fr/[MM_Member_Link type='freeBundle' value='10' redirectUrl='http://yourdomain.com/confirmation']/">Accepter ce cadeau gratuit</a>
NOTE : Vous devrez ajuster le nombre dans la valeur pour qu'il corresponde à l'identifiant correct de l'offre groupée associée à votre offre groupée gratuite. Vous pouvez le trouver en survolant le nom de l'offre que vous souhaitez dans la section MemberMouse > Product Settings > Bundles. You can also adjust the messaging if you want it say something other than ‘Accept this Free Gift’.
Vous pouvez l'ajouter à l'endroit où vous souhaitez que le lien apparaisse sur votre site web en vous rendant à l'adresse suivante Pages > Toutes les pages > survolez le nom de la page et cliquez sur Editer > and clicking on the ‘Text’ tab
Vous pouvez ensuite localiser l'endroit de la page où vous souhaitez que le lien apparaisse et ajouter la ligne à cet endroit.
The result is that when a member clicks on this link, the free bundle with an ID of 10 will be automatically applied to their account and they’ll be redirected to the Page principale de la confirmation.
The redirectUrl parameter is optional. If you don’t provide this parameter the page will simply refresh following the bundle being applied to the member’s account. Read this article to en savoir plus sur le SmartTag MM_Member_Link.

