Page 28 of 100 FirstFirst ... 1826272829303878 ... LastLast
Results 271 to 280 of 998
  1. #271
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Credit Cards Details

    Quote Originally Posted by Fireflyz View Post
    Thank you for this great mod, I love it but I have a big problem processing credit card payments with it.

    I process credit cards off line and since I installed this mod (on 1.38a), I do not see the credit card "expiration date" anywhere in admin area and I need that information to process the payment. Please advise what to do.

    Thanks for the help!
    UPDATE:
    I figured out the solution myself and here it is for those who might need it. By making this change you will get credit card type as well as expiration date in "Payment Method" field:

    around line 348 on tracker.php find this code;

    Code:
    <td class="main"><?php echo $order->info['payment_method']; ?></td>

    and replace with this:

    Code:
    <td class="main"><?php echo $order->info['cc_type']; echo ' ' . $order->info['cc_expires']; echo ' ' . $order->info['payment_method'];?></td>
    cheers!

  2. #272
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

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

    I've installed the latest version of your software. I'm using Zen 1.3.8a. Everything seemed to install fine and I can see Tracker. However when ever I try to add a tracking number and press update, Zen Cart displays a warning at the top that says - Warning: Nothing to change. The order was not updated.. I have filled in the fields and pressed update but it will not update the database. Can you help?

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

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

    When you enter the tracking number, you also have to change the status or add a comment.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  4. #274
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

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

    Quote Originally Posted by ronlee67 View Post
    Search problem:

    I have installed ty_package_tracker_for_x_2-3a on two ZenCart v1.3.8a websites and after adding a couple of tweaks found here to filenames.php it works like a charm!

    One issue I have on both sites is in the admin area. The Ty Package Tracker search bar at the top of orders lists and orders details pages is a very useful feature.

    My problem is, that once you display a specific order details page, that unless it is the first or last order number, there is no quick way to display an "All Orders" list. An "Orders List" button does appear if I happened to be displaying the first or last order, but it does not appear when displaying other orders.

    In order to get an "All Orders" query, I find I have to purposely choose another (unwanted) "Status" query first, then run an "All Orders" query from the search bar.

    The addition of a permanent "Order List" button near the previous/next/order id group on order detail pages would be useful.
    I noticed there was no acknowledement to this post so I am wondering if I am missing an obvious way to go from an orders detail page back to showing the results list from the last selected status query.

    A little more investigation shows that I cannot run the last selected status query from the status box, although I can select any of the other status queries. The last selected status query will already be displayed in the status box however reselecting that query does nothing.

    Normally this is not a problem since hitting the "Back" button from an order details page will take you to the last viewed page which is often the last selected status query results list. However, while viewing order details, I frequently step from order to order using the "jump to order" button (and the previous/next order buttons) in order to update a bunch of tracking numbers at the end of day. I often need to bale out of this process and view the list from the last query run (in my case the last query run is usually "All Orders", "Processing", or "Shipped" status lists.) I find there is no quick way to do that. The last selected query will not run from the status box, and unless I am displaying the first or last order there is no "Order List" button.

    The two workarounds I found were to either 1) select a different unwanted status first, display it, then select the wanted query, or 2) select either the first or last order from the "Jump to Order" pulldown, display it, then select the desired status query.

    The third method, which is really not a workaround, would be to select the "Back" button multiple times until I am again back to the query results list. This is by far the least practical method.

    Is there a way to reset things after a status query is run, so that each subsequent status query starts fresh? Right now things seem to get hung up if you try to run the same query twice in a row.

    Another approach might be to simply provide a shortcut to display the last selected status query results.
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  5. #275
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    I normally just go to Customers->Tracker from the admin drop down menu. Or from the Order ID box, if you enter "0" in the box and enter, it will give you an error but it will also display All Orders. This is probably the fastest way right now. I usually don't use the All orders page that often, so I never had a use for an All Order page. I will add this feature to the next update.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  6. #276
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

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

    I just installed ty tracker for v1.3.8. When I log into my account, I don't see any tracking options. It just the same my account page.

    Anything that I missed?

  7. #277
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

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

    Quote Originally Posted by colosports View Post
    I normally just go to Customers->Tracker from the admin drop down menu. Or from the Order ID box, if you enter "0" in the box and enter, it will give you an error but it will also display All Orders. This is probably the fastest way right now. I usually don't use the All orders page that often, so I never had a use for an All Order page. I will add this feature to the next update.
    OrderID = 0 works for me! Thanks! That's a handy workaround and will save me mucho time!.

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  8. #278
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

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

    HI
    ANYONE GOT A LINK TO DHL UK THAT CAN BE THE PUT IN THE CONFIGURATION SECTION TO ALLOW ME TO JUST INPUT THE TRACKING NUMBER AND THEN THE LINK THE CUSTOMER GETS GOES STRAIGHT TO THE DHL TRACKING.

    CHEERS

  9. #279
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

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

    I installed the latest version, and i have super orders mod install my problem is on the Ty Package Tracker page i can see the blue tracking link and it sent out the link correctly, however when i go to super orders or orders page it doesn't show the link or tracking number in the status field next to shipped. When print invoice it also doesn't show the tracking number is there a way i can fix this so that tracking number shows up on the invoice and in super orders and order page?
    Lextechs.com Powered By ZenCart

  10. #280
    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 lextechs View Post
    I installed the latest version, and i have super orders mod install my problem is on the Ty Package Tracker page i can see the blue tracking link and it sent out the link correctly, however when i go to super orders or orders page it doesn't show the link or tracking number in the status field next to shipped. When print invoice it also doesn't show the tracking number is there a way i can fix this so that tracking number shows up on the invoice and in super orders and order page?
    I'd like to see the same but it would require modifying the super orders page. Then any upgrades to either mod would be much more difficult...so I just deal with leaving the separate. It would be great is these two mods merged though. I'd love to see that happen.

 

 
Page 28 of 100 FirstFirst ... 1826272829303878 ... 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