AdditionalOptions.xtpl
1 month 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
1 month ago
EDD.xtpl
4 years ago
GeneralSettings.xtpl
1 month ago
IntegrationsConfig.xtpl
1 month 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
1 month 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
RestrictContentProConfig.xtpl
36 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/rcppap.png" alt="RCP logo" /> |
| 4 | <h2>Restrict Content Pro integration configuration</h2> |
| 5 | Configure what should be tracked from Restrict Content Pro plugin. |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | <tr valign="top"> |
| 10 | <td scope="row" class="heading">Track registrations</td> |
| 11 | <td>{rcppap-track-registration}</td> |
| 12 | <td class="greyNote">registrations will be tracked if this option is enabled</td> |
| 13 | </tr> |
| 14 | <tr valign="top"> |
| 15 | <td scope="row" class="heading">Registration action name</td> |
| 16 | <td>{rcppap-registration-action-name}</td> |
| 17 | <td class="greyNote">when tracking registrations you can track it as a custom action - set its name here</td> |
| 18 | </tr> |
| 19 | <tr valign="top"> |
| 20 | <td scope="row" class="heading">Track payments</td> |
| 21 | <td>{rcppap-track-payments}</td> |
| 22 | <td class="greyNote">payments for registrations (and recurring payments as well) will be tracked if this option is enabled</td> |
| 23 | </tr> |
| 24 | <tr valign="top"> |
| 25 | <td scope="row" class="heading">Automatic commission status change</td> |
| 26 | <td>{rcppap-update-comm-status}</td> |
| 27 | <td class="greyNote">should a commission status change when order status is changed?</td> |
| 28 | </tr> |
| 29 | </table> |
| 30 | |
| 31 | <p class="submit"> |
| 32 | {submit} |
| 33 | </p> |
| 34 | {form.tail} |
| 35 | </div> |
| 36 | <!-- END: main --> |