52 articles in the category Forms. | Showing results 26 - 50 |
|
{FIELD-PASSWORD-LOGIN}
Adds a field for an EXISTING customer to input their password.
|
|
{FIELD-PASSWORD}
Displays a form field for recording a customer's password.By default, this field is optional. However, it can be changed to a required field by adding a variable named "required" to it. For example, this instance...
|
|
{FIELD-PHONE-AREA-CODE}
This is used to add a field to your checkout process for a customer to enter the area code of their phone number.
|
|
{FIELD-PHONE-NUMBER}
This is used to add a field to your checkout process for a customer to enter their phone number.
|
|
{FIELD-RESULTS-PER-PAGE}
This is used to add a dropdown menu to any page that displays results, it gives the customer the ability to view the results by 10, 25, 50, 75 or 100 items per page.
|
|
{FIELD-SEARCH-ASC-DESC}
This is used to add a dropdown menu to any page that displays results, it gives the customer the ability to organize the results in ascending or descending order.
|
|
{FIELD-SEARCH-ORDER}
This is used to add a dropdown menu to any page that displays search results. It gives the customer the ability to organize the results by Search Score, Date, Name, Price, Part Number or Status.
|
|
{FIELD-SEARCH}
Displays a text field in which the customer can type in phrases to search for in your store. This tag only generates the text field; it does not generate the HTML <form> tag or submit button.
|
|
{FIELD-SHIP-ADDRESS-1}
This is used to add a field to your checkout process for a customer to enter the first line of their shipping address.
|
|
{FIELD-SHIP-ADDRESS-2}
This is used to add a field to your checkout process for a customer to enter the second line of their shipping address.
|
|
{FIELD-SHIP-CITY}
This is used to add a field to your checkout process for a customer to enter the City of their shipping address.
|
|
{FIELD-SHIP-COUNTRY}
This is used to add a field to your checkout process for a customer to enter the Country of their shipping address.
|
|
{FIELD-SHIP-EDITOR-CLOSE-BUTTON}
This is used to display a form button for submitting and dismissing the Shipping Address Editor modal pop-up window.
|
|
{FIELD-SHIP-FIRST-NAME}
This is used to add a field to your checkout process for a customer to enter the First Name of their shipping address.
|
|
{FIELD-SHIP-LAST-NAME}
This is used to add a field to your checkout process for a customer to enter the Last Name of their shipping address.
|
|
{FIELD-SHIP-STATE}
This is used to add a field to your checkout process for a customer to enter the State of their shipping address.
|
|
{FIELD-SHIP-ZIP}
Adds a field to the checkout process for a customer to enter the Zip Code of their shipping address.
|
|
{FIELD-TOS-CHECKBOX}
Adds a field to the checkout area that requires the customer to acknowledge that they have read your terms of service agreement.
|
|
{FORCE-REGISTER}
When this QuickCode Tag is used in your store's checkout area, it will force the store to create an account for the customer immediately. Usually, any customer account is created at the end of the checkout process.
|
|
{IF-HIDE-CHECKOUT-PASSWORD-BEGIN}
Any content between this tag and the {IF-HIDE-CHECKOUT-PASSWORD-END} tag will be displayed if a PHP session variable titled "hide_password" equals "Y".This is often used to hide the password fields during the...
|
|
{IF-HIDE-CHECKOUT-PASSWORD-END}
Any content between this tag and the {IF-HIDE-CHECKOUT-PASSWORD-BEGIN} tag will be displayed if a PHP session variable titled "hide_password" equals "Y".This is often used to hide the password fields during...
|
|
{IF-ORDER-GIFT-WRAP-BEGIN}
Beginning tag for all {ORDER-GIFT-WRAP-XXX} tags. All {ORDER-GIFT-WRAP-XXX} should be placed between the {IF-ORDER-GIFT-WRAP-BEGIN} and {IF-ORDER-GIFT-WRAP-END} QuickCode tags.
|
|
{IF-ORDER-GIFT-WRAP-END}
Ending tag for all {ORDER-GIFT-WRAP-XXX} tags. All {ORDER-GIFT-WRAP-XXX} should be placed between the {IF-ORDER-GIFT-WRAP-BEGIN} and {IF-ORDER-GIFT-WRAP-END} QuickCode tags.
|
|
{IF-PRODUCT-GIFT-WRAP-BEGIN}
Beginning tag for all {PRODUCT-GIFT-WRAP-XXXX} QuickCode tags.
|
|
{IF-PRODUCT-GIFT-WRAP-END}
Ending tag for all {PRODUCT-GIFT-WRAP-XXXX} QuickCode tags.
|