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
GeneralSettings.xtpl
48 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <h2>Post Affiliate Pro general options</h2> |
| 4 | {initial_info} |
| 5 | {form.head} |
| 6 | {settings} |
| 7 | <table class="form-table"> |
| 8 | <tr valign="top"> |
| 9 | <td scope="row" class="heading">Post Affiliate Pro URL</td> |
| 10 | <td>{pap-url}</td> |
| 11 | <td class="greyNote">Example: https://www.yoursite.com/affiliate/ or https://youraccount.postaffiliatepro.com/</td> |
| 12 | </tr> |
| 13 | |
| 14 | <tr valign="top"> |
| 15 | <td scope="row" class="heading">Merchant username</td> |
| 16 | <td>{pap-merchant-name}</td> |
| 17 | <td></td> |
| 18 | </tr> |
| 19 | |
| 20 | <tr valign="top"> |
| 21 | <td scope="row" class="heading">Merchant password</td> |
| 22 | <td>{pap-merchant-password}</td> |
| 23 | <td></td> |
| 24 | </tr> |
| 25 | |
| 26 | <tr valign="top"> |
| 27 | <td scope="row" class="heading">Account ID</td> |
| 28 | <td>{pap-click-tracking-account}</td> |
| 29 | <td class="greyNote">ID of your Post Affiliate Network merchant account. ('default1' is used for Post Affiliate Pro)</td> |
| 30 | </tr> |
| 31 | |
| 32 | <tr valign="top"> |
| 33 | <td scope="row" class="heading">Use asynchronous tracking where possible</td> |
| 34 | <td>{async-enabled}</td> |
| 35 | <td class="greyNote"></td> |
| 36 | </tr> |
| 37 | </table> |
| 38 | |
| 39 | {login_check_ok} |
| 40 | {installation_info} |
| 41 | {error} |
| 42 | {notice} |
| 43 | <p class="submit"> |
| 44 | {submit} |
| 45 | </p> |
| 46 | {form.tail} |
| 47 | </div> |
| 48 | <!-- END: main --> |