56 lines
3.6 KiB
PHP
56 lines
3.6 KiB
PHP
<?php
|
|
defined('ABSPATH') or die('No script kiddies please!');
|
|
?>
|
|
<h1 class="ti-header-title ti-mt-2"><?php echo esc_html(__('Want to get more customers?', 'wp-reviews-plugin-for-google')); ?></h1>
|
|
<div class="ti-box">
|
|
<div class="ti-box-header"><?php echo esc_html(__('Increase SEO, trust and sales using customer reviews.', 'wp-reviews-plugin-for-google')); ?></div>
|
|
<?php echo wp_kses_post($pluginManagerInstance->getProFeatureButton($tiCampaign1)); ?>
|
|
<ul class="ti-seo-list">
|
|
<li>
|
|
<strong><?php echo esc_html(__('Display unlimited number of reviews', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('You can test Trustindex with 10 reviews in the free version. Upgrade to Business to display ALL the reviews received. Be the undisputed customer choice in your industry!', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Create unlimited number of widgets', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('Use the widgets matching your page the best to build trust.', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Display reviews with photos', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('Boost engagement by displaying customer photos in an interactive popup slider, bringing real experiences to life.', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php
|
|
/* translators: %d: number */
|
|
echo esc_html(sprintf(__("%d review platforms", 'wp-reviews-plugin-for-google'), 137));
|
|
?></strong><br />
|
|
<?php
|
|
/* translators: %s: platform list */
|
|
echo esc_html(sprintf(__("Add more reviews to your widget from %s, etc. to enjoy more trust, and to keep customers on your site.", 'wp-reviews-plugin-for-google'), 'Google, Facebook, Yelp, Amazon, Tripadvisor, Booking.com, Airbnb, Hotels.com, Capterra, Foursquare, Opentable'));
|
|
?><br />
|
|
<img src="<?php echo esc_url($pluginManagerInstance->get_plugin_file_url('static/img/platforms.png')); ?>" alt="" style="margin-top: 5px" />
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Mix Reviews', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('You can mix your reviews from different platforms and display them in 1 review widget.', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Get more reviews', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('Use our Review Invitation System to collect hundreds of new reviews. Become impossible to resist!', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Manage all reviews in one place', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('Turn on email alert to ALL new reviews, so that you can manage them quickly.', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
<li>
|
|
<strong><?php echo esc_html(__('Automatically update with NEW reviews', 'wp-reviews-plugin-for-google')); ?></strong><br />
|
|
<?php echo esc_html(__('Wordpress cannot update reviews, but Trustindex can! As soon as you get a new review, Trustindex Business can automatically add it to your website. Customers love fresh reviews!', 'wp-reviews-plugin-for-google')); ?>
|
|
</li>
|
|
</ul>
|
|
<?php echo wp_kses_post($pluginManagerInstance->getProFeatureButton($tiCampaign2)); ?>
|
|
<div class="ti-special-offer">
|
|
<img src="<?php echo esc_url($pluginManagerInstance->get_plugin_file_url('static/img/special_30.jpg')); ?>">
|
|
<p><?php echo esc_html(str_replace('%%', '%', __('Now we offer you a 30%% discount off for your first subscription! Create your free account and benefit from the onboarding discount now!', 'wp-reviews-plugin-for-google'))); ?></p>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|