| 1 |
<?php |
| 2 |
$image_url = ''; |
| 3 |
if ( ! $is_pro ): |
| 4 |
$image_url = 'https://betterdocs.co/wp-content/uploads/2022/11/Analytics.gif'; |
| 5 |
?> |
| 6 |
<tr> |
| 7 |
<td style="padding-top: 40px;"> |
| 8 |
<table style="width: 100%; background: rgba(38, 214, 125, 0.1); padding: 20px 20px 20px 20px; border-radius: 5px; border-spacing: 0;"> |
| 9 |
<tr> |
| 10 |
<td style="display: flex; gap: 10px;"> |
| 11 |
<span style="margin-top: 4px; margin-right: 3px;">💡</span> |
| 12 |
<p style="float: right; font-size: 14px; line-height: 1.7em; font-weight: 400; text-align: justify; margin: 0;"> |
| 13 |
This advanced <span style="font-weight: 700; color: #1d1d1f; text-decoration: none;">Email Reporting</span> feature is part of our premium built in Analytics tool available only with BetterDocs PRO, but you |
| 14 |
are getting it for <span style="font-weight: 700; color: #1d1d1f; text-decoration: none;">FREE!</span> |
| 15 |
</p> |
| 16 |
</td> |
| 17 |
</tr> |
| 18 |
</table> |
| 19 |
</td> |
| 20 |
</tr> |
| 21 |
<tr> |
| 22 |
<td style="padding-top: 40px;"> |
| 23 |
<table style="width: 100%; background: #fff; padding: 10px; border-spacing: 0;"> |
| 24 |
<tr> |
| 25 |
<td> |
| 26 |
<img style="display: block; max-width: 100%;" src="<?php esc_attr_e( esc_url( $image_url ) );?>" alt="View Analytics"> |
| 27 |
</td> |
| 28 |
</tr> |
| 29 |
</table> |
| 30 |
</td> |
| 31 |
</tr> |
| 32 |
<tr> |
| 33 |
<td align="center" style="padding-top: 30px;"> |
| 34 |
<a href="https://betterdocs.co/upgrade" style="text-decoration: none; font-size: 12px; font-weight: 600; color: #fff; padding: 16px 22px; border: none; background: #26d67d; border-radius: 10px; cursor: pointer; display: inline-block; letter-spacing: 1px;"> |
| 35 |
<?php _e( 'Unlock BetterDocs Analytics', 'betterdocs' );?> <span style="padding-left: 5px;">🔐</span> |
| 36 |
</a> |
| 37 |
</td> |
| 38 |
</tr> |
| 39 |
<?php else: ?> |
| 40 |
<tr> |
| 41 |
<td style="padding-top: 40px;" align="center"> |
| 42 |
<a style="display:inline-block; text-decoration: none; font-size: 12px; font-weight: 600; color: #fff; padding: 16px 22px; border: none; background: #26d67d; border-radius: 10px; cursor: pointer; display: inline-block; letter-spacing: 1px;" href="<?php esc_attr_e( esc_url( $analytics_url ) );?>" target="_blank"> |
| 43 |
<?php _e( 'View Analytics', 'betterdocs' );?> |
| 44 |
</a> |
| 45 |
</td> |
| 46 |
</tr> |
| 47 |
<?php endif;?> |
| 48 |
<tr> |
| 49 |
<td style="padding-top: 20px;"> |
| 50 |
<table style="border-spacing: 0;"> |
| 51 |
<tr> |
| 52 |
<td style="display: flex;"> |
| 53 |
<span style="margin-right: 10px; margin-top: 5px;">📚</span> |
| 54 |
<p style="text-align: justify; font-size: 14px; line-height: 1.7em; font-weight: 400; margin: 0;"> Want to know what more you can do with BetterDocs? Check out these tutorials: |
| 55 |
<a href="https://betterdocs.co/blog/improved-betterdocs-analytics/" style="font-weight: 500; color: #1d1d1f; font-style: italic;">Complete Guide To BetterDocs Analytics,</a> |
| 56 |
<a href="https://betterdocs.co/blog/key-customer-service-metrics/" style="font-weight: 500; color: #1d1d1f; font-style: italic;">Key Customer Service Metrics To Measure Performance</a> & |
| 57 |
<a href="https://betterdocs.co/blog/internal-documentation-wordpress/" style="font-weight: 500; color: #1d1d1f; font-style: italic;">How To Use BetterDocs Internal Knowledge Base.</a> |
| 58 |
</p> |
| 59 |
</td> |
| 60 |
</tr> |
| 61 |
</table> |
| 62 |
</td> |
| 63 |
</tr> |
| 64 |
|