The following content in the web page's template: <a href="{CREDIT-CARD-DELETE-URL}">Delete</a>
Will translate for example into the following code when viewed in a storefront: <a href="https://www.modularmerchant.com/cmr_account3.php?delete_cc=1">Delete</a>
Will display the following when viewing that web page in the storefront: Delete
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {CREDIT-CARD-DELETE-URL} QuickCode Tag is changed into the source code below prior to the web page being displayed.