The following content in the storefront template: <a href="{BASKET-REMOVE-PRODUCT-URL}">Remove</a>
Will display the following when viewing that web page in the storefront: <a href="http://www.example.com/basket.php?dx_item=02">Remove</a>
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {BASKET-REMOVE-PRODUCT-URL} QuickCode Tag is changed into the source code below prior to the web page being displayed.