83 lines
4.6 KiB
PHP
83 lines
4.6 KiB
PHP
<?php
|
||
/**
|
||
* Template Name: CF pro block.
|
||
*
|
||
* @package CartFlows
|
||
*/
|
||
|
||
// Exit if accessed directly.
|
||
if ( ! defined( 'ABSPATH' ) ) {
|
||
exit;
|
||
}
|
||
?>
|
||
<table align="center" border="0" cellpadding="0" cellspacing="0" class="row row-6" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #fff3f0;" width="100%">
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<table align="center" border="0" cellpadding="0" cellspacing="0" class="row-content stack" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; color: #000000; width: 600px;" width="600">
|
||
<tbody>
|
||
<tr>
|
||
<td class="column column-1" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-weight: 400; text-align: left; vertical-align: top; padding-top: 50px; padding-bottom: 50px; border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px;" width="100%">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="heading_block" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
|
||
<tr>
|
||
<td style="padding-bottom:10px;text-align:center;width:100%;">
|
||
<h1 style="margin: 0; color: #1f2937; direction: ltr; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 28px; font-weight: 400; letter-spacing: normal; line-height: 120%; text-align: center; margin-top: 0; margin-bottom: 0;">
|
||
<?php
|
||
echo esc_html__(
|
||
'CartFlows Pro can help you to increase conversion and maximize profits.',
|
||
'cartflows'
|
||
)
|
||
?>
|
||
</h1>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table border="0" cellpadding="0" cellspacing="0" class="text_block" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt; word-break: break-word;" width="100%">
|
||
<tr>
|
||
<td style="padding-bottom:15px;padding-left:10px;padding-right:10px;padding-top:10px;">
|
||
<div style="font-family: sans-serif">
|
||
<div style="font-size: 14px; mso-line-height-alt: 25.2px; color: #393d47; line-height: 1.8; font-family: Arial, Helvetica Neue, Helvetica, sans-serif;">
|
||
<p style="margin: 0; font-size: 14px; text-align: center; mso-line-height-alt: 28.8px;">
|
||
<span style="font-size:16px;">
|
||
<?php
|
||
echo esc_html__(
|
||
'Want to earn 30% more store revenue on autopilot? CartFlows order bumps and upsells help you do just that. Try CartFlows Pro risk-free for 30 days!',
|
||
'cartflows'
|
||
)
|
||
?>
|
||
</span>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table border="0" cellpadding="10" cellspacing="0" class="button_block" role="presentation" style="mso-table-lspace: 0pt; mso-table-rspace: 0pt;" width="100%">
|
||
<tr>
|
||
<td>
|
||
<div align="center">
|
||
<!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="https://cartflows.com/" style="height:43px;width:204px;v-text-anchor:middle;" arcsize="10%" strokeweight="0.75pt" strokecolor="#F06434" fillcolor="#f06434"><w:anchorlock/><v:textbox inset="0px,0px,0px,0px"><center style="color:#ffffff; font-family:Arial, sans-serif; font-size:14px"><![endif]-->
|
||
<a href="https://cartflows.com/use-cartflows-pro?utm_source=newsletter&utm_medium=email&utm_campaign=cartflows-pro" style="text-decoration:none;display:inline-block;color:#ffffff;background-color:#f06434;border-radius:4px;width:auto;border-top:1px solid #F06434;border-right:1px solid #F06434;border-bottom:1px solid #F06434;border-left:1px solid #F06434;padding-top:5px;padding-bottom:5px;font-family:Arial, Helvetica Neue, Helvetica, sans-serif;text-align:center;mso-border-alt:none;word-break:keep-all;" target="_blank"><span style="padding-left:20px;padding-right:20px;font-size:14px;display:inline-block;letter-spacing:normal;"><span style="font-size: 16px; line-height: 2; word-break: break-word; mso-line-height-alt: 32px;"><strong><span data-mce-style="font-size: 14px; line-height: 28px;" style="font-size: 14px; line-height: 28px;">
|
||
<?php
|
||
echo esc_html__(
|
||
'GET CARTFLOWS NOW',
|
||
'cartflows'
|
||
)
|
||
?>
|
||
</span></strong></span></span>
|
||
</a>
|
||
<!--[if mso]></center></v:textbox></v:roundrect><![endif]-->
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<?php
|