I found this per the template we're using:
<?php
/**
* @package HikaShop for Joomla!
* @version 2.6.0
* @author hikashop.com
* @copyright (C) 2010-2015 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3
www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
$app = JFactory::getApplication();
$app->enqueueMessage( JText::_('THANK_YOU_FOR_PURCHASE') );
So I can add my google tracking code just below the last line which would be this?
<script type="text/javascript">
other stuff in here which I didn't include
</noscript>
lousyfool wrote: The thread in the first link Jerome gave you does answer your question, indeed, since it contains several pointers to the page content in question.
For example Nicolas' post
www.hikashop.com/forum/4-how-to/32253-ho...you-page.html#224785
, which states:
You can add such code in the file "after_end" via the menu Display>views