Page 24 of 100 FirstFirst ... 1422232425263474 ... LastLast
Results 231 to 240 of 998
  1. #231
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

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

    Still getting error:

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1

    On fresh install


    Steve

  2. #232
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    Run the uninstall_mod.sql
    Do you get any error from that file?
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

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

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

    Quote Originally Posted by BlessIsaacola View Post
    Thanks for the latest update. Is it possible to display the credit card type (i.e. visa, mastercard, discover, american express). that the customer use?
    This can be easily done. I will have to look at the code. Give me some time.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  4. #234
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

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

    The uninstall gives me:

    1091 Can't DROP 'track_id1'; check that column/key exists
    in:
    [ALTER TABLE orders_status_history DROP track_id1, DROP track_id2, DROP track_id3, DROP track_id4, DROP track_id5;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.



    Not surprising because I have never had it installed..

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

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

    I think I found out what the problem was.
    Try this one.
    Attached Files Attached Files
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  6. #236
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

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

    Good try but still getting:

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Ty Package Tracker', 'Ty Package Tracker Settings', '1', '1');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    Steve

  7. #237
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    From what I have read, Disabling the 'strict' mode in mysql5 should solve the problem.

    A similar post was posted at:
    http://www.zen-cart.com/forum/showthread.php?t=63993

    I do not know much about strict mode in mysql5, so I will not comment if you should or should not disable the feature. You will have to research it. I am still using mysql4.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  8. #238
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

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

    That fixed it.. Just comment out the strict mode line in my.ini for sql5

    Steve

  9. #239
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    Quote Originally Posted by BlessIsaacola View Post
    Is it possible to display the credit card type (i.e. visa, mastercard, discover, american express). that the customer use?
    Look for the following code in admin/tracker.php (around line 348)
    Code:
    <td class="main"><?php echo $order->info['payment_method']; ?></td>
    Replace it with
    Code:
    <td class="main"><?php echo $order->info['cc_type']; echo ' ' . $order->info['payment_method'];?></td>
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  10. #240
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by colosports View Post
    Look for the following code in admin/tracker.php (around line 348)
    Code:
    <td class="main"><?php echo $order->info['payment_method']; ?></td>
    Replace it with
    Code:
    <td class="main"><?php echo $order->info['cc_type']; echo ' ' . $order->info['payment_method'];?></td>
    Thank you so much.

 

 
Page 24 of 100 FirstFirst ... 1422232425263474 ... 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