Announcement

Collapse
No announcement yet.

Number of Character in Fields

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Number of Character in Fields

    Is there a list somewhere that outlines the number of characters that can entered (used) in all of the fields in the Miva admin? For example, how many characters can be used in the Product Code or Product Name field. It would be really nice to have some sort of chart that can be referred to.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    The Database Reference Manual tells the type and length of the fields in most the tables. If you know how to use phpMyAdmin, you can actually check the DB to see how many characters a field can hold. Of course, you have to know enough about the DB structure to figure out which table column corresponds to which admin text box.

    In general, I think, codes (such as product codes, category codes, etc.) are 50 characters, and names are 100.
    Kent Multer
    Magic Metal Productions
    http://TheMagicM.com
    * Web developer/designer
    * E-commerce and Miva
    * Author, The Official Miva Web Scripting Book -- available on-line:
    http://www.amazon.com/exec/obidos/IS...icmetalproducA

    Comment


      #3
      Leslie:

      Our free Database Viewer will let you view ANY store or domain table. If you hover over a field name, it will display the data type (integer, char, boolean etc) and maximum characters.

      The Database Reference is OK but it hasn't been updated since late 2014 so many tables have been added and fields have been added, so it is somewhat out of date.

      As Kent mentioned, the most common codes (product, category) are 50 chars and names are 100 chars.
      Gordon Currie
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit Any Document Easily | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment

      Working...
      X