Modular Merchant
QuickCode™ Glossary
{FIELD-BILL-FIRST-NAME}
QuickCode Tag Glossary Home
See also:
Knowledge Base
Articles in this category:
{CHECKOUT-FIELD-BLOCK-BEGIN}

{CHECKOUT-FIELD-BLOCK-END}

{CHECKOUT-FIELD-DESCRIPTION}

{CHECKOUT-FIELD-TITLE}

{CHECKOUT-FIELD}

{COMPOSITE-CUSTOMER-FIELDS}

{FIELD-BILL-ADDRESS-1}

{FIELD-BILL-ADDRESS-2}

{FIELD-BILL-CITY}

{FIELD-BILL-COUNTRY}

{FIELD-BILL-FIRST-NAME}

{FIELD-BILL-LAST-NAME}

{FIELD-BILL-STATE}

{FIELD-BILL-ZIP}

{FIELD-CC-NAME}

{FIELD-CC-NUMBER}

{FIELD-CC-SECURITY}

{FIELD-CC-YEAR}

{FIELD-COUPON-CODE}

{FIELD-COUPON-SUBMIT}

{FIELD-EMAIL-CONFIRM}

{FIELD-EMAIL-FETCH-LOGIN}

{FIELD-EMAIL-LOGIN}

{FIELD-EMAIL}

{FIELD-PASSWORD-CONFIRM}

{FIELD-PASSWORD-LOGIN}

{FIELD-PASSWORD}

{FIELD-PHONE-AREA-CODE}

{FIELD-PHONE-NUMBER}

{FIELD-RESULTS-PER-PAGE}

{FIELD-SEARCH-ASC-DESC}

{FIELD-SEARCH-ORDER}

{FIELD-SEARCH}

{FIELD-SHIP-ADDRESS-1}

{FIELD-SHIP-ADDRESS-2}

{FIELD-SHIP-CITY}

{FIELD-SHIP-COUNTRY}

{FIELD-SHIP-EDITOR-CLOSE-BUTTON}

{FIELD-SHIP-FIRST-NAME}

{FIELD-SHIP-LAST-NAME}

{FIELD-SHIP-STATE}

{FIELD-SHIP-ZIP}

{FIELD-TOS-CHECKBOX}

{FORCE-REGISTER}

{IF-HIDE-CHECKOUT-PASSWORD-BEGIN}

{IF-HIDE-CHECKOUT-PASSWORD-END}

{IF-ORDER-GIFT-WRAP-BEGIN}

{IF-ORDER-GIFT-WRAP-END}

{IF-PRODUCT-GIFT-WRAP-BEGIN}

{IF-PRODUCT-GIFT-WRAP-END}

{PRODUCT-GIFT-WRAP-CHECKBOX}

{PRODUCT-GIFT-WRAP-INFO}

Forms > {FIELD-BILL-FIRST-NAME}
<< {FIELD-BILL-COUNTRY} {FIELD-BILL-LAST-NAME} >>
{FIELD-BILL-FIRST-NAME} Updated: 07/1/2009

This is used to add a field to your checkout process for a customer to enter the First Name of their billing address.

Requirements / Prerequisites

This QuickCode tag must be used in an HTML form.

Example of Use
  1. The following content in the web page's template:
    First Name: {FIELD-BILL-FIRST-NAME}
  2. Will display the following when viewing that web page in the storefront:
    First Name:
Customization

To customize this field, create a CSS style titled FIELD-BILL-FIRST-NAME. The form button generated by this QuickCode Tag will then inherit the attributes of that style.

For example: To make the quantity field 20 pixels wide with red text, add this style to your CSS rules:

<style type="text/css">
<!--
.FIELD-BILL-FIRST-NAME {
color: #FF0000;
width: 20px;
}
-->
</style>
Source Code Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {FIELD-BILL-FIRST-NAME} QuickCode Tag is changed into the source code below prior to the web page being displayed.
LOG IN TO ADD COMMENTS
  Copyright © 2001 - 2024 Modular Merchant™. All rights reserved.
Modular Merchant | Privacy Policy | Legal Statement | Terms of Service | Contact Us | Site Map