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
SimplePayProConfig.xtpl
63 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/spp.png" alt="Simple Pay Pro logo" /> |
| 4 | <h2>WP Simple Pay Pro integration configuration</h2> |
| 5 | In case of <strong>recurring commissions</strong> the tracking is done by Stripe plugin in your merchant panel. |
| 6 | Make sure to enable the plugin and also to set this webhook in your Stripe admin:<br /> |
| 7 | <pre>{papURL}</pre> |
| 8 | |
| 9 | {form.head} |
| 10 | {settings} |
| 11 | <table class="form-table"> |
| 12 | <tr valign="top"> |
| 13 | <td scope="row" class="heading">Track recurring commissions</td> |
| 14 | <td>{simplepaypro-track-recurring}</td> |
| 15 | <td class="greyNote"></td> |
| 16 | </tr> |
| 17 | </table> |
| 18 | |
| 19 | <table id="form-table2" class="form-table"> |
| 20 | <tr> |
| 21 | <td colspan="3"> |
| 22 | Setup campaign and extra data values in case you do not want to track recurring commissions. |
| 23 | </td> |
| 24 | </tr> |
| 25 | <tr valign="top"> |
| 26 | <td scope="row" class="heading">Force campaign</td> |
| 27 | <td>{simplepaypro-campaign}</td> |
| 28 | <td class="greyNote">you can specify a campaign which will be used for all orders instead of automatic campaign recognition (by cookie, product ID, ...)</td> |
| 29 | </tr> |
| 30 | <tr valign="top"> |
| 31 | <td scope="row" class="heading">Data 1</td> |
| 32 | <td>{simplepaypro-data1}</td> |
| 33 | <td class="greyNote"></td> |
| 34 | </tr> |
| 35 | <tr valign="top"> |
| 36 | <td scope="row" class="heading">Data 2</td> |
| 37 | <td>{simplepaypro-data2}</td> |
| 38 | <td class="greyNote"></td> |
| 39 | </tr> |
| 40 | <tr valign="top"> |
| 41 | <td scope="row" class="heading">Data 3</td> |
| 42 | <td>{simplepaypro-data3}</td> |
| 43 | <td class="greyNote"></td> |
| 44 | </tr> |
| 45 | <tr valign="top"> |
| 46 | <td scope="row" class="heading">Data 4</td> |
| 47 | <td>{simplepaypro-data4}</td> |
| 48 | <td class="greyNote"></td> |
| 49 | </tr> |
| 50 | <tr valign="top"> |
| 51 | <td scope="row" class="heading">Data 5</td> |
| 52 | <td>{simplepaypro-data5}</td> |
| 53 | <td class="greyNote"></td> |
| 54 | </tr> |
| 55 | </table> |
| 56 | |
| 57 | <p class="submit"> |
| 58 | {submit} |
| 59 | </p> |
| 60 | {form.tail} |
| 61 | {hider} |
| 62 | </div> |
| 63 | <!-- END: main --> |