Save Vault Field Value
save_vault_field_value returns the encrypted vault-save token value used by CartThrob checkout flows.
This is an immediate-execution single tag.
See also:
Parameters
This tag has no tag-specific parameters.
Behavior and Constraints
- Encrypts the literal value
'y'. - Returns the encrypted token string.
- Commonly used as the value for checkout vault-save inputs (
VLT).
Examples
Use as hidden input value:
<input type="hidden" name="VLT" value="{exp:cartthrob:save_vault_field_value}" />
Manual checkbox using this value:
<input type="checkbox" name="VLT" value="{exp:cartthrob:save_vault_field_value}" />