Version Description
- 09/11/2022 =
- We have made UI changes to the pixel manager feature and we have updated the domain based pricing plans in UI.
Download this release
Release Info
Developer | ramniktatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 5.0.2 |
Comparing to | |
See all releases |
Code changes from version 5.0.1 to 5.0.2
- admin/class-conversios-admin.php +4 -3
- admin/css/custom-style.css +4 -2
- admin/css/style.css +9 -2
- admin/images/freevspro.gif +0 -0
- admin/images/offer.gif +0 -0
- admin/partials/class-conversios-header.php +22 -0
- admin/partials/general-fields.php +20 -28
- admin/partials/pricings.php +186 -142
- enhanced-ecommerce-google-analytics.php +3 -3
- public/class-con-settings.php +2 -2
- public/class-enhanced-ecommerce-google-analytics-public-pro.php +40 -31
- public/class-enhanced-ecommerce-google-analytics-public.php +34 -14
- readme.txt +8 -4
admin/class-conversios-admin.php
CHANGED
@@ -230,9 +230,10 @@ if ( ! class_exists( 'Conversios_Admin' ) ) {
|
|
230 |
$plan_id = $googleDetail->plan_id;
|
231 |
}
|
232 |
}
|
233 |
-
|
|
|
234 |
add_menu_page(
|
235 |
-
esc_html__('Conversios','enhanced-e-commerce-for-woocommerce-store'), esc_html__('Conversios','enhanced-e-commerce-for-woocommerce-store'), 'manage_options', "conversios", array($this, 'showPage'), esc_url_raw(plugin_dir_url(__FILE__) . 'images/tatvic_logo.png'), 26
|
236 |
);
|
237 |
if ( ! function_exists( 'is_plugin_active_for_network' ) ) {
|
238 |
require_once( ABSPATH . '/wp-admin/includes/woocommerce.php' );
|
@@ -281,7 +282,7 @@ if ( ! class_exists( 'Conversios_Admin' ) ) {
|
|
281 |
add_submenu_page(
|
282 |
'conversios',
|
283 |
esc_html__('Free Vs Pro', 'enhanced-e-commerce-for-woocommerce-store'),
|
284 |
-
esc_html__('Free Vs Pro', 'enhanced-e-commerce-for-woocommerce-store'),
|
285 |
'manage_options',
|
286 |
'conversios-pricings',
|
287 |
array($this, 'showPage')
|
230 |
$plan_id = $googleDetail->plan_id;
|
231 |
}
|
232 |
}
|
233 |
+
$icon = ENHANCAD_PLUGIN_URL ."/admin/images/offer.gif";
|
234 |
+
$freevspro = ENHANCAD_PLUGIN_URL ."/admin/images/freevspro.gif";
|
235 |
add_menu_page(
|
236 |
+
esc_html__('Conversios','enhanced-e-commerce-for-woocommerce-store'), esc_html__('Conversios','enhanced-e-commerce-for-woocommerce-store').'<img style="position: absolute; height: 37px;bottom: 5px; right: 0px;" src="'.esc_url_raw($icon).'">', 'manage_options', "conversios", array($this, 'showPage'), esc_url_raw(plugin_dir_url(__FILE__) . 'images/tatvic_logo.png'), 26
|
237 |
);
|
238 |
if ( ! function_exists( 'is_plugin_active_for_network' ) ) {
|
239 |
require_once( ABSPATH . '/wp-admin/includes/woocommerce.php' );
|
282 |
add_submenu_page(
|
283 |
'conversios',
|
284 |
esc_html__('Free Vs Pro', 'enhanced-e-commerce-for-woocommerce-store'),
|
285 |
+
esc_html__('Free Vs Pro', 'enhanced-e-commerce-for-woocommerce-store').'<img style="position: absolute; height: 30px;bottom: 5px; right: 10px;" src="'.esc_url_raw($freevspro).'">',
|
286 |
'manage_options',
|
287 |
'conversios-pricings',
|
288 |
array($this, 'showPage')
|
admin/css/custom-style.css
CHANGED
@@ -2666,6 +2666,9 @@ position: relative;
|
|
2666 |
.tvc-price-table-features .row-heading .column {
|
2667 |
border-top: 1px solid #ebebeb;
|
2668 |
}
|
|
|
|
|
|
|
2669 |
.tvc-price-table-features.columns-5 .column {
|
2670 |
width: 20%;
|
2671 |
}
|
@@ -2682,7 +2685,7 @@ position: relative;
|
|
2682 |
}
|
2683 |
.tvc-price-table-features .row-feature .column:first-child, .tvc-price-table-features .row-footer .column:first-child{
|
2684 |
border-right: 1px solid transparent;
|
2685 |
-
text-align: left;
|
2686 |
}
|
2687 |
.tvc-price-table-features .row-heading {
|
2688 |
display: -webkit-box;
|
@@ -2803,7 +2806,6 @@ align-items: stretch;
|
|
2803 |
font-weight: bold;
|
2804 |
}
|
2805 |
.tvc-price-table-features .tvc-list-price{
|
2806 |
-
border-bottom: 1px solid #ebebeb;
|
2807 |
padding: 0px 0 10px 0;
|
2808 |
}
|
2809 |
|
2666 |
.tvc-price-table-features .row-heading .column {
|
2667 |
border-top: 1px solid #ebebeb;
|
2668 |
}
|
2669 |
+
.tvc-price-table-features.columns-5 .column.column-price {
|
2670 |
+
width: 100%;
|
2671 |
+
}
|
2672 |
.tvc-price-table-features.columns-5 .column {
|
2673 |
width: 20%;
|
2674 |
}
|
2685 |
}
|
2686 |
.tvc-price-table-features .row-feature .column:first-child, .tvc-price-table-features .row-footer .column:first-child{
|
2687 |
border-right: 1px solid transparent;
|
2688 |
+
text-align: left; padding: 12px 3px 12px 5px;
|
2689 |
}
|
2690 |
.tvc-price-table-features .row-heading {
|
2691 |
display: -webkit-box;
|
2806 |
font-weight: bold;
|
2807 |
}
|
2808 |
.tvc-price-table-features .tvc-list-price{
|
|
|
2809 |
padding: 0px 0 10px 0;
|
2810 |
}
|
2811 |
|
admin/css/style.css
CHANGED
@@ -1365,7 +1365,6 @@ img.img-upload {
|
|
1365 |
.sec_con_integration .tvc-hide{transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;}
|
1366 |
.sec_con_integration .tvc-tooltip{position: relative; display: inline-block; width: auto; top: 0px;}
|
1367 |
.sec_con_integration .tvc-tooltip .tvc-tooltiptext{line-height: 1.2; bottom: 6px; left: 125%; top: auto; min-width: 380px;}
|
1368 |
-
.tvc-css-selector-sec .tvc-tooltip{top: -6px; right: 13px;}
|
1369 |
.tracking-trigger th span{display: inline-block;}
|
1370 |
.sec_con_integration th .tvc-tooltip{top: -7px; right: -3px;}
|
1371 |
.tvc_ee_plugin_form .tvc-tooltip{position: relative; display: inline-block; width: auto;}
|
@@ -1454,4 +1453,12 @@ site-verified-pos{
|
|
1454 |
margin-left: 2px;
|
1455 |
vertical-align: top;
|
1456 |
margin-top: -5px;
|
1457 |
-
display: inline-block;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1365 |
.sec_con_integration .tvc-hide{transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;}
|
1366 |
.sec_con_integration .tvc-tooltip{position: relative; display: inline-block; width: auto; top: 0px;}
|
1367 |
.sec_con_integration .tvc-tooltip .tvc-tooltiptext{line-height: 1.2; bottom: 6px; left: 125%; top: auto; min-width: 380px;}
|
|
|
1368 |
.tracking-trigger th span{display: inline-block;}
|
1369 |
.sec_con_integration th .tvc-tooltip{top: -7px; right: -3px;}
|
1370 |
.tvc_ee_plugin_form .tvc-tooltip{position: relative; display: inline-block; width: auto;}
|
1453 |
margin-left: 2px;
|
1454 |
vertical-align: top;
|
1455 |
margin-top: -5px;
|
1456 |
+
display: inline-block; line-height: 1.2;}
|
1457 |
+
#sec_con_integration_GAds label.custom-control-label{padding-left: 22px;}
|
1458 |
+
#sec_con_integration_GAds img { position: absolute; left: 0; top: 1px;}
|
1459 |
+
#sec_con_integration_GAds label.align-middle{margin-bottom: 2px;}
|
1460 |
+
.tvc-price-table-features .column .tvc_if_pay_month{position: relative; font-size: 10px; text-align:center; font-weight: 300; margin-top: 11px;}
|
1461 |
+
.tvc-price-table-features .column .tvc_if_pay_yearly{font-size: 10px; text-align: center;}
|
1462 |
+
.tvc-price-table-features .column .current_active_plan{margin-top: 62px; background-color: #2FBB0E !important;}
|
1463 |
+
.tvc-price-table-features .column .tvc-tooltip{ position: absolute; top: 3px; margin-left: 2px;}
|
1464 |
+
.tvc-price-table-features .column .tvc-tooltip .tvc-tooltiptext{ left: 21px;}
|
admin/images/freevspro.gif
ADDED
Binary file
|
admin/images/offer.gif
ADDED
Binary file
|
admin/partials/class-conversios-header.php
CHANGED
@@ -199,6 +199,28 @@ if ( ! class_exists( 'Conversios_Header' ) ) {
|
|
199 |
<a href="<?php echo esc_url_raw("admin.php?page=conversios-google-shopping-feed&tab=shopping_campaigns_page"); ?>">Smart Shopping Campaigns</a>
|
200 |
</div>
|
201 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
</li>
|
203 |
<?php
|
204 |
}else{
|
199 |
<a href="<?php echo esc_url_raw("admin.php?page=conversios-google-shopping-feed&tab=shopping_campaigns_page"); ?>">Smart Shopping Campaigns</a>
|
200 |
</div>
|
201 |
</div>
|
202 |
+
</li>
|
203 |
+
<?php
|
204 |
+
}else if($key == "conversios-google-analytics"){
|
205 |
+
?>
|
206 |
+
<li class="<?php echo esc_attr($is_active); ?>">
|
207 |
+
<a href="<?php echo esc_url_raw($menu_url); ?>">
|
208 |
+
<?php if($icon != ""){?>
|
209 |
+
<span class="navinfoicon"><img src="<?php echo esc_url_raw($icon); ?>" /></span>
|
210 |
+
<?php } ?>
|
211 |
+
<span class="navinfonavtext"><?php echo esc_attr($value['title']); ?></span><span class="con_new_features">New</span>
|
212 |
+
</a>
|
213 |
+
</li>
|
214 |
+
<?php
|
215 |
+
}else if($key == "conversios-pricings"){
|
216 |
+
?>
|
217 |
+
<li class="<?php echo esc_attr($is_active); ?>">
|
218 |
+
<a href="<?php echo esc_url_raw($menu_url); ?>">
|
219 |
+
<?php if($icon != ""){?>
|
220 |
+
<span class="navinfoicon"><img src="<?php echo esc_url_raw($icon); ?>" /></span>
|
221 |
+
<?php } ?>
|
222 |
+
<span class="navinfonavtext"><?php echo esc_attr($value['title']); ?></span><span class="con_new_features">Festive Offer</span>
|
223 |
+
</a>
|
224 |
</li>
|
225 |
<?php
|
226 |
}else{
|
admin/partials/general-fields.php
CHANGED
@@ -111,6 +111,7 @@ $subscription_id = $TVC_Admin_Helper->get_subscriptionId();
|
|
111 |
$TVC_Admin_Helper->add_spinner_html();
|
112 |
|
113 |
//$googleDetail = "";
|
|
|
114 |
?>
|
115 |
<div class="tab-content">
|
116 |
<?php
|
@@ -173,7 +174,7 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
173 |
}?>
|
174 |
</select>
|
175 |
<div class="tvc-tooltip">
|
176 |
-
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("
|
177 |
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
178 |
</div>
|
179 |
</label>
|
@@ -677,7 +678,7 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
677 |
<label class="ga-title align-middle"><?php esc_html_e("Product page AddToCart button","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
678 |
</th>
|
679 |
<td>
|
680 |
-
<?php $tvc_product_detail_addtocart_selector = isset($data['tvc_product_detail_addtocart_selector'])?$data['tvc_product_detail_addtocart_selector']:"default";
|
681 |
$list = array(
|
682 |
"default" => "default",
|
683 |
"custom" => "custom"
|
@@ -694,13 +695,12 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
694 |
</select>
|
695 |
|
696 |
<span class="tvc-css-selector-sec default-selector-sec <?php echo ($tvc_product_detail_addtocart_selector != "default")?"tvc-hide":""; ?>">
|
697 |
-
<input type="text" class="select-sm" value="class" disabled>
|
698 |
-
|
699 |
<input type="text" class="fromfiled default_selector_val" value="single_add_to_cart_button" disabled>
|
700 |
</span>
|
701 |
|
702 |
<span class="tvc-css-selector-sec <?php echo ($tvc_product_detail_addtocart_selector == "default")?"tvc-hide":""; ?>">
|
703 |
-
<?php $tvc_product_detail_addtocart_selector_type = isset($data['tvc_product_detail_addtocart_selector_type'])?$data['tvc_product_detail_addtocart_selector_type']:"
|
704 |
$list = array(
|
705 |
"id" => "id",
|
706 |
"class" => "class"
|
@@ -729,7 +729,7 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
729 |
<label class="ga-title align-middle"><?php esc_html_e("Checkout Step 2","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
730 |
</th>
|
731 |
<td>
|
732 |
-
<?php $tvc_checkout_step_2_selector = isset($data['tvc_checkout_step_2_selector'])?$data['tvc_checkout_step_2_selector']:"default";
|
733 |
$list = array(
|
734 |
"default" => "default",
|
735 |
"custom" => "custom"
|
@@ -779,7 +779,7 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
779 |
<label class="ga-title align-middle"><?php esc_html_e("Checkout Step 3","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
780 |
</th>
|
781 |
<td>
|
782 |
-
<?php $tvc_checkout_step_3_selector = isset($data['tvc_checkout_step_3_selector'])?$data['tvc_checkout_step_3_selector']:"default";
|
783 |
$list = array(
|
784 |
"default" => "default",
|
785 |
"custom" => "custom"
|
@@ -837,7 +837,7 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
837 |
<img class="faq_icon" style="height: 20px;" src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL . "/admin/images/arrow-down-sign.png"); ?>" >
|
838 |
</div>
|
839 |
<div class="sec_con_integration" id="sec_con_integration_GAds">
|
840 |
-
<?php //google ads code start
|
841 |
if (isset($googleDetail->google_ads_id) && $googleDetail->google_ads_id != '') { ?>
|
842 |
<label class="align-middle">
|
843 |
<div class="tvc-custom-control tvc-custom-checkbox">
|
@@ -859,12 +859,11 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
859 |
</label>
|
860 |
<?php }else{ ?>
|
861 |
<h2 class="ga-title"><?php esc_html_e("Connect Google Ads account to enable below features.","enhanced-e-commerce-for-woocommerce-store"); ?></h2>
|
862 |
-
<
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
</ul>
|
868 |
<?php
|
869 |
} ?>
|
870 |
<?php if($plan_id != 1 && isset($googleDetail->google_ads_id) && $googleDetail->google_ads_id != ''){ ?>
|
@@ -914,20 +913,13 @@ $TVC_Admin_Helper->add_spinner_html();
|
|
914 |
?>
|
915 |
</label>
|
916 |
</div>
|
917 |
-
<?php }else{?>
|
918 |
-
<
|
919 |
-
<
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
<li>
|
925 |
-
|
926 |
-
<label class="align-middle">
|
927 |
-
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/lock-orange.png'); ?>" class="config-success"><?php esc_html_e("Enable Google Ads Enhanced conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?><span class="tvc-pro"> (PRO)</span>
|
928 |
-
</label>
|
929 |
-
</li>
|
930 |
-
</ul>
|
931 |
<?php } ?>
|
932 |
</div>
|
933 |
<!-- End Google Ads Setting section -->
|
111 |
$TVC_Admin_Helper->add_spinner_html();
|
112 |
|
113 |
//$googleDetail = "";
|
114 |
+
|
115 |
?>
|
116 |
<div class="tab-content">
|
117 |
<?php
|
174 |
}?>
|
175 |
</select>
|
176 |
<div class="tvc-tooltip">
|
177 |
+
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("We recommend using Google Tag Manager for speed and 95% accuracy.","enhanced-e-commerce-for-woocommerce-store"); ?></span>
|
178 |
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
179 |
</div>
|
180 |
</label>
|
678 |
<label class="ga-title align-middle"><?php esc_html_e("Product page AddToCart button","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
679 |
</th>
|
680 |
<td>
|
681 |
+
<?php $tvc_product_detail_addtocart_selector = (isset($data['tvc_product_detail_addtocart_selector']) && $data['tvc_product_detail_addtocart_selector'])?$data['tvc_product_detail_addtocart_selector']:"default";
|
682 |
$list = array(
|
683 |
"default" => "default",
|
684 |
"custom" => "custom"
|
695 |
</select>
|
696 |
|
697 |
<span class="tvc-css-selector-sec default-selector-sec <?php echo ($tvc_product_detail_addtocart_selector != "default")?"tvc-hide":""; ?>">
|
698 |
+
<input type="text" class="select-sm" value="class" disabled>
|
|
|
699 |
<input type="text" class="fromfiled default_selector_val" value="single_add_to_cart_button" disabled>
|
700 |
</span>
|
701 |
|
702 |
<span class="tvc-css-selector-sec <?php echo ($tvc_product_detail_addtocart_selector == "default")?"tvc-hide":""; ?>">
|
703 |
+
<?php $tvc_product_detail_addtocart_selector_type = (isset($data['tvc_product_detail_addtocart_selector_type']) && $data['tvc_product_detail_addtocart_selector_type'])?$data['tvc_product_detail_addtocart_selector_type']:"";
|
704 |
$list = array(
|
705 |
"id" => "id",
|
706 |
"class" => "class"
|
729 |
<label class="ga-title align-middle"><?php esc_html_e("Checkout Step 2","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
730 |
</th>
|
731 |
<td>
|
732 |
+
<?php $tvc_checkout_step_2_selector = ( isset($data['tvc_checkout_step_2_selector']) && $data['tvc_checkout_step_2_selector'] )?$data['tvc_checkout_step_2_selector']:"default";
|
733 |
$list = array(
|
734 |
"default" => "default",
|
735 |
"custom" => "custom"
|
779 |
<label class="ga-title align-middle"><?php esc_html_e("Checkout Step 3","enhanced-e-commerce-for-woocommerce-store"); ?></label>
|
780 |
</th>
|
781 |
<td>
|
782 |
+
<?php $tvc_checkout_step_3_selector = ( isset($data['tvc_checkout_step_3_selector']) && $data['tvc_checkout_step_3_selector'] )?$data['tvc_checkout_step_3_selector']:"default";
|
783 |
$list = array(
|
784 |
"default" => "default",
|
785 |
"custom" => "custom"
|
837 |
<img class="faq_icon" style="height: 20px;" src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL . "/admin/images/arrow-down-sign.png"); ?>" >
|
838 |
</div>
|
839 |
<div class="sec_con_integration" id="sec_con_integration_GAds">
|
840 |
+
<?php //google ads code start
|
841 |
if (isset($googleDetail->google_ads_id) && $googleDetail->google_ads_id != '') { ?>
|
842 |
<label class="align-middle">
|
843 |
<div class="tvc-custom-control tvc-custom-checkbox">
|
859 |
</label>
|
860 |
<?php }else{ ?>
|
861 |
<h2 class="ga-title"><?php esc_html_e("Connect Google Ads account to enable below features.","enhanced-e-commerce-for-woocommerce-store"); ?></h2>
|
862 |
+
<label class="align-middle">
|
863 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/config-success.svg'); ?>" alt="configuration success" class="config-success"><label class="custom-control-label"><?php esc_html_e("Enable remarketing tags","enhanced-e-commerce-for-woocommerce-store"); ?></label></label>
|
864 |
+
<label class="align-middle">
|
865 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/config-success.svg'); ?>" alt="configuration success" class="config-success"><label class="custom-control-label"><?php esc_html_e("Enable dynamic remarketing tags","enhanced-e-commerce-for-woocommerce-store"); ?></label></label>
|
866 |
+
<label class="align-middle"><img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/config-success.svg'); ?>" alt="configuration success" class="config-success"><label class="custom-control-label"><?php esc_html_e("Link Google analytics with google ads","enhanced-e-commerce-for-woocommerce-store"); ?></label></label>
|
|
|
867 |
<?php
|
868 |
} ?>
|
869 |
<?php if($plan_id != 1 && isset($googleDetail->google_ads_id) && $googleDetail->google_ads_id != ''){ ?>
|
913 |
?>
|
914 |
</label>
|
915 |
</div>
|
916 |
+
<?php }else{?>
|
917 |
+
<label class="align-middle">
|
918 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/lock-orange.png'); ?>" class="config-success"><label class="custom-control-label"><?php esc_html_e("Enable Google Ads conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?><span class="tvc-pro"> (PRO)</span></label>
|
919 |
+
</label>
|
920 |
+
<label class="align-middle">
|
921 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/lock-orange.png'); ?>" class="config-success"><label class="custom-control-label"><?php esc_html_e("Enable Google Ads Enhanced conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?><span class="tvc-pro"> (PRO)</span></label>
|
922 |
+
</label>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
923 |
<?php } ?>
|
924 |
</div>
|
925 |
<!-- End Google Ads Setting section -->
|
admin/partials/pricings.php
CHANGED
@@ -27,197 +27,249 @@ class TVC_Pricings {
|
|
27 |
<div class="tvc-price-table-features columns-5">
|
28 |
<div class="tvc-container">
|
29 |
<div class="clearfix">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
<div class="row-heading clearfix">
|
31 |
<div class="column tvc-blank-col"><span><?php esc_html_e("Features","enhanced-e-commerce-for-woocommerce-store"); ?></span></div>
|
32 |
-
<div class="column discounted
|
33 |
-
<div class="name-wrap"><div class="name"><?php esc_html_e("
|
34 |
-
<div class="tvc-list-price">
|
35 |
-
<div class="
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
<a href="javascript:void(0)" class="btn tvc-btn"><?php esc_html_e("Currently Active","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
40 |
-
</
|
41 |
</div>
|
42 |
<div class="column discounted ">
|
43 |
-
<div class="name-wrap"><div class="name"><?php esc_html_e("
|
44 |
<div class="tvc-list-price-month">
|
45 |
<div class="tvc-list-price">
|
46 |
<div class="price-normal">
|
47 |
-
<
|
48 |
-
<div class="tvc-plan-off"><?php esc_html_e("50% OFF","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
49 |
</div>
|
50 |
-
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$
|
51 |
-
<div class="
|
|
|
|
|
52 |
</div>
|
53 |
-
<a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/checkout/?pid=plan_1_m&utm_source=EE+Plugin+User+Interface&utm_medium=HUSTLE&utm_campaign=Upsell+at+Conversios"); ?>" class="btn tvc-btn"><?php esc_html_e("Get Started","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
54 |
</div>
|
55 |
</div>
|
56 |
-
<div class="column discounted
|
57 |
-
|
58 |
-
<div class="
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
<div class="name-wrap">
|
61 |
-
<div class="name"><?php esc_html_e("
|
62 |
</div>
|
63 |
<div class="tvc-list-price-month">
|
64 |
<div class="tvc-list-price">
|
65 |
-
<div class="price-normal"
|
66 |
-
<div class="tvc-plan-off"><?php esc_html_e("
|
67 |
-
</div>
|
68 |
-
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$
|
69 |
-
<div class="
|
70 |
-
|
71 |
-
|
|
|
72 |
</div>
|
73 |
</div>
|
74 |
<div class="column discounted ">
|
75 |
<div class="name-wrap">
|
76 |
-
<div class="name"><?php esc_html_e("
|
77 |
</div>
|
78 |
<div class="tvc-list-price-month">
|
79 |
<div class="tvc-list-price">
|
80 |
-
<div class="price-normal"
|
81 |
-
<div class="tvc-plan-off"><?php esc_html_e("
|
82 |
-
</div>
|
83 |
-
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$
|
84 |
-
<div class="
|
85 |
-
|
86 |
-
|
|
|
87 |
</div>
|
88 |
</div>
|
89 |
</div>
|
90 |
-
<div class="row-subheading clearfix"><?php esc_html_e("
|
91 |
<div class="row-feature clearfix">
|
92 |
-
<div class="column"><?php esc_html_e("
|
93 |
-
<div class="column"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
95 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
96 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
97 |
</div>
|
|
|
98 |
<div class="row-feature clearfix">
|
99 |
-
<div class="column"><?php esc_html_e("
|
|
|
|
|
|
|
|
|
100 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
101 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
102 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
103 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
104 |
</div>
|
105 |
<div class="row-feature clearfix">
|
106 |
-
<div class="column"><?php esc_html_e("
|
|
|
|
|
|
|
|
|
107 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
108 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
109 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
110 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
111 |
</div>
|
112 |
<div class="row-feature clearfix">
|
113 |
-
<div class="column"><?php esc_html_e("
|
|
|
114 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
115 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
116 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
117 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
118 |
</div>
|
119 |
<div class="row-feature clearfix">
|
120 |
-
<div class="column"><?php esc_html_e("
|
121 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"
|
122 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"
|
123 |
-
<div class="column
|
124 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"
|
|
|
125 |
</div>
|
126 |
<div class="row-feature clearfix">
|
127 |
-
<div class="column"><?php esc_html_e("
|
|
|
128 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
129 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
130 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
131 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
132 |
</div>
|
133 |
<div class="row-feature clearfix">
|
134 |
-
<div class="column"><?php esc_html_e("
|
|
|
135 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
136 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
137 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
138 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
139 |
</div>
|
140 |
<div class="row-feature clearfix">
|
141 |
-
<div class="column"><?php esc_html_e("
|
|
|
142 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
143 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
144 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
145 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
146 |
</div>
|
147 |
<div class="row-feature clearfix">
|
148 |
-
<div class="column"><?php esc_html_e("
|
|
|
149 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
150 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
151 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
152 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
153 |
</div>
|
154 |
<div class="row-feature clearfix">
|
155 |
-
<div class="column"><?php esc_html_e("
|
|
|
156 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
157 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
158 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
159 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
160 |
</div>
|
161 |
<div class="row-feature clearfix">
|
162 |
-
<div class="column"><?php esc_html_e("
|
|
|
163 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
164 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
165 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
166 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
167 |
</div>
|
168 |
<div class="row-feature clearfix">
|
169 |
-
<div class="column"><?php esc_html_e("
|
170 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"
|
171 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
172 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
173 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
174 |
-
</div><div class="row-feature clearfix">
|
175 |
-
<div class="column"><?php esc_html_e("Checkout Behavior Tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
176 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
177 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
178 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
179 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
180 |
-
</div><div class="row-feature clearfix">
|
181 |
-
<div class="column"><?php esc_html_e("Channel Performance Analysis","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
182 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
183 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
184 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
185 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
186 |
-
</div><div class="row-feature clearfix">
|
187 |
-
<div class="column"><?php esc_html_e("All Pages tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
188 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
189 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
190 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
191 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
192 |
-
</div
|
193 |
-
|
|
|
|
|
194 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
195 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
196 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
197 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
198 |
-
</div
|
199 |
-
|
200 |
-
<div class="column"
|
201 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
202 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
203 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
204 |
-
</div><div class="row-feature clearfix">
|
205 |
-
<div class="column"><?php esc_html_e("Custom metrics tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
206 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
207 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
208 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
209 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
210 |
</div>
|
211 |
<div class="row-feature clearfix">
|
212 |
-
<div class="column"><?php esc_html_e("
|
213 |
-
<div class="column"><img src="<?php echo esc_url_raw($
|
|
|
214 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
215 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
216 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
217 |
</div>
|
218 |
<div class="row-feature clearfix">
|
219 |
-
<div class="column"><?php esc_html_e("
|
220 |
-
<div class="column"><img src="<?php echo esc_url_raw($
|
|
|
221 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
222 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
223 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
@@ -226,55 +278,69 @@ class TVC_Pricings {
|
|
226 |
<div class="column"><?php esc_html_e("Actionable Dashboard (GA3/ GA4)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
227 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
228 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
|
|
229 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
230 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
231 |
</div>
|
232 |
-
<div class="row-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
<div class="row-feature clearfix">
|
234 |
<div class="column"><?php esc_html_e("Google Merchant Center account management","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
235 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
236 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
237 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
238 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
239 |
</div><div class="row-feature clearfix">
|
240 |
<div class="column"><?php esc_html_e("Site verification","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
241 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
242 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
243 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
244 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
245 |
</div><div class="row-feature clearfix">
|
246 |
<div class="column"><?php esc_html_e("Domain claim","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
247 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
248 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
249 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
250 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
251 |
</div><div class="row-feature clearfix">
|
252 |
<div class="column"><?php esc_html_e("Products Sync via Content API","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
253 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(upto 100)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
254 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(
|
255 |
-
<div class="column
|
|
|
256 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
257 |
</div><div class="row-feature clearfix">
|
258 |
<div class="column"><?php esc_html_e("Automatic Products Update","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
259 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(upto 100)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
260 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(
|
261 |
-
<div class="column
|
|
|
262 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
263 |
</div><div class="row-feature clearfix">
|
264 |
-
<div class="column"><?php esc_html_e("Schedule Product Sync","enhanced-e-commerce-for-woocommerce-store");
|
|
|
|
|
|
|
265 |
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
266 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
267 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
268 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
269 |
-
</div><div class="row-feature clearfix">
|
270 |
-
<div class="column"><?php esc_html_e("Smart Shopping Campaign management","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
271 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
272 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
273 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
274 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
275 |
-
</div><div class="row-feature clearfix">
|
276 |
-
<div class="column"><?php esc_html_e("Smart Shopping reports","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
277 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
278 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
279 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
280 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
@@ -282,11 +348,6 @@ class TVC_Pricings {
|
|
282 |
<div class="column"><?php esc_html_e("Google Ads and Google Merchant Center account linking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
283 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
284 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
285 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
286 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
287 |
-
</div><div class="row-feature clearfix">
|
288 |
-
<div class="column"><?php esc_html_e("Remarketing tags","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
289 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
290 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
291 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
292 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
@@ -294,60 +355,43 @@ class TVC_Pricings {
|
|
294 |
<div class="column"><?php esc_html_e("Dynamic Remarketing Tags for eCommerce events","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
295 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
296 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
|
|
297 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
298 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
299 |
-
</div><div class="row-feature clearfix">
|
300 |
-
<div class="column"><?php esc_html_e("Google Ads Conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
301 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
302 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
303 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
304 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
305 |
</div><div class="row-feature clearfix">
|
306 |
<div class="column"><?php esc_html_e("Compatibility with Brands Plugin","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
307 |
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
308 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
309 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
310 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
311 |
-
</div><div class="row-feature clearfix">
|
312 |
-
<div class="column"><?php esc_html_e("Product filters for selected products sync","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
313 |
-
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
314 |
-
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
315 |
-
<div class="column popular"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
316 |
-
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
317 |
</div>
|
318 |
<div class="row-feature clearfix">
|
319 |
<div class="column"><?php esc_html_e("Performance max campaigns","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
320 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
321 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
322 |
<div class="column popular"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
323 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
</div>
|
325 |
-
<div class="row-subheading clearfix"><?php esc_html_e("Support","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
326 |
<div class="row-feature clearfix">
|
327 |
-
<div class="column"><?php esc_html_e("
|
328 |
-
<div class="column"
|
329 |
-
<div class="column"
|
330 |
-
<div class="column
|
331 |
-
<div class="column
|
332 |
-
|
333 |
-
<div class="column"><?php esc_html_e("Free Consultation with Shopping Expert","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
334 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
335 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
336 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
337 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
338 |
-
</div><div class="row-feature clearfix">
|
339 |
-
<div class="column"><?php esc_html_e("Dedicated Customer Success Manager","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
340 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
341 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
342 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
343 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
344 |
-
</div><div class="row-footer clearfix">
|
345 |
-
<div class="column"><?php esc_html_e("Premium Support (24*7)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
346 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
347 |
-
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
348 |
-
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
349 |
-
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
350 |
</div>
|
|
|
|
|
|
|
351 |
</div>
|
352 |
</div>
|
353 |
</div>
|
27 |
<div class="tvc-price-table-features columns-5">
|
28 |
<div class="tvc-container">
|
29 |
<div class="clearfix">
|
30 |
+
<div class="row-heading clearfix">
|
31 |
+
<div class="column tvc-blank-col">
|
32 |
+
</div>
|
33 |
+
<div class="column column-price tvc-blank-col">
|
34 |
+
<div class="tvc_popular">
|
35 |
+
<div class="tvc_popular_inner"><?php esc_html_e("Festive Plans - Limited Time","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
<div class="row-heading clearfix">
|
40 |
<div class="column tvc-blank-col"><span><?php esc_html_e("Features","enhanced-e-commerce-for-woocommerce-store"); ?></span></div>
|
41 |
+
<div class="column discounted ">
|
42 |
+
<div class="name-wrap"><div class="name"><?php esc_html_e("FREE","enhanced-e-commerce-for-woocommerce-store"); ?></div></div>
|
43 |
+
<div class="tvc-list-price-month">
|
44 |
+
<div class="tvc-list-price">
|
45 |
+
<div class="price-current"><span class="inner"><?php esc_html_e("FREE","enhanced-e-commerce-for-woocommerce-store"); ?></span></div>
|
46 |
+
|
47 |
+
</div>
|
48 |
+
<a href="javascript:void(0)" class="btn tvc-btn current_active_plan"><?php esc_html_e("Currently Active","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
49 |
+
</div>
|
50 |
</div>
|
51 |
<div class="column discounted ">
|
52 |
+
<div class="name-wrap"><div class="name"><?php esc_html_e("STARTER","enhanced-e-commerce-for-woocommerce-store"); ?></div></div>
|
53 |
<div class="tvc-list-price-month">
|
54 |
<div class="tvc-list-price">
|
55 |
<div class="price-normal">
|
56 |
+
<div class="tvc-plan-off"><?php esc_html_e("1 active website","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
|
|
57 |
</div>
|
58 |
+
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$79"),esc_html_e("/year")); ?></span></div>
|
59 |
+
<div class="tvc_if_pay_yearly"><?php esc_html_e("($7/month)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
60 |
+
<div class="tvc_if_pay_month"><?php esc_html_e("$19/month if paid monthly","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
61 |
+
<a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/checkout/?pid=planD_1_y&utm_source=EE+Plugin+User+Interface&utm_medium=STARTER&utm_campaign=Upsell+at+Conversios"); ?>" class="btn tvc-btn"><?php esc_html_e("Get Started","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
62 |
</div>
|
|
|
63 |
</div>
|
64 |
</div>
|
65 |
+
<div class="column discounted ">
|
66 |
+
<div class="name-wrap"><div class="name"><?php esc_html_e("BUSINESS","enhanced-e-commerce-for-woocommerce-store"); ?></div></div>
|
67 |
+
<div class="tvc-list-price-month">
|
68 |
+
<div class="tvc-list-price">
|
69 |
+
<div class="price-normal">
|
70 |
+
<div class="tvc-plan-off"><?php esc_html_e("5 active website","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
71 |
+
</div>
|
72 |
+
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$189"),esc_html_e("/year")); ?></span></div>
|
73 |
+
<div class="tvc_if_pay_yearly"><?php esc_html_e("($16/month)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
74 |
+
<div class="tvc_if_pay_month"><?php esc_html_e("$49/month if paid monthly","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
75 |
+
<a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/checkout/?pid=planD_2_y&utm_source=EE+Plugin+User+Interface&utm_medium=BUSINESS&utm_campaign=Upsell+at+Conversios"); ?>" class="btn tvc-btn"><?php esc_html_e("Get Started","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
76 |
+
</div>
|
77 |
+
</div>
|
78 |
+
</div>
|
79 |
+
<div class="column discounted popular">
|
80 |
<div class="name-wrap">
|
81 |
+
<div class="name"><?php esc_html_e("AGENCY","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
82 |
</div>
|
83 |
<div class="tvc-list-price-month">
|
84 |
<div class="tvc-list-price">
|
85 |
+
<div class="price-normal">
|
86 |
+
<div class="tvc-plan-off"><?php esc_html_e("10 active website","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
87 |
+
</div>
|
88 |
+
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$289"),esc_html_e("/year")); ?></span></div>
|
89 |
+
<div class="tvc_if_pay_yearly"><?php esc_html_e("($24/month)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
90 |
+
<div class="tvc_if_pay_month"><?php esc_html_e("$79/month if paid monthly","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
91 |
+
<a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/checkout/?pid=planD_3_y&utm_source=EE+Plugin+User+Interface&utm_medium=AGENCY&utm_campaign=Upsell+at+Conversios"); ?>" class="btn tvc-btn"><?php esc_html_e("Get Started","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
92 |
+
</div>
|
93 |
</div>
|
94 |
</div>
|
95 |
<div class="column discounted ">
|
96 |
<div class="name-wrap">
|
97 |
+
<div class="name"><?php esc_html_e("AGENCY PLUS","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
98 |
</div>
|
99 |
<div class="tvc-list-price-month">
|
100 |
<div class="tvc-list-price">
|
101 |
+
<div class="price-normal">
|
102 |
+
<div class="tvc-plan-off"><?php esc_html_e("25 active website","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
103 |
+
</div>
|
104 |
+
<div class="price-current"><span class="inner"><?php printf("%s <span>%s</span>",esc_html_e("$389"),esc_html_e("/year")); ?></span></div>
|
105 |
+
<div class="tvc_if_pay_yearly"><?php esc_html_e("($32/month)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
106 |
+
<div class="tvc_if_pay_month"><?php esc_html_e("$99/month if paid monthly","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
107 |
+
<a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/checkout/?pid=planD_4_y&utm_source=EE+Plugin+User+Interface&utm_medium=AGENCY+PLUS&utm_campaign=Upsell+at+Conversios"); ?>" class="btn tvc-btn"><?php esc_html_e("Get Started","enhanced-e-commerce-for-woocommerce-store"); ?></a>
|
108 |
+
</div>
|
109 |
</div>
|
110 |
</div>
|
111 |
</div>
|
112 |
+
<div class="row-subheading clearfix"><?php esc_html_e("Accessibility Features","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
113 |
<div class="row-feature clearfix">
|
114 |
+
<div class="column"><?php esc_html_e("Active websites","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
115 |
+
<div class="column">1</div>
|
116 |
+
<div class="column">1</div>
|
117 |
+
<div class="column">5</div>
|
118 |
+
<div class="column popular ">10</div>
|
119 |
+
<div class="column">25</div>
|
120 |
+
</div>
|
121 |
+
<div class="row-feature clearfix">
|
122 |
+
<div class="column"><?php esc_html_e("Dedicated customer success manager","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
123 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
124 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
125 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
126 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
127 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
128 |
+
</div><div class="row-feature clearfix">
|
129 |
+
<div class="column"><?php esc_html_e("Website audit for google analytics tracking and all the pixels","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
130 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
131 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
132 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
133 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
134 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
135 |
+
</div><div class="row-feature clearfix">
|
136 |
+
<div class="column"><?php esc_html_e("2 hours consultation with ecommerce and google shopping experts","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
137 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
138 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
139 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
140 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
141 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
142 |
+
</div><div class="row-footer clearfix">
|
143 |
+
<div class="column"><?php esc_html_e("Priority Support (24*5)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
144 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
145 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
146 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
147 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
148 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
149 |
</div>
|
150 |
+
<div class="row-subheading clearfix"><?php esc_html_e("Google Tag Manager for Google Analytics and Pixels","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
151 |
<div class="row-feature clearfix">
|
152 |
+
<div class="column"><?php esc_html_e("Using Conversios GTM","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span> <div class="tvc-tooltip">
|
153 |
+
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("The plugin by default uses conversios GTM","enhanced-e-commerce-for-woocommerce-store"); ?></span>
|
154 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
155 |
+
</div></div>
|
156 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
157 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
158 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
159 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
160 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
161 |
</div>
|
162 |
<div class="row-feature clearfix">
|
163 |
+
<div class="column"><?php esc_html_e("Use you own GTM","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span> <div class="tvc-tooltip">
|
164 |
+
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("Use your own GTM with the plugin for all the 64 tags and triggers","enhanced-e-commerce-for-woocommerce-store"); ?></span>
|
165 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
166 |
+
</div></div>
|
167 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="yes"></div>
|
168 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
169 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
170 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
171 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
172 |
</div>
|
173 |
<div class="row-feature clearfix">
|
174 |
+
<div class="column"><?php esc_html_e("Universal Analytics Tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
175 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
176 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
177 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
178 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
179 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
180 |
</div>
|
181 |
<div class="row-feature clearfix">
|
182 |
+
<div class="column"><?php esc_html_e("Google Analytics 4 Tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
183 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
184 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
185 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
186 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
187 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
188 |
</div>
|
189 |
<div class="row-feature clearfix">
|
190 |
+
<div class="column"><?php esc_html_e("Dual Set up (UA + GA4)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
191 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
192 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
193 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
194 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
195 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
196 |
</div>
|
197 |
<div class="row-feature clearfix">
|
198 |
+
<div class="column"><?php esc_html_e("Google Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
199 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
200 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
201 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
202 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
203 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
204 |
</div>
|
205 |
<div class="row-feature clearfix">
|
206 |
+
<div class="column"><?php esc_html_e("Google Ads Enhanced Conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
207 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
208 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
209 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
210 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
211 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
212 |
</div>
|
213 |
<div class="row-feature clearfix">
|
214 |
+
<div class="column"><?php esc_html_e("Google Ads Conversion tracking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
215 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
216 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
217 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
218 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
219 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
220 |
</div>
|
221 |
<div class="row-feature clearfix">
|
222 |
+
<div class="column"><?php esc_html_e("Facebook pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
223 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
224 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
225 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
226 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
227 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
228 |
</div>
|
229 |
<div class="row-feature clearfix">
|
230 |
+
<div class="column"><?php esc_html_e("Microsoft Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
231 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
232 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
233 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
234 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
235 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
236 |
</div>
|
237 |
<div class="row-feature clearfix">
|
238 |
+
<div class="column"><?php esc_html_e("Twitter Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
239 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
241 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
242 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
243 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
244 |
+
</div>
|
245 |
+
<div class="row-feature clearfix">
|
246 |
+
<div class="column"><?php esc_html_e("Pinterest Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
247 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
248 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
249 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
250 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
251 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
252 |
+
</div>
|
253 |
+
<div class="row-feature clearfix">
|
254 |
+
<div class="column"><?php esc_html_e("Snapchat Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
255 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
256 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
257 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
258 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
259 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
260 |
</div>
|
261 |
<div class="row-feature clearfix">
|
262 |
+
<div class="column"><?php esc_html_e("TiKTok Ads pixel","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span></div>
|
263 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
264 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
265 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
266 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
267 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
268 |
</div>
|
269 |
<div class="row-feature clearfix">
|
270 |
+
<div class="column"><?php esc_html_e("Google Analytics and Google Ads linking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
271 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
272 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
273 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
274 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
275 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
278 |
<div class="column"><?php esc_html_e("Actionable Dashboard (GA3/ GA4)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
279 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
280 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
281 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
282 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
283 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
284 |
</div>
|
285 |
+
<div class="row-feature clearfix">
|
286 |
+
<div class="column"><?php esc_html_e("Facebook conversion API","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
287 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
288 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
289 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
290 |
+
<div class="column popular"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
291 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
292 |
+
</div>
|
293 |
+
<div class="row-feature clearfix">
|
294 |
+
<div class="column"><?php esc_html_e("Server side tagging","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
295 |
+
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
296 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
297 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
298 |
+
<div class="column popular"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
299 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
300 |
+
</div>
|
301 |
+
<div class="row-subheading clearfix"><?php esc_html_e("Product Feed Management for Google Shopping","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
302 |
<div class="row-feature clearfix">
|
303 |
<div class="column"><?php esc_html_e("Google Merchant Center account management","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
304 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
305 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
306 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
307 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
308 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
309 |
</div><div class="row-feature clearfix">
|
310 |
<div class="column"><?php esc_html_e("Site verification","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
311 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
312 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
313 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
314 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
315 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
316 |
</div><div class="row-feature clearfix">
|
317 |
<div class="column"><?php esc_html_e("Domain claim","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
318 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
319 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
320 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
321 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
322 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
323 |
</div><div class="row-feature clearfix">
|
324 |
<div class="column"><?php esc_html_e("Products Sync via Content API","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
325 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(upto 100)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
326 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
327 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
328 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
329 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
330 |
</div><div class="row-feature clearfix">
|
331 |
<div class="column"><?php esc_html_e("Automatic Products Update","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
332 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(upto 100)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
333 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
334 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
335 |
+
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
336 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Unlimited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
337 |
</div><div class="row-feature clearfix">
|
338 |
+
<div class="column"><?php esc_html_e("Schedule Product Sync","enhanced-e-commerce-for-woocommerce-store"); ?><span class="con_new_features">New</span> <div class="tvc-tooltip">
|
339 |
+
<span class="tvc-tooltiptext tvc-tooltip-right"><?php esc_html_e("You can set up frequency to update your product feed (ie. Daily, Weekly)","enhanced-e-commerce-for-woocommerce-store"); ?></span>
|
340 |
+
<img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL."/admin/images/icon/informationI.svg"); ?>" alt=""/>
|
341 |
+
</div></div>
|
342 |
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
343 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
345 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
346 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
348 |
<div class="column"><?php esc_html_e("Google Ads and Google Merchant Center account linking","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
349 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
350 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
|
|
|
|
351 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
352 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
353 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
355 |
<div class="column"><?php esc_html_e("Dynamic Remarketing Tags for eCommerce events","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
356 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Limited)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
357 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
358 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
359 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
360 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"><br><?php esc_html_e("(Complete)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
</div><div class="row-feature clearfix">
|
362 |
<div class="column"><?php esc_html_e("Compatibility with Brands Plugin","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
363 |
<div class="column"><img src="<?php echo esc_url_raw($close_icon); ?>" alt="no"></div>
|
364 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
365 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
366 |
<div class="column popular "><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
367 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
</div>
|
369 |
<div class="row-feature clearfix">
|
370 |
<div class="column"><?php esc_html_e("Performance max campaigns","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
371 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
372 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
373 |
+
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
374 |
<div class="column popular"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
375 |
<div class="column"><img src="<?php echo esc_url_raw($check_icon); ?>" alt="yes"></div>
|
376 |
+
</div><div class="row-feature clearfix">
|
377 |
+
<div class="column"><?php esc_html_e("Product filters for selected products sync","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
378 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
379 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
380 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
381 |
+
<div class="column popular"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
382 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
383 |
</div>
|
|
|
384 |
<div class="row-feature clearfix">
|
385 |
+
<div class="column"><?php esc_html_e("Facebook catalog feed","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
386 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
387 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
388 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
389 |
+
<div class="column popular"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
390 |
+
<div class="column"><?php esc_html_e("(Upcoming)","enhanced-e-commerce-for-woocommerce-store"); ?></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
</div>
|
392 |
+
|
393 |
+
|
394 |
+
|
395 |
</div>
|
396 |
</div>
|
397 |
</div>
|
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Conversios.io - All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce
|
16 |
* Plugin URI: https://www.conversios.io/
|
17 |
* Description: Track Ecommerce events and conversions in Google Analytics, GA4, Google Ads, Facebook Pixel, Snapchat, Pinterest, Tiktok, Bing via Google Tag Manager. Build dynamic audiences and track ROAS performance in Google Ads, Meta (Facebook + Instagram), Snapchat, Pinterest, Tiktok, Microsoft Ads and Twitter to run successful shopping campaigns. Automate your product feed to Google Merchant Center for running performance max campaigns for your WooCommerce products to boost ROAS (Revenue on Ad Spends).
|
18 |
-
* Version: 5.0.
|
19 |
* Author: Conversios
|
20 |
* Author URI: conversios.io
|
21 |
* License: GPL-2.0+
|
@@ -23,7 +23,7 @@
|
|
23 |
* Text Domain: enhanced-e-commerce-for-woocommerce-store
|
24 |
* Domain Path: /languages
|
25 |
* WC requires at least: 3.5.0
|
26 |
-
* WC tested up to: 7.
|
27 |
*/
|
28 |
|
29 |
/**
|
@@ -37,7 +37,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
37 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
38 |
* Rename this for your plugin and update it as you release new versions.
|
39 |
*/
|
40 |
-
define( 'PLUGIN_TVC_VERSION', '5.0.
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
15 |
* Plugin Name: Conversios.io - All-in-one Google Analytics, Pixels and Product Feed Manager for WooCommerce
|
16 |
* Plugin URI: https://www.conversios.io/
|
17 |
* Description: Track Ecommerce events and conversions in Google Analytics, GA4, Google Ads, Facebook Pixel, Snapchat, Pinterest, Tiktok, Bing via Google Tag Manager. Build dynamic audiences and track ROAS performance in Google Ads, Meta (Facebook + Instagram), Snapchat, Pinterest, Tiktok, Microsoft Ads and Twitter to run successful shopping campaigns. Automate your product feed to Google Merchant Center for running performance max campaigns for your WooCommerce products to boost ROAS (Revenue on Ad Spends).
|
18 |
+
* Version: 5.0.2
|
19 |
* Author: Conversios
|
20 |
* Author URI: conversios.io
|
21 |
* License: GPL-2.0+
|
23 |
* Text Domain: enhanced-e-commerce-for-woocommerce-store
|
24 |
* Domain Path: /languages
|
25 |
* WC requires at least: 3.5.0
|
26 |
+
* WC tested up to: 7.1.0
|
27 |
*/
|
28 |
|
29 |
/**
|
37 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
38 |
* Rename this for your plugin and update it as you release new versions.
|
39 |
*/
|
40 |
+
define( 'PLUGIN_TVC_VERSION', '5.0.2' );
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
public/class-con-settings.php
CHANGED
@@ -156,9 +156,9 @@ class Con_Settings{
|
|
156 |
}
|
157 |
}
|
158 |
|
159 |
-
|
160 |
if (is_admin() || "" == $type || current_user_can("manage_options")) {
|
161 |
-
|
162 |
}
|
163 |
}
|
164 |
public function tvc_get_order_with_url_order_key(){
|
156 |
}
|
157 |
}
|
158 |
|
159 |
+
public function disable_tracking($type) {
|
160 |
if (is_admin() || "" == $type || current_user_can("manage_options")) {
|
161 |
+
return true;
|
162 |
}
|
163 |
}
|
164 |
public function tvc_get_order_with_url_order_key(){
|
public/class-enhanced-ecommerce-google-analytics-public-pro.php
CHANGED
@@ -394,19 +394,6 @@ class Enhanced_Ecommerce_Google_Analytics_Public extends Con_Settings{
|
|
394 |
<?php
|
395 |
}
|
396 |
|
397 |
-
/**
|
398 |
-
* Check if tracking is disabled
|
399 |
-
*
|
400 |
-
* @access private
|
401 |
-
* @param mixed $type
|
402 |
-
* @return bool
|
403 |
-
*/
|
404 |
-
protected function disable_tracking($type) {
|
405 |
-
if (is_admin() || "" == $type || current_user_can("manage_options")) {
|
406 |
-
return true;
|
407 |
-
}
|
408 |
-
}
|
409 |
-
|
410 |
/**
|
411 |
* woocommerce version compare
|
412 |
*
|
@@ -1696,8 +1683,11 @@ src="https://www.facebook.com/tr?id=<?php echo esc_js($this->fb_pixel_id); ?>&ev
|
|
1696 |
} else {
|
1697 |
$checkout_step_2_selector = ( isset( $this->c_t_o['tvc_checkout_step_2_selector']) && $this->c_t_o['tvc_checkout_step_2_selector'] == "custom" )?$this->c_t_o:array();
|
1698 |
|
|
|
|
|
|
|
1699 |
//first name on focus call fire
|
1700 |
-
$step2_onFocus = 't_tracked_focus=0; jQuery("
|
1701 |
}
|
1702 |
//check woocommerce version and add code
|
1703 |
$this->wc_version_compare($step2_onFocus);
|
@@ -1735,8 +1725,9 @@ src="https://www.facebook.com/tr?id=<?php echo esc_js($this->fb_pixel_id); ?>&ev
|
|
1735 |
"event_label":"checkout_step_3","items":items,"non_interaction": true });';
|
1736 |
|
1737 |
$checkout_step_3_selector = ( isset( $this->c_t_o['tvc_checkout_step_3_selector']) && $this->c_t_o['tvc_checkout_step_3_selector'] == "custom" )?$this->c_t_o:array();
|
1738 |
-
|
1739 |
-
$
|
|
|
1740 |
if ($step_2_on_proceed_to_pay) {
|
1741 |
if (isset($code_step_2))
|
1742 |
$inline_js .= $code_step_2;
|
@@ -1914,24 +1905,42 @@ class Con_GTM_Tracking extends Con_Settings {
|
|
1914 |
if($billing_country != ""){
|
1915 |
$enhanced_conversion["address"]["country"] = esc_js($billing_country);
|
1916 |
}
|
1917 |
-
}
|
1918 |
}
|
1919 |
}
|
1920 |
/*end user tracking*/
|
1921 |
-
|
1922 |
-
$conversio_send_to
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
"
|
1928 |
-
|
1929 |
-
|
1930 |
-
"
|
1931 |
-
|
1932 |
-
|
1933 |
-
"
|
1934 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1935 |
if(!empty($enhanced_conversion)){
|
1936 |
$dataLayer = array_merge($dataLayer,$enhanced_conversion);
|
1937 |
}
|
394 |
<?php
|
395 |
}
|
396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
/**
|
398 |
* woocommerce version compare
|
399 |
*
|
1683 |
} else {
|
1684 |
$checkout_step_2_selector = ( isset( $this->c_t_o['tvc_checkout_step_2_selector']) && $this->c_t_o['tvc_checkout_step_2_selector'] == "custom" )?$this->c_t_o:array();
|
1685 |
|
1686 |
+
$checkout_step_2_selector = $this->get_selector_val_from_array_for_gmt($checkout_step_2_selector, 'tvc_checkout_step_2_selector');
|
1687 |
+
$checkout_step_2_selector = ($checkout_step_2_selector)?$checkout_step_2_selector:"input[name=billing_first_name]";
|
1688 |
+
|
1689 |
//first name on focus call fire
|
1690 |
+
$step2_onFocus = 't_tracked_focus=0; jQuery("'. esc_js($checkout_step_2_selector).'").on("focus",function(){ if(t_tracked_focus===0){' . $code_step_2 . ' t_tracked_focus++;}});';
|
1691 |
}
|
1692 |
//check woocommerce version and add code
|
1693 |
$this->wc_version_compare($step2_onFocus);
|
1725 |
"event_label":"checkout_step_3","items":items,"non_interaction": true });';
|
1726 |
|
1727 |
$checkout_step_3_selector = ( isset( $this->c_t_o['tvc_checkout_step_3_selector']) && $this->c_t_o['tvc_checkout_step_3_selector'] == "custom" )?$this->c_t_o:array();
|
1728 |
+
$checkout_step_3_selector = $this->get_selector_val_from_array_for_gmt($checkout_step_3_selector, 'tvc_checkout_step_3_selector');
|
1729 |
+
$checkout_step_3_selector = ($checkout_step_3_selector)?$checkout_step_3_selector:"#place_order";
|
1730 |
+
$inline_js = 't_track_clk=0; jQuery(document).on("click","'. esc_js($checkout_step_3_selector).'",function(e){ if(t_track_clk===0){';
|
1731 |
if ($step_2_on_proceed_to_pay) {
|
1732 |
if (isset($code_step_2))
|
1733 |
$inline_js .= $code_step_2;
|
1905 |
if($billing_country != ""){
|
1906 |
$enhanced_conversion["address"]["country"] = esc_js($billing_country);
|
1907 |
}
|
1908 |
+
}
|
1909 |
}
|
1910 |
}
|
1911 |
/*end user tracking*/
|
1912 |
+
$conversio_send_to = array();
|
1913 |
+
if($this->conversio_send_to != ""){
|
1914 |
+
$conversio_send_to = explode("/",$this->conversio_send_to);
|
1915 |
+
}
|
1916 |
+
$dataLayer = array( "event" => "begin_datalayer" );
|
1917 |
+
if($this->ga_id != ""){
|
1918 |
+
$dataLayer["cov_ga3_propety_id"] = esc_js($this->ga_id);
|
1919 |
+
}
|
1920 |
+
if($this->gm_id != ""){
|
1921 |
+
$dataLayer["cov_ga4_measurment_id"] = esc_js($this->gm_id);
|
1922 |
+
}
|
1923 |
+
if($this->remarketing_snippet_id != ""){
|
1924 |
+
$dataLayer["cov_remarketing_conversion_id"] = esc_js($this->remarketing_snippet_id);
|
1925 |
+
}
|
1926 |
+
if($this->fb_pixel_id != ""){
|
1927 |
+
$dataLayer["cov_fb_pixel_id"] = esc_js($this->fb_pixel_id);
|
1928 |
+
}
|
1929 |
+
if($this->microsoft_ads_pixel_id != ""){
|
1930 |
+
$dataLayer["cov_microsoft_uetq_id"] = esc_js($this->microsoft_ads_pixel_id);
|
1931 |
+
}
|
1932 |
+
if($this->twitter_ads_pixel_id != ""){
|
1933 |
+
$dataLayer["cov_twitter_pixel_id"] = esc_js($this->twitter_ads_pixel_id);
|
1934 |
+
}
|
1935 |
+
if($this->pinterest_ads_pixel_id != ""){
|
1936 |
+
$dataLayer["cov_pintrest_pixel_id"] = esc_js($this->pinterest_ads_pixel_id);
|
1937 |
+
}
|
1938 |
+
if($this->snapchat_ads_pixel_id != ""){
|
1939 |
+
$dataLayer["cov_snapchat_pixel_id"] = esc_js($this->snapchat_ads_pixel_id);
|
1940 |
+
}
|
1941 |
+
if($this->tiKtok_ads_pixel_id != ""){
|
1942 |
+
$dataLayer["cov_tiktok_sdkid"] = esc_js($this->tiKtok_ads_pixel_id);
|
1943 |
+
}
|
1944 |
if(!empty($enhanced_conversion)){
|
1945 |
$dataLayer = array_merge($dataLayer,$enhanced_conversion);
|
1946 |
}
|
public/class-enhanced-ecommerce-google-analytics-public.php
CHANGED
@@ -1650,8 +1650,10 @@ src="https://www.facebook.com/tr?id=<?php echo esc_js($this->fb_pixel_id); ?>&ev
|
|
1650 |
$step2_onFocus = 't_tracked_focus=0; if(t_tracked_focus===0){' . $code_step_2 . ' t_tracked_focus++;}';
|
1651 |
} else {
|
1652 |
$checkout_step_2_selector = ( isset( $this->c_t_o['tvc_checkout_step_2_selector']) && $this->c_t_o['tvc_checkout_step_2_selector'] == "custom" )?$this->c_t_o:array();
|
|
|
|
|
1653 |
//first name on focus call fire
|
1654 |
-
$step2_onFocus = 't_tracked_focus=0; jQuery("
|
1655 |
}
|
1656 |
//check woocommerce version and add code
|
1657 |
$this->wc_version_compare($step2_onFocus);
|
@@ -1688,7 +1690,9 @@ src="https://www.facebook.com/tr?id=<?php echo esc_js($this->fb_pixel_id); ?>&ev
|
|
1688 |
$code_step_3 = $code . 'gtag("event", "checkout_progress", {"checkout_step": 3,"event_category":"Enhanced-Ecommerce",
|
1689 |
"event_label":"checkout_step_3","items":items,"non_interaction": true });';
|
1690 |
$checkout_step_3_selector = ( isset( $this->c_t_o['tvc_checkout_step_3_selector']) && $this->c_t_o['tvc_checkout_step_3_selector'] == "custom" )?$this->c_t_o:array();
|
1691 |
-
$
|
|
|
|
|
1692 |
if ($step_2_on_proceed_to_pay) {
|
1693 |
if (isset($code_step_2))
|
1694 |
$inline_js .= $code_step_2;
|
@@ -1769,18 +1773,34 @@ class Con_GTM_Tracking extends Con_Settings {
|
|
1769 |
if ($this->disable_tracking($this->ga_eeT)) {
|
1770 |
return;
|
1771 |
}
|
1772 |
-
$dataLayer = array(
|
1773 |
-
|
1774 |
-
"cov_ga3_propety_id"
|
1775 |
-
|
1776 |
-
|
1777 |
-
"
|
1778 |
-
|
1779 |
-
|
1780 |
-
"
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1784 |
$this->add_gtm_begin_datalayer_js($dataLayer);
|
1785 |
}
|
1786 |
/**
|
1650 |
$step2_onFocus = 't_tracked_focus=0; if(t_tracked_focus===0){' . $code_step_2 . ' t_tracked_focus++;}';
|
1651 |
} else {
|
1652 |
$checkout_step_2_selector = ( isset( $this->c_t_o['tvc_checkout_step_2_selector']) && $this->c_t_o['tvc_checkout_step_2_selector'] == "custom" )?$this->c_t_o:array();
|
1653 |
+
$checkout_step_2_selector = $this->get_selector_val_from_array_for_gmt($checkout_step_2_selector, 'tvc_checkout_step_2_selector');
|
1654 |
+
$checkout_step_2_selector = ($checkout_step_2_selector)?$checkout_step_2_selector:"input[name=billing_first_name]";
|
1655 |
//first name on focus call fire
|
1656 |
+
$step2_onFocus = 't_tracked_focus=0; jQuery("'. esc_js($checkout_step_2_selector).'").on("focus",function(){ if(t_tracked_focus===0){' . $code_step_2 . ' t_tracked_focus++;}});';
|
1657 |
}
|
1658 |
//check woocommerce version and add code
|
1659 |
$this->wc_version_compare($step2_onFocus);
|
1690 |
$code_step_3 = $code . 'gtag("event", "checkout_progress", {"checkout_step": 3,"event_category":"Enhanced-Ecommerce",
|
1691 |
"event_label":"checkout_step_3","items":items,"non_interaction": true });';
|
1692 |
$checkout_step_3_selector = ( isset( $this->c_t_o['tvc_checkout_step_3_selector']) && $this->c_t_o['tvc_checkout_step_3_selector'] == "custom" )?$this->c_t_o:array();
|
1693 |
+
$checkout_step_3_selector = $this->get_selector_val_from_array_for_gmt($checkout_step_3_selector, 'tvc_checkout_step_3_selector');
|
1694 |
+
$checkout_step_3_selector = ($checkout_step_3_selector)?$checkout_step_3_selector:"#place_order";
|
1695 |
+
$inline_js = 't_track_clk=0; jQuery(document).on("click","'. esc_js($checkout_step_3_selector).'",function(e){ if(t_track_clk===0){';
|
1696 |
if ($step_2_on_proceed_to_pay) {
|
1697 |
if (isset($code_step_2))
|
1698 |
$inline_js .= $code_step_2;
|
1773 |
if ($this->disable_tracking($this->ga_eeT)) {
|
1774 |
return;
|
1775 |
}
|
1776 |
+
$dataLayer = array( "event" => "begin_datalayer" );
|
1777 |
+
if($this->ga_id != ""){
|
1778 |
+
$dataLayer["cov_ga3_propety_id"] = esc_js($this->ga_id);
|
1779 |
+
}
|
1780 |
+
if($this->gm_id != ""){
|
1781 |
+
$dataLayer["cov_ga4_measurment_id"] = esc_js($this->gm_id);
|
1782 |
+
}
|
1783 |
+
if($this->remarketing_snippet_id != ""){
|
1784 |
+
$dataLayer["cov_remarketing_conversion_id"] = esc_js($this->remarketing_snippet_id);
|
1785 |
+
}
|
1786 |
+
if($this->fb_pixel_id != ""){
|
1787 |
+
$dataLayer["cov_fb_pixel_id"] = esc_js($this->fb_pixel_id);
|
1788 |
+
}
|
1789 |
+
if($this->microsoft_ads_pixel_id != ""){
|
1790 |
+
$dataLayer["cov_microsoft_uetq_id"] = esc_js($this->microsoft_ads_pixel_id);
|
1791 |
+
}
|
1792 |
+
if($this->twitter_ads_pixel_id != ""){
|
1793 |
+
$dataLayer["cov_twitter_pixel_id"] = esc_js($this->twitter_ads_pixel_id);
|
1794 |
+
}
|
1795 |
+
if($this->pinterest_ads_pixel_id != ""){
|
1796 |
+
$dataLayer["cov_pintrest_pixel_id"] = esc_js($this->pinterest_ads_pixel_id);
|
1797 |
+
}
|
1798 |
+
if($this->snapchat_ads_pixel_id != ""){
|
1799 |
+
$dataLayer["cov_snapchat_pixel_id"] = esc_js($this->snapchat_ads_pixel_id);
|
1800 |
+
}
|
1801 |
+
if($this->tiKtok_ads_pixel_id != ""){
|
1802 |
+
$dataLayer["cov_tiktok_sdkid"] = esc_js($this->tiKtok_ads_pixel_id);
|
1803 |
+
}
|
1804 |
$this->add_gtm_begin_datalayer_js($dataLayer);
|
1805 |
}
|
1806 |
/**
|
readme.txt
CHANGED
@@ -4,12 +4,12 @@ Plugin Name: All-in-one Google Analytics, Pixels and Product Feed Manager for Wo
|
|
4 |
Plugin URI: https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
5 |
Tags: Google Analytics tracking, Dynamic Remarketing, FB pixel, snapchat pixel, tiktok pixel, pinterest pixel, Microsoft ads pixel, Twitter pixel, Google Tag Manager, GTM, Google Shopping automation,Google Shopping, Universal Analytics tracking,Google Analytics integration,Google Analytics integration for WooCommerce,Ecommerce tracking, google analytics 4 tracking, google shopping feed, Web Analytics, Web Analytics For WooCommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin
|
6 |
Author URI: https://conversios.io/
|
7 |
-
Author:
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 6.
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 5.0.
|
12 |
-
Version: 5.0.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
@@ -213,6 +213,10 @@ There could be duplicate tracking via manually implemented GA tracking snippet a
|
|
213 |
|
214 |
|
215 |
== Changelog ==
|
|
|
|
|
|
|
|
|
216 |
= 5.0.1 - 21/10/2022 =
|
217 |
* We have done minor UI changes in the new pixel settings screen.
|
218 |
* Also, we have added user guide on how to use your own Google Tag Manager account using the plugin.
|
4 |
Plugin URI: https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
|
5 |
Tags: Google Analytics tracking, Dynamic Remarketing, FB pixel, snapchat pixel, tiktok pixel, pinterest pixel, Microsoft ads pixel, Twitter pixel, Google Tag Manager, GTM, Google Shopping automation,Google Shopping, Universal Analytics tracking,Google Analytics integration,Google Analytics integration for WooCommerce,Ecommerce tracking, google analytics 4 tracking, google shopping feed, Web Analytics, Web Analytics For WooCommerce, WooCommerce Enhanced Ecommerce, WooCommerce Google Analytics, Google Analytics Plugin
|
6 |
Author URI: https://conversios.io/
|
7 |
+
Author: Conversios
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 6.1
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 5.0.2
|
12 |
+
Version: 5.0.2
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
213 |
|
214 |
|
215 |
== Changelog ==
|
216 |
+
|
217 |
+
= 5.0.2 - 09/11/2022 =
|
218 |
+
* We have made UI changes to the pixel manager feature and we have updated the domain based pricing plans in UI.
|
219 |
+
|
220 |
= 5.0.1 - 21/10/2022 =
|
221 |
* We have done minor UI changes in the new pixel settings screen.
|
222 |
* Also, we have added user guide on how to use your own Google Tag Manager account using the plugin.
|