Modular Merchant
QuickCode™ Glossary
{FIELD-COUPON-SUBMIT}
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-COUPON-SUBMIT}
<< {FIELD-COUPON-CODE} {FIELD-EMAIL-CONFIRM} >>
{FIELD-COUPON-SUBMIT} Updated: 07/2/2009

This is used to display a form button for submitting a coupon code during the checkout process.

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:
    Submit Coupon: {FIELD-COUPON-SUBMIT}
  2. Will display the following when viewing that web page in the storefront:
    Submit Coupon: 
Customization

To customize this field, create a CSS style titled FIELD-COUPON-SUBMIT. 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-COUPON-SUBMIT {
color: #FF0000;
width: 20px;
}
-->
</style>

Custom button image: To customize this button, replace the {FIELD-COUPON-SUBMIT} QuickCode Tag in your HTML template with the source code. Then, replace the path to the button image  with the path of your own custom button image.

Using standard form button: If you'd rather use a standard HTML form submit button instead of an image button, you may. The only requirement is that the button name would have to be "coupon_submit_x".

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