first commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
namespace PixelYourSite;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<div class="wrap" id="pys">
|
||||
<h1><?php _e( 'PixelYourSite', 'pys' ); ?></h1>
|
||||
<div class="pys_stat">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="section-title">WooCommerce Reports <?php renderProBadge(); ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row" style="padding:40px">
|
||||
<div class="col text-center">
|
||||
<p >Find out what ads generate your WooCommerce orders using UTMs, discover your traffic sources and landing pages.
|
||||
Visualize your data inside the plugin, or download it as CSV. </p>
|
||||
<h3 class="text-center" style="margin-top:40px">Get detailed info about products sold by each campaign, ad set, or ad</h3>
|
||||
<a href="https://www.pixelyoursite.com/woocommerce-first-party-reports?utm_source=free-plugin-reports-page-woo&utm_medium=free-plugin-reports-page-woo&utm_campaign=free-plugin-reports-page-woo&utm_content=free-plugin-reports-page-woo&utm_term=free-plugin-reports-page-woo"
|
||||
target="_blank" class="btn btn-save" style="margin-top:30px">Click to find more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user