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)

Change History (1)

comment:1 by Torsten Riemer, 12 years ago

Resolution: fixed
Status: newclosed

fixed in r5770

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.