Results 1 to 3 of 3

Thread: UPS Shipment Tracking

  1. #1
    david067 is offline Junior Member
    Join Date
    Jan 2006
    Posts
    4

    Default UPS Shipment Tracking

    anyone know of a way to create a button or link in a module that would link to UPS to track a shipment by a tracking number in a custom field?

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: UPS Shipment Tracking

    Hi

    You can add some code in view.detail.php to achieve this. Or you can create a custom link field for doing this.

  3. #3
    david067 is offline Junior Member
    Join Date
    Jan 2006
    Posts
    4

    Default Re: UPS Shipment Tracking

    Thanks crmsiva!, this is how I did it

    Create a Link field in studio (leave default value blank and just enter a field name) and place it where you want, then go to your detailviewdefs.php and add the customcode below:

    PHP Code:
    array (
                
    'name' => 'ups1_c',
    'customCode' => '<a href="http://wwwapps.ups.com/WebTracking/processRequest?HTMLVersion=5.0&Requester=NES&AgreeToTermsAndConditions=yes&loc=en_US&tracknum=
    {$fields.your_field_name_c.value}" target="_blank" class="lbOn">Click Here to Track Shipment</a>'
    ,
                
    'label' => 'LBL_UPS1',
              ), 
    Last edited by david067; 2009-06-23 at 06:07 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Time tracking
    By REByers in forum Help
    Replies: 0
    Last Post: 2008-10-29, 01:19 PM
  2. Tracking... help!
    By glass.net in forum SugarWiki Discussion Forum
    Replies: 1
    Last Post: 2008-07-31, 04:05 PM
  3. Lead Tracking
    By Gurzi in forum Help
    Replies: 0
    Last Post: 2006-06-19, 01:49 PM
  4. Tracking for customers
    By turing in forum General Discussion
    Replies: 0
    Last Post: 2006-04-06, 12:11 AM
  5. Time tracking
    By spatuality in forum Feature Requests
    Replies: 6
    Last Post: 2004-11-03, 11:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •