Modify ↓
Opened 12 years ago
Closed 12 years ago
#124 closed Bug/Fehler (fixed)
Doppelter Google Conversion Code in checkout_success.php
| Reported by: | billybob | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Module | Version: | 1.06 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
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.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

fixed in r5770