Jump to content

Need help with implementation of htm


Recommended Posts

hello.

 

can anyone help me ? how do I get this code into my presta shop

 

 

<!-- Google Website Optimizer Tracking Script -->

<script type="text/javascript">

var _gaq = _gaq || [];

_gaq.push(['gwo._setAccount', 'UA-27399222-2']);

_gaq.push(['gwo._trackPageview', '/3243374180/test']);

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

</script>

<!-- End of Google Website Optimizer Tracking Script -->

 

I have tried the homepage editor module and chosen htmal, but I get an error.

any good suggestion.

 

than you very much

 

regards flemming

Link to comment
Share on other sites

i would just edit the footer.tpl located in your theme folder, and add it there directly.

 

otherwise, if you want to do it using a module, you can purchase this inexpensive module. it will allow you to enter the javascript above into the modules configuration page. the javascript will then be added to your pages.

 

http://www.bellini-services.com/shop/prestashop-modules/22-block-random.html

Link to comment
Share on other sites

i would just edit the footer.tpl located in your theme folder, and add it there directly.

 

otherwise, if you want to do it using a module, you can purchase this inexpensive module. it will allow you to enter the javascript above into the modules configuration page. the javascript will then be added to your pages.

 

http://www.bellini-s...ock-random.html

Hi Bellini13. Thank you I have bought you module great work

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...