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
SureCartConfig.xtpl
60 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/surecart.png" alt="SureCart logo" /> |
| 4 | <h2>SureCart integration configuration</h2> |
| 5 | <br/ > |
| 6 | <p><span class="alert">Before this integration can work you need to add papvisitorid custom field to your SureCart checkout forms. <a href="https://www.postaffiliatepro.com/integration-methods/surecart/" target="_blank">Read more here</a>.</p> |
| 7 | {form.head} |
| 8 | {settings} |
| 9 | <table class="form-table"> |
| 10 | <tr valign="top"> |
| 11 | <td scope="row" class="heading">Track coupon codes</td> |
| 12 | <td>{surecart-coupons-tracking}</td> |
| 13 | <td class="greyNote">enable to send the used coupon code to PAP for affiliate recognition.</td> |
| 14 | </tr> |
| 15 | <tr valign="top"> |
| 16 | <td scope="row" class="heading">Product info</td> |
| 17 | <td>{surecart-product-id}</td> |
| 18 | <td class="greyNote">choose which value will be used for product ID tracking</td> |
| 19 | </tr> |
| 20 | <tr valign="top"> |
| 21 | <td scope="row" class="heading">Force campaign</td> |
| 22 | <td>{surecart-campaign}</td> |
| 23 | <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> |
| 24 | </tr> |
| 25 | <tr valign="top"> |
| 26 | <td scope="row" class="heading">Data 1</td> |
| 27 | <td>{surecart-data1}</td> |
| 28 | <td class="greyNote"></td> |
| 29 | </tr> |
| 30 | <tr valign="top"> |
| 31 | <td scope="row" class="heading">Data 2</td> |
| 32 | <td>{surecart-data2}</td> |
| 33 | <td class="greyNote"></td> |
| 34 | </tr> |
| 35 | <tr valign="top"> |
| 36 | <td scope="row" class="heading">Data 3</td> |
| 37 | <td>{surecart-data3}</td> |
| 38 | <td class="greyNote"></td> |
| 39 | </tr> |
| 40 | <tr valign="top"> |
| 41 | <td scope="row" class="heading">Data 4</td> |
| 42 | <td>{surecart-data4}</td> |
| 43 | <td class="greyNote"></td> |
| 44 | </tr> |
| 45 | <tr valign="top"> |
| 46 | <td scope="row" class="heading">Data 5</td> |
| 47 | <td>{surecart-data5}</td> |
| 48 | <td class="greyNote"></td> |
| 49 | </tr> |
| 50 | |
| 51 | <!-- tr> |
| 52 | <td colspan="3" class="formBottomNote"></td> |
| 53 | </tr --> |
| 54 | </table> |
| 55 | <p class="submit"> |
| 56 | {submit} |
| 57 | </p> |
| 58 | {form.tail} |
| 59 | </div> |
| 60 | <!-- END: main --> |