Page 34 of 100 FirstFirst ... 2432333435364484 ... LastLast
Results 331 to 340 of 998
  1. #331
    Join Date
    Apr 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Dear All,

    Can anyone help me out,

    I am trying to use Singpost to track my articles, but i am not able to as i don't know how the search is genrated, can anyone please help me out?

    Singpost tracking address is:

    http://www.speedpost.com.sg/TrackAndTrace.asp

    I really need this function to work so any help will be very deeply appreciated!!!

  2. #332
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Greetings...

    I had posted a thread re the following, not realizing this thread was here because it doesn't show up when doing a "Search" for Package Tracker. Anyway, I'm a graphic designer who has been doing quite well learning PHP on the fly while building a store for someone, but I am totally at a loss when it comes to the instructions for adding to the database per the following README.txt instructions:

    HTML Code:
    DATABASE MODIFICATION
    
    Append 5 fields to the existing TABLE "orders_status_history"
    Add new table to Admin->Configuration->Ty_Package_Tracker
    
    YOU SHOULD ALWAYS BACKUP YOUR DATABASE WHEN YOU ADD, DELETE, OR UPDATE ANY FIELDS FROM YOUR DATABASE.
    
    Use "Fresh_install.sql" if your are installing a new version and no previous version have been previous installed.
    I know how to find the TABLE "orders_status_history" and attempted to add 5 fields to the end, but when I tried to execute it, I receive an error message because the fields were empty. As I said, I'm at a total loss as to how to execute this portion of the install instructions.

    HTML Code:
    Append 5 fields to the existing TABLE "orders_status_history"
    Add new table to Admin->Configuration->Ty_Package_Tracker
    I would greatly appreciate some step by step help in this regard (don't want to screw up my database and site). I want to add the Super Orders mod and know that I need to complete installation of Package Tracker first.

    HELLLPPPP!!

    Thanks...

    Dorothy

  3. #333
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    1. Go to Admin->Tools->Install SQL Patches
    2. Upload the Fresh_install.sql file

    After you click the upload button, you should get a successful message in the top of the page. If you get any errors or warning, copy and paste the message on this thread.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  4. #334
    Join Date
    Apr 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Thank you so much for getting back to me so quickly. I didn't get any kind of error message, and everything seems to be where it should. By the README.txt, I thought I had to do that other stuff in phpMyAdmin first. PHEW!!

    Hope I can install Super Order mod as easily...

    Have a very blessed day!!

    Dorothy

  5. #335
    Join Date
    Feb 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    1)

    If i add only
    Tracking ID


    (and not change Status)

    then i get this error:

    Warning: Nothing to change. The order was not updated.

    (latest ZC, latest Ty Package Tracker)

    Please help me, i need add only Tracking ID - without change status or add comment - but i dont know how :-).

    ps: Newbie



    2) i search solution for manual import from CSV (Submit from file by hand) file containing some of csv data:

    orders_id,track_id1,some_other_fields...

    and next trigger of generating mail to customers...

    please, hint me with little parser or link to any example i try to construct self (i have only little know how in PHP and file methods, little better in SQL)

    Many thx to all...
    Last edited by Holz; 22 May 2009 at 04:27 AM.

  6. #336
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by Holz View Post
    1)

    If i add only
    Tracking ID


    (and not change Status)

    then i get this error:

    Warning: Nothing to change. The order was not updated.

    (latest ZC, latest Ty Package Tracker)

    Please help me, i need add only Tracking ID - without change status or add comment - but i dont know how :-).

    ps: Newbie
    This is a limit of Zen, not this add-on. However, if your adding a tracking number it makes sense to change the status to 'shipped'. That's how we do it. Otherwise, just enter something into the comments box...even a period will do the job.

  7. #337
    Join Date
    Feb 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    you have right, but i get shipping number after shipping, not in shipping process (in time where guy change status) ...

    please hint me, where im php code or file i fix this "feature"?

    thx

  8. #338
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    Quote Originally Posted by Holz View Post
    you have right, but i get shipping number after shipping, not in shipping process (in time where guy change status) ...

    please hint me, where im php code or file i fix this "feature"?

    thx
    Why not enter the tracking number and in the comments section enter "tracking number added". A whole lot easier than editing the core files.

  9. #339
    Join Date
    Feb 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    simple reason: tracking number today pasted from clipboard and this method is very sloooow (if must fill additional fields) with many entries :-/

    more better for me is fix core file (if i found this function in some core file), so, if you have any ideas, how to find, , then i very happy

    ----

    for automation, i need in next future make import dialog for load from simple csv file (bulk load)

    i must say this: this file make other guy and not any way get automatically via sql or parse from http service

    then i make for this guy this form, and guy (now send by mail to me) submit csv file self (then file must be outside admin) and i not must make anything (after i make trigger mechanism)



    update: i thing about Easypopulate, maybe i look into this files, but maybe anybody give better hint...
    Last edited by Holz; 22 May 2009 at 05:44 AM.

  10. #340
    Join Date
    Apr 2009
    Location
    Los Angeles, California
    Posts
    128
    Plugin Contributions
    0

    Default Re: Track Package from FedEx, UPS, Postal, DHL, etc..

    This add-on works perfectly for me except 1 thing.

    Sometimes I ship more then 1 package.

    Like for example yesterday i shipped a package via UPS, and today I shipped another via USPS, but it wont let me add the tracking number. it just says "nothing changed"

 

 
Page 34 of 100 FirstFirst ... 2432333435364484 ... LastLast

Similar Threads

  1. v150 Is there a FedEx plugin to quote on package size and postal code/zone?
    By Music Man in forum Addon Shipping Modules
    Replies: 7
    Last Post: 3 Aug 2014, 10:30 PM
  2. UPS/DHL shipping in Europe
    By DML73 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jan 2009, 09:43 PM
  3. what is the track your package url?
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 06:49 PM
  4. going from small package to large package
    By luna_99 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2007, 02:44 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR