Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Remove the "maximum characters allowed" possible?

    If I have an attribute as multiple rows of text for customer input, it displays a funky looking box with the number of characters allowed. I do not want this showing, I just want the text box only.

    How do I get rid of that?


    Thanks!

  2. #2
    Join Date
    Feb 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Remove the "maximum characters allowed" possible?

    Hi Look in the attruibites file
    /includes/attributes.php


    at line 402 ish

    $tmp_html = ' <input disabled="disabled" type="text" name="remaining' . TEXT_PREFIX . $products_options_names->fields['products_options_id'] . '" size="3" maxlength="3" value="' . $products_options_names->fields['products_options_length'] . '" /> ' . TEXT_MAXIMUM_CHARACTERS_ALLOWED . '<br />';

    Just comment out this and the box dissapears.

    IT STILL WORKS THOUGH so make sure you set your max lenght to some thing big if you want to allow war and peace in there!

 

 

Similar Threads

  1. Is it possible to remove the "Login/Register" link?
    By Cdkl in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Jan 2010, 07:29 PM
  2. Can I change the maximum characters allowed?
    By BenhamCollectibles in forum General Questions
    Replies: 2
    Last Post: 9 Dec 2009, 03:20 AM
  3. Remove "Add: [ ]" and "Add selected products to cart" from product pages? possible?
    By edwardtilbury in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Sep 2008, 03:13 AM
  4. Trying to remove Maximum Characters Allowed Box
    By scitrenbaum in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Jan 2008, 12:07 AM
  5. Remove 'maximum characters allowed' text
    By jeking in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Nov 2007, 07:56 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