Search:

Type: Posts; User: jeking

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    984
    Views
    213,823

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

    Thanks lat9!
  2. Replies
    984
    Views
    213,823

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

    Yes, always rename to match your template.

    But you should also create your own custom template folder rather than edit the built-tin responsive_classic. You'll thank me what you do an upgrade...
  3. Replies
    984
    Views
    213,823

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

    Change line 19 to be:

    if (@sizeof($customer_orders)==0) {
    This was tested so should solve the issue.
  4. Replies
    984
    Views
    213,823

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

    Ok, revert to the old file and I'll take a look as soon as I can.
  5. Replies
    984
    Views
    213,823

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

    In includes/templates/template_default/sideboxes/tpl_track_orders.php

    replace line 19
    if (sizeof($customer_orders)==0) {

    with
    if (is_array($customer_orders) && (sizeof($customer_orders)==0)...
  6. Replies
    984
    Views
    213,823

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

    What PHP version?
    Is this just an error in the logs or also on the front-end?
  7. Replies
    984
    Views
    213,823

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

    Yes, just a numbering error. I missed updating the version number. I'll catch it next release.
  8. Replies
    984
    Views
    213,823

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

    You never answered my other question. Of course, check spam folders too.
  9. Replies
    984
    Views
    213,823

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

    Double check your storefront file edits and merges.
    Did customers get a status update emails prior to installing this?
  10. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    The column 'updated_by' was added in Zen Cart 1.5.6. You said you're using 1.5.5e so you installed the wrong version. You'll need to remove what you installed and install the correct version.
  11. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Following the posting guidelines would be helpful. Don't overlook this one: Please post the contents of related "debug logs" generated by Zen Cart (wrap the content in [ code ] and [ /code ] tags...
  12. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Good to know, thanks for testing and confirming.
  13. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    I have a version ready for testing on Zen Cart 1.5.6. If you are interested in testing it, PM me.
  14. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    PM sent. If anyone else wants to test/trouble shoot, let me know.
  15. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Yes. I have a version ready but has not been thoroughly tested yet. Would you like to try it out?
  16. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    You can configure up to five carriers currently. If you need more, follow the current logic in the code to add as many as you need. Shouldn't be to big of a job.
  17. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Did you read the post immediately prior to yours? That has your answer.
  18. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Yes, I have an updated version I have not posted yet. If you'd like to try it, PM me your email address.
  19. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    This is an admin setting, not a page. Admin>Localization>Order Status
  20. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    @nutbugs Thanks for testing and confirming. New version now submitted. Should be available shortly as version 3.1.5
  21. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    PM me your email address and I'll get it to you. No bugs have been reported with it. Just haven't gotten around to submitting it. Honestly, I forgot about it.
  22. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    If it's outside your skill set, sounds like you need to hire someone. Performing a merge of two plugins it outside the scope of the free support on this forum.
  23. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    This plugins shares files with the other plugins you've installed. By overwriting instead of merging, you've wiped out the customizations those plugins need. You *must* merge the Ty Package Tracker...
  24. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    I'd suggest double checking your installation. I have not seen this on any ZC 1.5.4 site using this.
  25. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Check you PM
  26. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Thanks for posting the results back.
  27. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    I found and fixed the cause. This is still a BETA version for Zen Cart 1.5.5. If you'd like to test it, I can get it to you. PM me.
  28. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    Did this problem occur prior to upgrading to Zen Cart 1.5.5?
    What version of Zen Cart and Ty Package Tracker were you using previously?
  29. Replies
    984
    Views
    213,823

    Re: Ty Package Tracker v3.1.4

    If someone were to write a script to process the CSV file, yes. As it stands now, this function does not exist. It's crossed my mind, but never got around to doing it.
  30. Replies
    984
    Views
    213,823

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

    In the install packed, it's line 142. Look for the section "// BEGIN TY TRACKER 3 - E-MAIL TRACKING INFORMATION"
  31. Replies
    984
    Views
    213,823

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

    You'll find that in our /ADMIN/orders.php page. Look around line #177, but will vary based upon your version and other installed plugins.
  32. Replies
    984
    Views
    213,823

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

    No. This allows you to enter the tracking number as part of updating the order status.
  33. Replies
    984
    Views
    213,823

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

    Does it show up in the admin? Double check you've uploaded all the right files into the right directories too.
  34. Replies
    984
    Views
    213,823

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

    Yes, you do need to go in and manually input the tracking number and update the order.
  35. Replies
    984
    Views
    213,823

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

    Things in ALL CAPS are almost always due to language file problems. Most often missing.

    Be sure all the files were uploaded properly paying special attention to the language files.
  36. Replies
    984
    Views
    213,823

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

    The mod version is listed as April 2008, so I'm pretty sure that's the version I have installed.

    My admin looks much like yours, see attached. The 'Customer Name' and 'Shipping Name' are...
  37. Replies
    984
    Views
    213,823

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

    I've never seen that button before. Have you looked in the customer order history from the customers view point (log in as a customer and view order history)? Although, in my version, the tracking...
  38. Replies
    984
    Views
    213,823

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

    I was thinking the image was the blue, round T, which is in your screen shot. However, I see that is not the file name for that image (at least not in my version, which is older). Can you post the...
  39. Replies
    984
    Views
    213,823

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

    If you go to Admin>Customers>Add Tracking ID

    it should be the first icon under Action in your list of orders.
  40. Replies
    984
    Views
    213,823

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

    Capital letters like that are usually a language file problem. Be sure all the language files got uploaded into the right directories.

    Do the emails for other shipping methods work correctly?
  41. Replies
    984
    Views
    213,823

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

    Are you using something that does that?
  42. Replies
    984
    Views
    213,823

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

    Are you shipping your own products or is another company shipping them for you, ie drop shipping? If another company is shipping them for you, you'll need to get the tracking number from them when...
  43. Replies
    984
    Views
    213,823

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

    When you update the order, Zen sends an email to the customer saying the order was updated and does include the tracking number.
  44. Replies
    984
    Views
    213,823

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

    UPS changed their tracking url some time ago. You can modify it in the Zen admin. Go to Admin>Configuration>Ty Package Tracker

    The url I've got is:
    ...
  45. Replies
    984
    Views
    213,823

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

    I also had orders that may ship in more than one shipment. The simplest way to get around this is to add something in the comments box. I'll usually add '1 of 2' and '2 of 2' into the comment box...
  46. Replies
    984
    Views
    213,823

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

    Why not enter the tracking number and in the comments section enter "tracking number added". A whole lot easier than editing the core files.
  47. Replies
    984
    Views
    213,823

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

    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...
  48. Replies
    984
    Views
    213,823

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

    That looks like a language file either missing or in the wrong folder.
  49. Replies
    984
    Views
    213,823

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

    How did you end up getting HTML to work in the comments box?
  50. Replies
    984
    Views
    213,823

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

    Yep...but can't be done. Let us know if you fine a solution though. There are other places this ability would be helpful.
Results 1 to 50 of 86
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR