<!-- Show the content between IF-USING-WISH-LISTS-BEGIN and IF-USING-WISH-LISTS-END only if the store's Wish List Module is enabled. -->
<h3>Wish Lists</h3>
<!-- Show the content between IF-WISH-LIST-BEGIN and ELSE only if the shopping session has a wish list. -->
<div style="border:2px solid black;padding:15px;width:700px;">
<!-- Show the content between IF-WISH-LIST-OWNER-BEGIN and IF-WISH-LIST-OWNER-END only if the logged in customer owns the wish list. -->
<form name="wish_list_form" method="post" action="
{THIS-PAGE}">
<h3>Edit your wish lists...</h3><br />
<!-- Show the content between WISH-LIST-BLOCK-BEGIN and WISH-LIST-BLOCK-END once for each wish list. -->
<ul style="border:2px solid grey;padding:15px;width:auto;list-style-type: none;">
<li style="text-align:center;"><strong>Wish List Name:</strong> WISH-LIST-NAME}</li>
<li>
<!-- Show the content between WISH-LIST-ITEM-BLOCK-BEGIN and WISH-LIST-ITEM-BLOCK-END once for each product in the current wish list. -->
<ul style="border:1px solid grey;padding:10px;width:auto;list-style-type: none;">
<li><strong>Delete Item:</strong> {FIELD-WISH-LIST-ITEM-DELETE}</li>
<li><button type="button" name="" value="" onclick="location.href='quick_return.php?id=
{PRODUCT-SID}&qty=1'">ADD TO CART</button></li>
</ul><br />
<!-- End of WISH-LIST-ITEM-BLOCK content. -->
</li>
</ul><br />
<!-- End of WISH-LIST-BLOCK content. -->
<input type="submit" name="submit_wish_list_form" value="Update wish lists" />
</form>
<!-- End of content to be shown only if the current customer owns the wish list. -->
</div>
<!-- End of content to be shown only if the shopping session has a wish list. -->
<!-- End of content to be shown only if the store's Wish List Module is enabled. -->
<hr />