VbzCart/coding/checkout

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | coding
Revision as of 14:33, 4 June 2019 by Woozle (talk | contribs) (Created page with "''see also pieces/checkout'' The checkout pages use a new set of form/field classes which might later be ported back into Ferreteria if I can fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

see also pieces/checkout

The checkout pages use a new set of form/field classes which might later be ported back into Ferreteria if I can figure out how they fit in.

The process of building and displaying a form includes these elements:

  • Specifying field objects and making them available as needed (e.g. BuildFieldFor())
  • Creating an array of fields to be displayed (e.g. BuildShipAddrTemplate(), BuildCardAddrTemplate())
    • This specifies the name and label text for each field.
  • Loading the necessary fields so they're available for receiving form data (e.g. LoadControlsForPage())