The mgiBillingInfo Tag
Tag Behavior
The mgiBillingInfo tag creates a table of billing information
including name, company, address, phone, fax and email. The mgiBillingInfo
tag can be used in conjunction with the mgiConfirmOrder
tag or with a custom shopping solution.
Tag Syntax
The mgiBillingInfo tag has no required parameters and no optional
parameters. The tag form is:
<mgiBillingInfo>
Required Parameters:
Optional Parameters:
Form Field Names: None of the fields are required when
processed by the mgiConfirmOrder tag.
- bNAME - The "Name" text field.
- bCOMPANY - The "Company" text field.
- bADDRESS1 - The "Address" text area.
- bCITY - The "City" text field.
- bSTATE - The "State" select.
- bPROVINCE - The "Province" text field.
- bZIPCODE - The "Postal Code" text field.
- bCOUNTRY - The "Country" select.
- bPHONE - The "Phone" text field.
- bFAX - The "Fax" text field.
- bEMAIL - The "Email" text field.
Example Usage and Output
<mgiBillingInfo>
The default format of the mgiBillingInfo tag is:
Suggested Usage
- Hard-Coded Shopping Baskets
- Database-Driven Shopping Baskets
|