Results 1 to 10 of 1015

Threaded View

  1. #11
    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 tylerd213
    I have found a major bug, which i really hope can be fixed.

    When you install this add-on and execute the SQL query it messes up the attributes.

    If you have a text attribute and mark it as required, it still lets users continue to the cart without typing anything in..

    I know for a fact it is this addon because i had to start from scratch again and once I executed the SQL I was unable to receive an error when no text was entered in the text attribute

    Please let me know if this can be fixed because i really do love this addon!!!
    Thanks for finding the bug. I reviewed the sql code and the database and found out that 3 fields were accidentally removed.
    To fix the bug, you should BACKUP your database and then run the following 3 statements in Admin->Tools->Install SQL Patches
    Code:
    INSERT INTO `configuration` VALUES (316, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-25 20:11:52', '2006-09-25 20:11:52', NULL, NULL);
    INSERT INTO `configuration` VALUES (322, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-25 20:11:52', '2006-09-25 20:11:52', NULL, NULL);
    INSERT INTO `configuration` VALUES (323, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-25 20:11:52', '2006-09-25 20:11:52', NULL, NULL);
    The above code adds the 3 fields that were initially removed when Ty_Package_Tracker was installed. The above statements were ran on my live website and tested without any problems.
    Last edited by colosports; 26 Sep 2006 at 03:58 AM.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

 

 

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

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