Cet article d'assistance de ClickBank explique comment vous pouvez créer un lien de paiement pour les produits ClickBank. As a convenience, we’ve created a SmartTag™ that will generate this link for you. In order to do this we’ll use the Purchase_Link SmartTag as it’s normally used to create Liens d'achat MemberMouse with the exception that we’ll pass an additional attribute to indicate that it should generate a ClickBank purchase link.
Remarque : Using a ClickBank purchase link will send the user directly to ClickBank to checkout. If instead you’d like the user to go to the MemberMouse checkout page first and then go to ClickBank, just utiliser un lien d'achat standard. One scenario where you may want to have the user go to the MemberMouse checkout page first is if you’d like to collecter des données personnalisées dans le cadre de leur inscription.
Suivez les étapes suivantes pour créer un lien d'achat ClickBank :
- Assurez-vous que ClickBank est configuré et actif. Lisez cet article pour apprendre à configurer ClickBank.
- Assurez-vous que le produit pour lequel vous souhaitez créer un lien d'achat est associé à un produit MemberMouse. Lisez cet article pour apprendre à mapper des produits ClickBank à des produits MemberMouse.
- Recherchez l'ID du produit MemberMouse pour lequel vous souhaitez créer un lien d'achat. Vous pouvez procéder de plusieurs façons recherche d'identifiants de produits dans MemberMouse.
Dans ce cas, vous pouvez également vous rendre à l'adresse suivante Paramètres de paiement > Méthodes de paiement dans MemberMouse, descendez jusqu'au formulaire de configuration de ClickBank et cliquez sur le bouton Configurer les produits ClickBank button. In the product mapping dialog in the right column you can see the ID for each MemberMouse product that’s mapped to a ClickBank product.
- Enfin, utilisez le SmartTag Purchase_Link pour créer le lien d'achat comme suit :
<a href="/fr/[MM_Purchase_Link productId='25' paymentMethod='clickbank']/">Acheter</a>
In this case, we’re using ’25’ as the example product ID, but you would replace this with the product ID in your system. If you’re using a custom ClickBank order form, follow the instructions in the section below to adjust your purchase link to send customers to your custom order form.
Envoyer des clients vers un formulaire de commande ClickBank personnalisé
ClickBank dispose d'une Formulaire de commande personnalisée feature that allows you to add your own branding and adjust colors on the ClickBank order form. If you’re using a custom order form you’ll need to add an additional parameter to your ClickBank purchase links.
Dans ClickBank, sur la page Mon bon de commande page, to the right of your existing order form templates, you’ll see a column called Paramètre URL. Pour chaque modèle, le paramètre ressemblera à ceci :
cbskin=#
You’ll need to copy that URL parameter, and then append it to any ClickBank purchase links as follows:
<a href="/fr/[MM_Purchase_Link productId='25' paymentMethod='clickbank']&cbskin=2/">Acheter</a>
In this case we’re using ‘2’ as the example order form ID, but you would replace this with the order form ID you see in ClickBank.

