AdditionalOptions.xtpl
2 months ago
CampaignInfo-Private.xtpl
6 years ago
CampaignInfo-Public.xtpl
6 years ago
CampaignsSettings.xtpl
6 years ago
ClickTrackingSettings.xtpl
6 years ago
ContactForm7Config.xtpl
4 years ago
Debugging.xtpl
2 months ago
EDD.xtpl
4 years ago
GeneralSettings.xtpl
2 months ago
IntegrationsConfig.xtpl
2 months ago
LifterLMSConfig.xtpl
4 years ago
MarketpressConfig.xtpl
6 years ago
MemberPressConfig.xtpl
6 years ago
Membership2Config.xtpl
6 years ago
PMProConfig.xtpl
1 year ago
PPBuyNowButtonConfig.xtpl
6 years ago
RestrictContentProConfig.xtpl
4 years ago
S2MemberConfig.xtpl
6 years ago
SignupSettings.xtpl
2 months ago
SignupSettingsNoSession.xtpl
6 years ago
SimplePayProConfig.xtpl
6 years ago
StripePaymentsConfig.xtpl
6 years ago
SureCartConfig.xtpl
1 year ago
WLMConfig.xtpl
6 years ago
WPEasyCartConfig.xtpl
6 years ago
WPPayFormsConfig.xtpl
5 years ago
WooCommConfig.xtpl
1 year ago
WLMConfig.xtpl
26 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/wlm.png" alt="ishList Member logo" /> |
| 4 | <h2>WishList Member integration configuration</h2> |
| 5 | Configure what should be tracked from WishList Member plugin. <u>Sales are tracked automatically</u> when this integration is enabled. |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | <tr valign="top"> |
| 10 | <td scope="row" class="heading">Registration action tracking</td> |
| 11 | <td>{wlm-track-registration}</td> |
| 12 | <td class="greyNote">if you want to track a special action commission for registration, add the action 'code' here</td> |
| 13 | </tr> |
| 14 | <tr valign="top"> |
| 15 | <td scope="row" class="heading">Track recurring commissions</td> |
| 16 | <td>{wlm-track-recurring}</td> |
| 17 | <td class="greyNote">when checked, it will track a recurring commission automatically (works only with: 1ShoppingCart, ClickBank, Infusionsoft, JVZoo, PayPal, Premium Web Cart, Stripe, 2Checkout)</td> |
| 18 | </tr> |
| 19 | </table> |
| 20 | |
| 21 | <p class="submit"> |
| 22 | {submit} |
| 23 | </p> |
| 24 | {form.tail} |
| 25 | </div> |
| 26 | <!-- END: main --> |