Change the design of your Customer Payment Profile Page
Purpose: This template is used when customers need to update their saved Credit Card information.
Note: This template will only come into play for Stores that are using a token based payment method like Authorize Net's CIM module. To access the page, shoppers with saved credit cards will need to log into their "My Account" sections and edit/update their Saved Credit Cards.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
- [strCustomerPaymentProfileId]
- [account_creditcard-details]
- <!--START: CATEGORY_HEADER-->
- [CONTENT]
- <!--END: CATEGORY_HEADER-->
- <!--START: ERROR_MSG-->
- [strErrMsg]
- <!--END: ERROR_MSG-->
- [account_creditcard-info]
- [CustomerInfo_creditcardnumber]
- [card_number]
- [CustomerInfo_creditexpiration]
- <!--START: drpRegMonth-->
- [intMonth]
- [selected]
- [month]
- <!--END: drpRegMonth-->
- <!--START: drpRegYear-->
- [year]
- [selected]
- [year]
- <!--END: drpRegYear-->
- [account_button-cancel]
- [CustomerInfo_creditcardnumber]
- [card_number]
- [card_number]
- [CustomerInfo_creditexpiration]
- [month]
- [year]
- [month]
- [year]
- <!--START: editCard-->
- [account_creditcard-edit]
- <!--END: editCard-->
- [account_billing-info]
- <!--START: authNet-->
- [CustomerInfo_firstname]
- [billing_firstname]
- [CustomerInfo_lastname]
- [billing_lastname]
- <!--START: company-->
- [CustomerInfo_company]
- [billing_company]
- <!--END: company-->
- <!--END: authNet-->
- [CustomerInfo_address]
- [billing_address]
- <!--START: city-->
- [CustomerInfo_city]
- [billing_city]
- <!--END: city-->
- <!--START: country-->
- [CustomerInfo_country]
- <!--END: country-->
- <!--START: state-->
- [CustomerInfo_state]
- <!--END: state-->
- [CustomerInfo_zip]
- [billing_zip]
- [account_button-back]
- [account_button-delete]
- <!--START: save-->
- [account_button-Save]
- <!--END: save-->
- <!--START: CATEGORY_FOOTER-->
- [CONTENT]
- <!--END: CATEGORY_FOOTER-->
- [billing_country]
- [billing_state]
- [account_creditcard-delete-confirmation]
- [CustomerInfo_creditcardnumber]
- [CustomerInfo_creditexpiration]
- <!--START: authNetValidation-->
- [CustomerInfo_firstname]
- [CustomerInfo_lastname]
- <!--END: authNetValidation-->
- [CustomerInfo_address]
- <!--START: CityValidation-->
- [CustomerInfo_city]
- <!--END: CityValidation-->
- <!--START: CountryValidation-->
- [CustomerInfo_country]
- <!--END: CountryValidation-->
- <!--START: StateValidation-->
- [CustomerInfo_state]
- <!--END: StateValidation-->
- [CustomerInfo_zip]
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.