Version Description
- 03/03/2020 =
- Compatibility with WooCommerce 3.9.2
- Compatibility with Wordpress 5.3.2
- Minor UI Fixes
Download this release
Release Info
Developer | Tatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 2.3.3 |
Comparing to | |
See all releases |
Code changes from version 2.3.2 to 2.3.3
- admin/class-enhanced-ecommerce-google-analytics-settings.php +1 -1
- admin/css/enhanced-ecommerce-google-analytics-admin.css +1 -1
- admin/partials/about-plugin.php +1 -1
- admin/partials/enhanced-ecommerce-google-analytics-admin-display.php +1 -1
- admin/partials/general-fields.php +1 -0
- admin/partials/sidebar.php +4 -3
- enhanced-ecommerce-google-analytics.php +2 -2
- readme.txt +62 -22
admin/class-enhanced-ecommerce-google-analytics-settings.php
CHANGED
@@ -73,7 +73,7 @@ class Enhanced_Ecommerce_Google_Settings {
|
|
73 |
public function show_message(){
|
74 |
echo '
|
75 |
<div class="notice notice-warning is-dismissible">
|
76 |
-
<strong><p>Get all the 9 GA - Enhanced Ecommerce reports, 20+ custom dimensions and metrics, google ads conversion tracking, FB pixel tracking, Google Optimize integration and many more advanced features in the <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank">Premium Version</a>.</p></strong>
|
77 |
</div>
|
78 |
';
|
79 |
}
|
73 |
public function show_message(){
|
74 |
echo '
|
75 |
<div class="notice notice-warning is-dismissible">
|
76 |
+
<strong><p>Get all the 9 GA - Enhanced Ecommerce reports, 20+ custom dimensions and metrics, google ads conversion tracking, FB pixel tracking, Google Optimize integration and many more advanced features in the <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=TatvicEE&utm_medium=DashboardMsgText&utm_campaign=WPlisting" target="_blank">Premium Version</a>.</p></strong>
|
77 |
</div>
|
78 |
';
|
79 |
}
|
admin/css/enhanced-ecommerce-google-analytics-admin.css
CHANGED
@@ -49,7 +49,7 @@ input[type=checkbox]{
|
|
49 |
input[type=checkbox]:checked::before {
|
50 |
height:16px;
|
51 |
width:16px;
|
52 |
-
|
53 |
color:white;
|
54 |
font:100 16px/1 dashicons !important;
|
55 |
margin:-1px;
|
49 |
input[type=checkbox]:checked::before {
|
50 |
height:16px;
|
51 |
width:16px;
|
52 |
+
background:#2D73C5;
|
53 |
color:white;
|
54 |
font:100 16px/1 dashicons !important;
|
55 |
margin:-1px;
|
admin/partials/about-plugin.php
CHANGED
@@ -150,7 +150,7 @@ $message = new Enhanced_Ecommerce_Google_Settings();
|
|
150 |
<tr>
|
151 |
<th class="w-25"></th>
|
152 |
<th class="w-25"></th>
|
153 |
-
<th class=""><a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank"><button class="btn btn-primary"><strong>Premium Plugin</strong></button></a></th>
|
154 |
</tr>
|
155 |
</tfoot>
|
156 |
</table>
|
150 |
<tr>
|
151 |
<th class="w-25"></th>
|
152 |
<th class="w-25"></th>
|
153 |
+
<th class=""><a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=TatvicEE&utm_medium=DashboardBuyBottom&utm_campaign=WPlisting" target="_blank"><button class="btn btn-primary"><strong>Premium Plugin</strong></button></a></th>
|
154 |
</tr>
|
155 |
</tfoot>
|
156 |
</table>
|
admin/partials/enhanced-ecommerce-google-analytics-admin-display.php
CHANGED
@@ -40,7 +40,7 @@ if(empty($_GET['tab'])){
|
|
40 |
</header>
|
41 |
<ul class="nav nav-tabs nav-pills" style="margin-left: 10px;margin-top:20px;">
|
42 |
<li class="nav-item">
|
43 |
-
<a href="<?php echo $site_url.'general_settings'; ?>" class="border-left aga-tab nav-link <?php echo $general_class_active; ?>">General
|
44 |
</li>
|
45 |
<li class="nav-item"><a href="<?php echo $site_url.'about_plugin'; ?>" class="border-left aga-tab nav-link <?php echo $advanced_class_active; ?>">Premium <img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></a></li>
|
46 |
</ul>
|
40 |
</header>
|
41 |
<ul class="nav nav-tabs nav-pills" style="margin-left: 10px;margin-top:20px;">
|
42 |
<li class="nav-item">
|
43 |
+
<a href="<?php echo $site_url.'general_settings'; ?>" class="border-left aga-tab nav-link <?php echo $general_class_active; ?>">General Settings</a>
|
44 |
</li>
|
45 |
<li class="nav-item"><a href="<?php echo $site_url.'about_plugin'; ?>" class="border-left aga-tab nav-link <?php echo $advanced_class_active; ?>">Premium <img class="new-img-blink" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></a></li>
|
46 |
</ul>
|
admin/partials/general-fields.php
CHANGED
@@ -111,6 +111,7 @@ $data = unserialize(get_option('ee_options'));
|
|
111 |
</label>
|
112 |
</td>
|
113 |
</tr>
|
|
|
114 |
</tbody>
|
115 |
</table>
|
116 |
<p class="submit save-for-later" id="save-for-later">
|
111 |
</label>
|
112 |
</td>
|
113 |
</tr>
|
114 |
+
|
115 |
</tbody>
|
116 |
</table>
|
117 |
<p class="submit save-for-later" id="save-for-later">
|
admin/partials/sidebar.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<ul>
|
8 |
<li style="padding-bottom:5px;"><a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Installation Instructions</a></li>
|
9 |
<li style="padding-bottom:5px;"><a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/faq/" target="_blank">FAQ</a></li>
|
10 |
-
<li style="padding-bottom:5px;"><a href="https://
|
11 |
<li style="padding-bottom:5px;"><a href="https://www.tatvic.com/privacy-policy/?ref=plugin_policy&utm_source=plugin_backend&utm_medium=woo_free_plugin&utm_campaign=GDPR_complaince_ecomm_plugins" target="_blank">Privacy Policy</a></li>
|
12 |
<li style="padding-bottom:5px;"><a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/#developers" target="_blank">Change Logs</a></li>
|
13 |
</ul>
|
@@ -33,8 +33,9 @@
|
|
33 |
</div>
|
34 |
<div class="card-body">
|
35 |
<ul>
|
36 |
-
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' /> <a href="https://www.tatvic.com/contact
|
37 |
-
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' /> <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552
|
|
|
38 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m1.png', __FILE__ ) ?>' /> <a href="https://1.envato.market/79Oky" target="_blank">Actionable Google Analytics for Magento</a></li>
|
39 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m2.png', __FILE__ ) ?>' /> <a href="https://marketplace.magento.com/tatvic-actionablegoogleanalytics.html" target="_blank">Actionable Google Analytics for Magento2</a></li>
|
40 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/shopify_new.png', __FILE__ ) ?>' /> <a href="https://apps.shopify.com/google-universal-analytics-enhanced-ecommerce" target="_blank">Actionable Google Analytics for Shopify</a></li>
|
7 |
<ul>
|
8 |
<li style="padding-bottom:5px;"><a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Installation Instructions</a></li>
|
9 |
<li style="padding-bottom:5px;"><a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/faq/" target="_blank">FAQ</a></li>
|
10 |
+
<li style="padding-bottom:5px;"><a href="https://www.tatvic.com/contact/?utm_source=TatvicEE&utm_medium=Dashboard&utm_campaign=WPlisting" target="_blank">Support</a></li>
|
11 |
<li style="padding-bottom:5px;"><a href="https://www.tatvic.com/privacy-policy/?ref=plugin_policy&utm_source=plugin_backend&utm_medium=woo_free_plugin&utm_campaign=GDPR_complaince_ecomm_plugins" target="_blank">Privacy Policy</a></li>
|
12 |
<li style="padding-bottom:5px;"><a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/#developers" target="_blank">Change Logs</a></li>
|
13 |
</ul>
|
33 |
</div>
|
34 |
<div class="card-body">
|
35 |
<ul>
|
36 |
+
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' /> <a href="https://www.tatvic.com/contact/?utm_source=TatvicEE&utm_medium=DashboardFreeTrial&utm_campaign=WPlisting" target="_blank">Get your free trial for 10 days now ! </a> <img class="new-img-blink-side" src='<?php echo plugins_url('../images/new-2.gif', __FILE__ ) ?>' /></li>
|
37 |
+
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/woo.png', __FILE__ ) ?>' /> <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=TatvicEE&utm_medium=DashboardSide&utm_campaign=WPlisting
|
38 |
+
" target="_blank">Actionable Google Analytics for WooCommerce - Premium Version</a></li>
|
39 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m1.png', __FILE__ ) ?>' /> <a href="https://1.envato.market/79Oky" target="_blank">Actionable Google Analytics for Magento</a></li>
|
40 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/m2.png', __FILE__ ) ?>' /> <a href="https://marketplace.magento.com/tatvic-actionablegoogleanalytics.html" target="_blank">Actionable Google Analytics for Magento2</a></li>
|
41 |
<li style="padding-bottom:5px;"><img src='<?php echo plugins_url('../images/shopify_new.png', __FILE__ ) ?>' /> <a href="https://apps.shopify.com/google-universal-analytics-enhanced-ecommerce" target="_blank">Actionable Google Analytics for Shopify</a></li>
|
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: Enhanced E-commerce for Woocommerce store
|
17 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
18 |
* Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
|
19 |
-
* Version: 2.3.
|
20 |
* Author: Tatvic
|
21 |
* Author URI: www.tatvic.com
|
22 |
* License: GPL-2.0+
|
@@ -39,7 +39,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
39 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
40 |
* Rename this for your plugin and update it as you release new versions.
|
41 |
*/
|
42 |
-
define( 'PLUGIN_NAME_VERSION', '2.3.
|
43 |
/**
|
44 |
* The code that runs during plugin activation.
|
45 |
* This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
|
16 |
* Plugin Name: Enhanced E-commerce for Woocommerce store
|
17 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
18 |
* Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
|
19 |
+
* Version: 2.3.3
|
20 |
* Author: Tatvic
|
21 |
* Author URI: www.tatvic.com
|
22 |
* License: GPL-2.0+
|
39 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
40 |
* Rename this for your plugin and update it as you release new versions.
|
41 |
*/
|
42 |
+
define( 'PLUGIN_NAME_VERSION', '2.3.3' );
|
43 |
/**
|
44 |
* The code that runs during plugin activation.
|
45 |
* This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
|
readme.txt
CHANGED
@@ -8,8 +8,8 @@ Author: Tatvic
|
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.3.2
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 2.3.
|
12 |
-
Version: 2.3.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
@@ -17,10 +17,38 @@ Provides integration between Enhanced Ecommerce feature of Google Analytics and
|
|
17 |
|
18 |
== Description ==
|
19 |
|
20 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
= Features of Plugin =
|
23 |
-
|
|
|
24 |
2. Enables 4 Enhanced Ecommerce reports in Google Analytics
|
25 |
* Shopping Behaviour Report
|
26 |
* Checkout Behaviour Report
|
@@ -40,24 +68,35 @@ Provides integration between Enhanced Ecommerce feature of Google Analytics and
|
|
40 |
14. IP Anonymization
|
41 |
|
42 |
|
43 |
-
=
|
44 |
-
* Enable Enhanced E-commerce for your profile/view in Google Analytics. This is a profile / view level setting and can be accessed under Admin > View > E-commerce Settings
|
45 |
-
|
46 |
-
* Add meaningful labels for your checkout steps. We recommend you to label as, Step 1 : Checkout View; Step 2 : Billing Info; Step 3 : Proceed to payment
|
47 |
-
|
48 |
-
* Activate our plug-in from the Settings page from your Wordpress backend. You can access the setting page from sidebar Tatvic EE Plugin > Enhanced Ecommerce for Woocommerce.
|
49 |
|
50 |
-
|
51 |
|
52 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
=
|
55 |
|
56 |
-
We have an Actionable Google Analytics Plugin for WooCommerce which includes tracking of all the 9 Reports of Enhanced Ecommerce, User ID Tracking, Product Refund, I.P. Anonymization, Google Ads Conversion Tracking, Facebook Pixel Tracking, 20+ Custom Dimensions & Metrics & much more. This saves 50+ development hours and enable your business for data driven decision making in 5 minutes. Boost your marketing ROI by taking informed decisions. <a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552" target="_blank">Learn More</a>
|
57 |
|
58 |
-
== Note : ==
|
59 |
|
60 |
== Our plugin does not support the below features out of the box ==
|
|
|
61 |
* Highly Customized store
|
62 |
* Product types other than Simple Product
|
63 |
* Store with the Subscription product for Orders.
|
@@ -65,16 +104,12 @@ We have an Actionable Google Analytics Plugin for WooCommerce which includes tra
|
|
65 |
* Not fully compatible with the child/custom Theme
|
66 |
* Reach out to us if you have any of the above requirements and we will be happy to assist.
|
67 |
|
68 |
-
== Installation ==
|
69 |
-
|
70 |
-
1. Download the plugin file to your system and unzip it.
|
71 |
-
2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
|
72 |
-
3. Activate the plugin from the Plugins menu within the WordPress admin.
|
73 |
-
4. Enter your Universal Analytics ID for the plugin to enable the tracking code.
|
74 |
-
|
75 |
== Screenshots ==
|
|
|
76 |
1. Enable Enhanced E-commerce for your profile/view. This is a profile / view level setting and can be accessed under Admin > View > E-commerce Settings. Also, add meaningful labels for your checkout steps. We recommend you to label as, Step 1 : Checkout View; Step 2 : Login; Step 3 : Proceed to payment;
|
|
|
77 |
2. Next, you need to activate your plugin from the Settings page by clicking the checkbox – “Add Enhanced Ecommerce Tracking Code". You can access the same from: Tatvic EE Plugin > Enhanced Ecommerce for WooCommerce.
|
|
|
78 |
3. To Track Guest Users, Check the box – Add Code to Track the Login Steps of Guest Users. If you have a Guest Check out & if it’s Unchecked, then it might cause an uneven funnel reporting in Google Analytics.
|
79 |
|
80 |
== Frequently Asked Questions ==
|
@@ -208,6 +243,11 @@ To avoid sending your own transaction data or sessions data in Google Analytics,
|
|
208 |
|
209 |
== Changelog ==
|
210 |
|
|
|
|
|
|
|
|
|
|
|
211 |
= 2.3.2 - 20/02/2020 =
|
212 |
* Compatibility with WooCommerce 3.9.2
|
213 |
* Compatibility with Wordpress 5.3.2
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.3.2
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 2.3.3
|
12 |
+
Version: 2.3.3
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
17 |
|
18 |
== Description ==
|
19 |
|
20 |
+
<strong>Google Analytics Plugin for WooCommerce</strong>
|
21 |
+
|
22 |
+
We believe it is very essential to listen to what your data is saying. With this belief, we have devised Enhanced Ecommerce Google Analytics Plugin for WooCommerce stores which allows businesses to make the most of the Google Analytics – Enhanced Ecommerce feature. This plugin helps you in integrating Google Analytics with your WooCommerce stores effortlessly. More than 30000 ecommerce businesses are using this plugin for data driven decision making.
|
23 |
+
|
24 |
+
The best part is NO CODING REQUIRED or no need to hire a developer for the set up. You can configure the plugin under 5 minutes and with a single click from your Wordpress backend. <a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf">Here is how you can configure the plugin without any hassle.</a>
|
25 |
+
|
26 |
+
<strong>Google Analytics + Enhanced Ecommerce Reports</strong>
|
27 |
+
|
28 |
+
Enhanced ecommerce Google analytics plugin tracks the entire user journey on your ecommerce store from home page to product views and from cart page to checkout page to thank you page.
|
29 |
+
|
30 |
+
You can track the performance of your merchandizing efforts by monitoring how certain products are performing on home page or product listing page and accordingly take informed merchandizing decisions.
|
31 |
+
|
32 |
+
You can track which products have greater view to cart ratio or greater view to conversion ratio and based on the data, you can take informed pricing or product decisions and beyond.
|
33 |
+
|
34 |
+
Track users who are abandoning the cart, which products are abandoned more in the cart etc. and reach out to the users or update your product listing.
|
35 |
+
|
36 |
+
You can track how your checkout form is performing and accordingly work on the UI/UX to increase the conversion rate for your ecommerce business.
|
37 |
+
|
38 |
+
Basically, you can track each and every impression and click of product, from which page they are added to cart, how user interact with your checkout page before making the final purchase by our Enhanced ecommerce Google analytics plugin.
|
39 |
+
|
40 |
+
<strong>Google Analytics + Audience reports + Behaviour Reports + Acquisition Reports</strong>
|
41 |
+
|
42 |
+
<strong>Audience reports</strong> help you in knowing your customers in a whole new way. It gives you detailed insights like from which countries your users are coming from, their age, gender, interests, devices and much more. This helps you in setting up your content and design based on the audience.
|
43 |
+
|
44 |
+
<strong>Behaviour reports</strong> helps you get to know how users are interacting with your website, how much time they are spending, how much they browse before making a final purchase and a whole lot more.
|
45 |
+
|
46 |
+
<strong>Acquisition reports</strong> tells you which are the sources that are attributing traffic to your website, how are they performing in terms of conversion and much more so that you can channelize your efforts in better marketing ROI.
|
47 |
+
|
48 |
|
49 |
= Features of Plugin =
|
50 |
+
|
51 |
+
1. Quick & Easy 5 minutes installation from the wordpress interface
|
52 |
2. Enables 4 Enhanced Ecommerce reports in Google Analytics
|
53 |
* Shopping Behaviour Report
|
54 |
* Checkout Behaviour Report
|
68 |
14. IP Anonymization
|
69 |
|
70 |
|
71 |
+
<strong>Want to unlock more advanced tracking for your WooCommerce store? <a href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting">Give a try to our pro version.</a></strong>
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
+
== Features of our <a href=" https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?utm_source=Wordpress&utm_medium=Listingcontent&utm_campaign=WPlisting">pro version</a>: ==
|
74 |
|
75 |
+
* All the features included in Enhanced ecommerce Google analytics plugin
|
76 |
+
* Additional 5 enhanced ecommerce reports in Google Analytics: Overview, product list performance report, order coupon report, Internal promotion report, product coupon report, Affiliate code report
|
77 |
+
* Facebook pixel tracking for remarketing on FB
|
78 |
+
* Google ads conversion tracking
|
79 |
+
* 20 custom dimensions and metrics
|
80 |
+
* User id and client id tracking for cross device user tracking
|
81 |
+
* Use your own GTM capability
|
82 |
+
* Product refund tracking
|
83 |
+
* Form field tracking
|
84 |
+
* Content grouping
|
85 |
+
* 404 tracking
|
86 |
+
* Opt in/ consent compatibility with WP GDPR compliance, borlabs cookies etc.
|
87 |
+
* Compatibility with other widely used plugins
|
88 |
+
* Child theme compatibility
|
89 |
+
* Premium support
|
90 |
+
* 1 hour custom development
|
91 |
+
* Customization as per your requirements(Paid)
|
92 |
|
93 |
+
<strong><a href="https://www.tatvic.com/contact/?utm_source=TatvicEE&utm_medium=InstallationDoc&utm_campaign=WPlisting">Reach out to us with your query here for a faster solution.</a></strong>
|
94 |
|
|
|
95 |
|
96 |
+
== Note For Beginners : ==
|
97 |
|
98 |
== Our plugin does not support the below features out of the box ==
|
99 |
+
|
100 |
* Highly Customized store
|
101 |
* Product types other than Simple Product
|
102 |
* Store with the Subscription product for Orders.
|
104 |
* Not fully compatible with the child/custom Theme
|
105 |
* Reach out to us if you have any of the above requirements and we will be happy to assist.
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
== Screenshots ==
|
108 |
+
|
109 |
1. Enable Enhanced E-commerce for your profile/view. This is a profile / view level setting and can be accessed under Admin > View > E-commerce Settings. Also, add meaningful labels for your checkout steps. We recommend you to label as, Step 1 : Checkout View; Step 2 : Login; Step 3 : Proceed to payment;
|
110 |
+
|
111 |
2. Next, you need to activate your plugin from the Settings page by clicking the checkbox – “Add Enhanced Ecommerce Tracking Code". You can access the same from: Tatvic EE Plugin > Enhanced Ecommerce for WooCommerce.
|
112 |
+
|
113 |
3. To Track Guest Users, Check the box – Add Code to Track the Login Steps of Guest Users. If you have a Guest Check out & if it’s Unchecked, then it might cause an uneven funnel reporting in Google Analytics.
|
114 |
|
115 |
== Frequently Asked Questions ==
|
243 |
|
244 |
== Changelog ==
|
245 |
|
246 |
+
= 2.3.3 - 03/03/2020 =
|
247 |
+
* Compatibility with WooCommerce 3.9.2
|
248 |
+
* Compatibility with Wordpress 5.3.2
|
249 |
+
* Minor UI Fixes
|
250 |
+
|
251 |
= 2.3.2 - 20/02/2020 =
|
252 |
* Compatibility with WooCommerce 3.9.2
|
253 |
* Compatibility with Wordpress 5.3.2
|