%@ LANGUAGE = "VBScript" %>
<%
if request.querystring("remove")<>"" then
WISHLIST_delete(request.querystring("remove"))
end if
%>
<%= storename %>
<%
header
categorymenu
%>
|
<% if not(WISHLIST_exist()) then %>
your wish list is empty
- Your wish list is currently empty.
- You can add a new item to the list by clicking the "Add to wish list" while shopping on the product pages.
<% else %>
your wish list
· Below is a list of what's on your wish list
· To add a new item, click the "Add to wish list" while shopping on the product pages
· To delete an item from the list click "delete item" beside the items name.
<% er=WISHLIST_dispaly() %>
<% end if %>
|
<% footer %>