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
EDD.xtpl
44 lines
| 1 | <!-- BEGIN: main --> |
| 2 | <div class="wrap"> |
| 3 | <img class="integrationsTitleImage" src="../wp-content/plugins/postaffiliatepro/resources/img/edd.png" alt="Easy Digital Downloads logo" /> |
| 4 | <h2>Easy Digital Downloads integration configuration</h2> |
| 5 | Configure what should be tracked from Easy Digital Downloads plugin. |
| 6 | {form.head} |
| 7 | {settings} |
| 8 | <table class="form-table"> |
| 9 | <tr valign="top"> |
| 10 | <td scope="row" class="heading">Per product tracking</td> |
| 11 | <td>{edd-per-product}</td> |
| 12 | <td class="greyNote">when selected, a commissions will be created for each product of customer's order</td> |
| 13 | </tr> |
| 14 | <tr valign="top"> |
| 15 | <td scope="row" class="heading">Track signup fee</td> |
| 16 | <td>{edd-track-fee}</td> |
| 17 | <td class="greyNote">when selected, a commissions will be created also for product's signup fee if there is any</td> |
| 18 | </tr> |
| 19 | <tr valign="top"> |
| 20 | <td scope="row" class="heading">Product info</td> |
| 21 | <td>{edd-product-id}</td> |
| 22 | <td class="greyNote">choose which value will be used for product tracking (note your products should only have one category at a time if you want to track product category)</td> |
| 23 | </tr> |
| 24 | <tr valign="top"> |
| 25 | <td scope="row" class="heading">Data 1</td> |
| 26 | <td>{edd-data1}</td> |
| 27 | <td class="greyNote">if nothing is entered here, customer email will be used</td> |
| 28 | </tr> |
| 29 | <tr valign="top"> |
| 30 | <td scope="row" class="heading">Force campaign</td> |
| 31 | <td>{edd-campaign}</td> |
| 32 | <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> |
| 33 | </tr> |
| 34 | <!-- tr> |
| 35 | <td colspan="3" class="formBottomNote"></td> |
| 36 | </tr --> |
| 37 | </table> |
| 38 | |
| 39 | <p class="submit"> |
| 40 | {submit} |
| 41 | </p> |
| 42 | {form.tail} |
| 43 | </div> |
| 44 | <!-- END: main --> |