Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    4
    Plugin Contributions
    0

    Default Limiting the number of characters in the 'add to cart' field to 1

    Hello,

    I want to make it so that only one character is entered when this page is viewed--its pretty unlikely a person will be ordering 10,000 units on my website in one order.

    http://nylanoor.com/site/index.php?m...roducts_id=115

    Thanks for the help!

    --Brent B.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Limiting the number of characters in the 'add to cart' field to 1

    the width of input box is being controlled by your CSS. locate following in your CSS ( stylesheet_main.css)

    #cartAdd .cartAdd_indent input.cart_quantity {
    width: 64px;
    height: 21px;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-color: #ffffff;
    background-image: none;
    color: #181c23;
    font-size: 11px;
    margin-top: 3px;
    border-top-color: #c5a97f;
    border-left-color: #c5a97f;
    border-right-color: #c5a97f;
    border-bottom-color: #c5a97f;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 7px;
    }

    Change the width to something much smaller like 10 px. you can change the height as well if you wish .

    hope this helps.

 

 

Similar Threads

  1. Limiting the number of category tabs on the top menu
    By pedleyonline in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Mar 2010, 04:16 PM
  2. Limiting number of characters in an input field.
    By SandraSD in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 12 Sep 2009, 01:04 PM
  3. Limiting the number of images that appear on the product page.
    By Malx in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Aug 2009, 06:36 AM
  4. needing to add a P.O. number field to the checkout process
    By graper in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 18 Feb 2008, 12:22 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