We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240fd96 commit d552962Copy full SHA for d552962
prestashop8.x/views/templates/admin/tawkto/helpers/view/view.tpl
@@ -86,7 +86,7 @@
86
<script>
87
var domain = "{$domain|escape:'url':'UTF-8'}";;
88
var currentHost = window.location.protocol + "//" + window.location.host,
89
- url = decodeURIComponent("{$iframe_url|cat:'&pltf=prestashop&pltfv=1.7&parentDomain='|escape:'url':'UTF-8'}") + currentHost,
+ url = decodeURIComponent("{$iframe_url|cat:'&pltf=prestashop&pltfv=8&parentDomain='|escape:'url':'UTF-8'}") + currentHost,
90
baseUrl = decodeURIComponent("{$base_url|escape:'url':'UTF-8'}"),
91
current_id_tab = "{$tab_id|escape:'javascript':'UTF-8'}",
92
controller = decodeURIComponent("{$controller|escape:'url':'UTF-8'}");
0 commit comments