The {FIELD-WISH-LIST-DELETE} QuickCode Tag may be used within the {WISH-LIST-BLOCK-BEGIN} {WISH-LIST-BLOCK-END} block, in order to display a checkbox for each of the customer's wish lists.
Since {FIELD-WISH-LIST-DELETE} creates an input (the checkbox), this QuickCode Tag must be placed within a properly formatted HTML form, and the form must include a submit button, in order for the checkbox created by {FIELD-WISH-LIST-DELETE} to actually function. If {FIELD-WISH-LIST-DELETE} is not within a properly formatted HTML form with a submit button, selecting the checkbox will have no effect.
It is recommended to always place any content related to wish lists between the {IF-USING-WISH-LISTS-BEGIN} and {IF-USING-WISH-LISTS-END} QuickCode Tags, so that the content will be shown when the store's Wish List Module is enabled, but hidden if the store's Wish List Module is disabled.
Additionally, only logged in customers may edit wish lists, so it is recommended to place content related to editing wish lists between the {IF-CUSTOMER-LOGGED-IN-BEGIN} and {IF-CUSTOMER-LOGGED-IN-END} QuickCode Tags. |