Modular Merchant
QuickCode™ Glossary
{COMPOSITE-CUSTOMER-FIELDS}
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 > {COMPOSITE-CUSTOMER-FIELDS}
<< {CHECKOUT-FIELD} {FIELD-BILL-ADDRESS-1} >>
{COMPOSITE-CUSTOMER-FIELDS} Updated: 04/13/2012

If you don't want to build the dynamic list of custom customer fields in your store's checkout area, then use the {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag instead. This tag will build the entire table of custom customer fields, including the necessary HTML code and QuickCode Tags. All with one tag!

The {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag builds a list of the custom customer fields with all the necessary components. If no custom customer fields have been created, then nothing is displayed. The customer field, its title and its description are all displayed for any of the possible ten custom customer fields you have created.

The {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag also has its own CSS styles that you can use in your CSS style sheets to control the look of the HTML table it creates. A sample of the CSS code is provided below. To apply these styles to this tag in your store, copy the CSS code below, and then paste it into a CSS style sheet used in your store. Edit the CSS styles at will to control the design of the HTML content.

Also below is a copy of the HTML source code that is used to construct the {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag. This is the source code that the tag will be translated into when your store page is displayed in a web browser. The HTML is included for informational purposes only, it's just so you can see how the HTML table is built. Note that there are other standard QuickCode Tags embedded within this composite tag. You can do the same when creating your own custom QuickCode Tags.

Customization

CSS style sheet source code used in the {COMPOSITE-CUSTOMER-FIELDS} QuickCode Tag

<style type="text/css">
<!--
.customer-field-title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.customer-field-description {
background-color: #00458A;
color: #FFFFFF;
}
.customer-field-title {
font-weight: bold;
}
-->
</style>

Source Code Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {COMPOSITE-CUSTOMER-FIELDS} 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