Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to let Google Translate Tools Work on each page


Recommended Posts

Posted (edited)

Hello:

 

I want to add this gadget (http://translate.google.com/translate_tools ) to a right column on each page of my OSC catalog, could anybody tell me how do I possibly achieve this? Where should I add the HTML Google shows me?

 

Thank you very much!

 

yanglu

Edited by yanglu
Posted

Take the code they give you and add it like this to the bottom of the includes/column_right.php file

<tr>
<td align="center">

place google code here

</td>
</tr>

If you want the code somewhere else in the column, place ?> before the above and <?php after it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
Take the code they give you and add it like this to the bottom of the includes/column_right.php file
<tr>
<td align="center">

place google code here

</td>
</tr>

If you want the code somewhere else in the column, place ?> before the above and <?php after it.

 

Jack

 

Thanks a lot! I followed your instruction and it worked fine. But then I found to work properly it had to occupy a w=180&h=75 space which would push off the right column and twist the pages. So I now take it off and will put it on home page only. I know what to do now. Thank you for your help!!!:thumbsup: ;) <_<

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...