Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Sep 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Text Box Dissapears

    I can also post any files you need, if you would like

    (sorry for double posting, it wont let me edit my previous)

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Text Box Dissapears

    I'd recommend using something like Beyond Compare from scootersoftware.com and comparing a clean Zen Cart to your site and see if there is something missing from the code ...

    This has been built into Zen Cart for a long time and to suddenly not work I'd have to say a file has been altered from the original code and it is not picking up the setting properly ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #23
    Join Date
    Sep 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Text Box Dissapears

    Okay, I can try that. Could you possibly list the files associated with the Text Attributes because there are an awful lot of files I would have to go through haha

  4. #24
    Join Date
    Sep 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Text Box Dissapears

    Okay I checked every single file and they are all the same (besides my overrides) and it still is not working. BUT I think im on to something. One file was different which i thought would have solved my problem but it didnt seem to work It was the functions_lookup.php file and this is what the part of the file that was different:


    PHP Code:
    // text required validation
        
    if (ereg('^txt_'$option)) {
          
    $check_attributes $db->Execute("select attributes_display_only, attributes_required from " TABLE_PRODUCTS_ATTRIBUTES " where products_id='" . (int)$product_id "' and options_id='" . (int)ereg_replace('txt_'''$option) . "' and options_values_id='0'");
    // text cannot be blank
          
    if ($check_attributes->fields['attributes_required'] == '1' and empty($value)) {
            
    $check_valid false;
          }
        }

        return 
    $check_valid

    -- That is the original code so i replaced the file but it still doesnt work. Is there something wrong with the above code still?

    Thanks for the help so far

  5. #25
    Join Date
    Sep 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Text Box Dissapears

    Okay finally figured it out. It was the Ty's Package Tracker addon

    Once you execute the SQL for it, it completely messes up the attributes. Why, im not sure but if anyone knows please let me know cause i loved that addon!

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. EZ-Pages footer menu dissapears on language change
    By lexicdark in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Dec 2015, 05:50 PM
  2. Mainpage Dissapears when Product is added
    By sweetharvey in forum Installing on a Windows Server
    Replies: 1
    Last Post: 12 Jul 2009, 04:46 AM
  3. Replace text/html description text box with GUI editor
    By coolman in forum General Questions
    Replies: 3
    Last Post: 4 Dec 2008, 10:36 PM
  4. Current Currency rate dissapears!!!!! I am so frustrated
    By nerous in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 25 Nov 2007, 06:54 AM
  5. Attribute Text does not show text entry box, HELP!
    By dinki in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 8 Nov 2006, 01:14 PM

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