We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e90f4e3 + 2375002 commit 19dbf41Copy full SHA for 19dbf41
app/design/frontend/base/default/template/rekko/rekko.phtml
@@ -6,7 +6,7 @@
6
var cvtJsHost = (("https:" == document.location.protocol)
7
? "https://dnhgz729v27ca.cloudfront.net/" : "http://use.convertglobal.com/");
8
document.write(unescape("%3Cscript src='" + cvtJsHost
9
- + "client/staging_setup.js' type='text/javascript'%3E%3C/script%3E"));
+ + "client/setup.js' type='text/javascript'%3E%3C/script%3E"));
10
</script>
11
<?php $cartItems = $this->getCartItems(); ?>
12
<?php if (count($cartItems) > 0): ?>
0 commit comments