You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Enhanced Ecommerce must be enabled in Google Analytics settings for full functio
21
21
22
22
PrestaShop modules are open-source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.
23
23
24
-
Google Analytics is compatible with all versions of PrestaShop 8, 1.7 and 1.6.
24
+
Google Analytics is compatible with PrestaShop 1.7.6 and newer.
'desc' => $this->module->trans('Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.', [], 'Modules.GAnalytics.Admin'),
106
+
'desc' => $this->module->trans('Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.', [], 'Modules.Googleanalytics.Admin'),
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".', [], 'Modules.GAnalytics.Admin'),
114
+
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".', [], 'Modules.Googleanalytics.Admin'),
115
115
],
116
116
[
117
117
'type' => 'switch',
118
-
'label' => $this->module->trans('Enable User ID tracking', [], 'Modules.GAnalytics.Admin'),
118
+
'label' => $this->module->trans('Enable User ID tracking', [], 'Modules.Googleanalytics.Admin'),
'hint' => $this->module->trans('Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries', [], 'Modules.GAnalytics.Admin'),
137
+
'hint' => $this->module->trans('Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries', [], 'Modules.Googleanalytics.Admin'),
'label' => $this->module->trans('Canceled order states', [], 'Modules.GAnalytics.Admin'),
171
+
'label' => $this->module->trans('Canceled order states', [], 'Modules.Googleanalytics.Admin'),
172
172
'name' => 'GA_CANCELLED_STATES',
173
-
'desc' => $this->module->trans('Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.', [], 'Modules.GAnalytics.Admin'),
173
+
'desc' => $this->module->trans('Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.', [], 'Modules.Googleanalytics.Admin'),
$this->description = $this->trans('Gain clear insights into important metrics about your customers, using Google Analytics', [], 'Modules.GAnalytics.Admin');
67
-
$this->confirmUninstall = $this->trans('Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.', [], 'Modules.GAnalytics.Admin');
$this->description = $this->trans('Gain clear insights into important metrics about your customers, using Google Analytics', [], 'Modules.Googleanalytics.Admin');
51
+
$this->confirmUninstall = $this->trans('Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.', [], 'Modules.Googleanalytics.Admin');
69
52
}
70
53
71
54
/**
@@ -107,28 +90,11 @@ public function hookDisplayOrderConfirmation($params)
107
90
}
108
91
109
92
/**
110
-
* Footer hook for 1.6
111
-
* This function is run to load JS script for standards actions such as product clicks
Copy file name to clipboardExpand all lines: views/templates/admin/configuration.tpl
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,24 @@
25
25
<divid="google_analytics_content">
26
26
<divclass="row">
27
27
<divclass="col-lg-6">
28
-
<p>{l s='Your customers go everywhere; shouldn\'t your analytics.'d='Modules.GAnalytics.Admin'}</p>
29
-
<p>{l s='Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.'d='Modules.GAnalytics.Admin'}</p>
30
-
<p><b>{l s='With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:'d='Modules.GAnalytics.Admin'}</b></p>
28
+
<p>{l s='Your customers go everywhere; shouldn\'t your analytics.'d='Modules.Googleanalytics.Admin'}</p>
29
+
<p>{l s='Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.'d='Modules.Googleanalytics.Admin'}</p>
30
+
<p><b>{l s='With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:'d='Modules.Googleanalytics.Admin'}</b></p>
<ahref="https://support.google.com/analytics/answer/1008015"rel="external"class="btn btn-primary">{l s='Create your account to get started'd='Modules.GAnalytics.Admin'}</a>
40
+
<ahref="https://support.google.com/analytics/answer/1008015"rel="external"class="btn btn-primary">{l s='Create your account to get started'd='Modules.Googleanalytics.Admin'}</a>
<spanclass="small"><em>{l s='Merchants are able to understand how far along users get in the buying process and where they are dropping off.'d='Modules.GAnalytics.Admin'}</em></span>
45
+
<spanclass="small"><em>{l s='Merchants are able to understand how far along users get in the buying process and where they are dropping off.'d='Modules.Googleanalytics.Admin'}</em></span>
0 commit comments