Kitejunkiee Posted April 11, 2009 Posted April 11, 2009 I have 2 small problems with my site, 1) I have this google tracking code (From Adwords) : Google tells me to cut and paste the entire code, is this including the first line (Google Code for Kitejunkiee Sales Conversion Page) ? Here is the code <!-- Google Code for Kitejunkiee Sales Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = 1049430624; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "QgfkCNqMoAEQ4JS09AM"; if (43.0) { var google_conversion_value = 43.0; } //--> </script> <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/1049430624/?value=43.0&label=QgfkCNqMoAEQ4JS09AM&guid =ON&script=0"/> </noscript> Im using os-commerce site, so I was going to place this code on the Shipping success page, though im not sure where to place this code, Do I just put it any where, and it wont be seen? Here is where Ive placed it. <?php /* $Id: checkout_success.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions osCommerce, Open Source Online Shop E-Commerce Solutions Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE_1', 'Checkout'); define('NAVBAR_TITLE_2', 'Success'); define('HEADING_TITLE', 'Your Order Has Been Processed!'); define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.'); define('TEXT_NOTIFY_PRODUCTS', 'Please notify me of updates to the products I have selected below:'); define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.'); define('TEXT_CONTACT_STORE_OWNER', 'Please direct any questions you have to the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.'); define('TEXT_THANKS_FOR_SHOPPING', 'Thanks for shopping with us online!'); <!-- Google Code for Kitejunkiee Sales Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = 1049430624; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "QgfkCNqMoAEQ4JS09AM"; if (43.0) { var google_conversion_value = 43.0; } //--> </script> <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <img height="1" width="1" border="0" src="http://www.googleadservices.com/pagead/conversion/1049430624/?value=43.0&label=QgfkCNqMoAEQ4JS09AM&guid =ON&script=0"/> </noscript> define('TABLE_HEADING_COMMENTS', 'Enter a comment for the order processed'); define('TABLE_HEADING_DOWNLOAD_DATE', 'Expiry date: '); define('TABLE_HEADING_DOWNLOAD_COUNT', ' downloads remaining'); define('HEADING_DOWNLOAD', 'Download your products here:'); define('FOOTER_DOWNLOAD', 'You can also download your products at a later time at \'%s\''); ?> 2) The shipping option page: The customer cant see the shipping cost because it is highlighted with white ( text is also white ). You can only see the cost when using the mouse to highlight. The source code for the highlighted section is this: <td class="main" valign="top" width="50%">Please select the preferred shipping method to use on this order.</td> <td class="main" align="right" valign="top" width="50%"><b>Please Select</b><br><img src="images/arrow_east_south.gif" alt="" border="0" width="40" height="32"></td> <td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> </tr> <tr> <td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td colspan="2"><table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td class="main" colspan="3"><b>Table Rate</b> </td> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> </tr> <tr id="defaultSelected" class="moduleRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="selectRowEffect(this, 0)"> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td class="main" width="75%">Best Way</td> <td class="main">$6.00</td> <td class="main" align="right"><input name="shipping" value="table_table" checked="checked" type="radio"></td> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> </tr> </tbody></table></td> <td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> </tr> <tr> <td><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td colspan="2"><table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td class="main" colspan="3"><b>Zone Rates</b> </td> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> </tr> <tr> <td width="10"><img src="images/pixel_trans.gif" alt="" border="0" width="10" height="1"></td> <td class="main" colspan="3">No shipping available to the selected country</td> <td width="10"> Problem is I have no idea how to change the font colour! I really appreaite any help with this.
xswiftyx Posted May 14, 2009 Posted May 14, 2009 change this var google_conversion_color = "ffffff"; ffffff is white simple change is just change fffffff to black. just write black or 000000
grahamy84 Posted May 14, 2009 Posted May 14, 2009 Do you insert the google tracking into the index.php?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.