VbzCart/docs/coding/checkout: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (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...") |
m (Woozle moved page VbzCart/VbzCart/coding/checkout to VbzCart/docs/coding/checkout without leaving a redirect: correct naming (was no way to import directly to this name)) |
(No difference)
|
Latest revision as of 01:53, 25 February 2024
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())