ok I place the code snippet in the "end" file: So the file now looks like this:
<?php
/**
* @package HikaShop for Joomla!
* @version 2.2.0
* @author hikashop.com
* @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
if(empty($this->html)){
echo JText::_('THANK_YOU_FOR_PURCHASE');
}else{
echo $this->html;
}
$this->nextButton = false;
// Edit: Fix for the missing end php tag
?>
<!-- Google Code for media Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1019021354;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "jseTCL6IkQYQqpD05QM";
var google_conversion_value = 0;
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1019021354/?value=0&label=jseTCL6IkQYQqpD05QM&guid=ON&script=0"/>
</div>
</noscript>
I saved the file, and after that I went to the front-end using Google chrome on my test-site
I put a product in the cart and moved to the checkout. Then I right-clicked and selected to view "the sourch code". But I can't find the code here ?
This is way Google telles you to do it in order to see if the code is there.
Is it in the right place, because if it was I should be able to see it ?