|
|
|
|
"This will put a small box anywhere you want that will allow for a quick Fedex tracking option.
All the customer has to do is enter the tracking # and it goes straight to fedex with there shipping info.
Just cut & Paste. That's it...
I put it in the column_right.php after the last ?> (ABOUT LINE 54)
For an exmaple you can look here in the right column http://www.aplus-computersonline.com
The .TXT file is the same as this description
<tr>
<form action="http://www.fedex.com/cgi-bin/tracking?" method="get" target="fedex" id="formFedex"
name="formFedex">
<td align="center">
<a class="TD.headerInfo" href="#"><font color="#FFFFFF"><b>Text_Above_Box</b></font></a><br>
<input type="hidden" name="action" value="track">
<input type="hidden" name="language" value="english">
<input name="tracknumbers" type="text" value="Text_in_box" onFocus="value=''" size="24" style="font-size: 10px;">
<input type="image" src="../images/track.gif">
<input type="image" src="../images/icons/shipping_fedex.gif">
<input type="hidden" name="cntry_code" value="us">
<input type="hidden" name="initial" value="x">
</form>
</tr>
</table>" |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|