﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
124	Doppelter Google Conversion Code in checkout_success.php	billybob		"Dieser Code

{{{
// Google Conversion tracking
if (GOOGLE_CONVERSION == 'true') {
 
        $smarty->assign('google_tracking', 'true');
        $smarty->assign('tracking_code', '
                <noscript>
                <a href=""http://services.google.com/sitestats/'.GOOGLE_LANG.'.html"" onclick=""window.open(this.href); return false;"">
                <img height=27 width=135 border=0 src=""http://www.googleadservices.com/pagead/conversion/'.GOOGLE_CONVERSION_ID.'/?hl='.GOOGLE_LANG.'"" />
                </a>
                </noscript>
                    ');
}
}}}
in '''checkout_success.php''' ist nicht nötig und erscheint doppelt, da der eigentliche Code in '''includes/google_conversiontracking.js.php''' enthalten ist."	Bug/Fehler	closed	normal	modified-shop-2.0.0.0	Module	1.06	fixed				
