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
MemberPressConfig.xtpl
51 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/memberpress.png" alt="MemberPress logo" /> |
| 4 | <h2>MemberPress integration configuration</h2> |
| 5 | Configure what should be tracked from MemberPress plugin. |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | <tr valign="top"> |
| 10 | <td scope="row" class="heading">Track recurring commissions</td> |
| 11 | <td>{memberpress-track-refurring}</td> |
| 12 | <td class="greyNote">if you want to pay only one commission for a recurring payment (subscription), this has to be disabled</td> |
| 13 | </tr> |
| 14 | <tr valign="top"> |
| 15 | <td scope="row" class="heading">Track recurring transaction total cost</td> |
| 16 | <td>{memberpress-track-recurring-total}</td> |
| 17 | <td class="greyNote">When this is checked, each recurring commission will be created based on the total cost of recurring sale</td> |
| 18 | </tr> |
| 19 | <tr valign="top"> |
| 20 | <td scope="row" class="heading">Data 1</td> |
| 21 | <td>{memberpress-data1}</td> |
| 22 | <td class="greyNote">What should save into commission's Extra data 1 field.</td> |
| 23 | </tr> |
| 24 | <tr valign="top"> |
| 25 | <td scope="row" class="heading">Data 2</td> |
| 26 | <td>{memberpress-data2}</td> |
| 27 | <td class="greyNote">What should save into commission's Extra data 2 field.</td> |
| 28 | </tr> |
| 29 | <tr valign="top"> |
| 30 | <td scope="row" class="heading">Data 3</td> |
| 31 | <td>{memberpress-data3}</td> |
| 32 | <td class="greyNote">What should save into commission's Extra data 3 field.</td> |
| 33 | </tr> |
| 34 | <tr valign="top"> |
| 35 | <td scope="row" class="heading">Data 4</td> |
| 36 | <td>{memberpress-data4}</td> |
| 37 | <td class="greyNote">What should save into commission's Extra data 4 field.</td> |
| 38 | </tr> |
| 39 | <tr valign="top"> |
| 40 | <td scope="row" class="heading">Data 5</td> |
| 41 | <td>{memberpress-data5}</td> |
| 42 | <td class="greyNote">What should save into commission's Extra data 5 field.</td> |
| 43 | </tr> |
| 44 | </table> |
| 45 | |
| 46 | <p class="submit"> |
| 47 | {submit} |
| 48 | </p> |
| 49 | {form.tail} |
| 50 | </div> |
| 51 | <!-- END: main --> |