|
|
<%
' This routine will display a list of items, one line per call. Required parameters are:
'
' item_num Item number of the item being sold
' item_description Description of item being sold
' item_price Price of item being sold
' display_style not used
' display_mode 4 types of modes are allowed; R = Regular, S = Sold out, O = Special Order, N = Not available
' minqty minimum quantity that can be ordered
' background 1 or 0, used to alternate lines between grey back ground and no background for ease of reading table
function table_list_100_percent(ByVal item_num, ByVal item_description, ByVal item_price, ByVal display_style, ByVal display_mode, ByVal minqty, ByVal background)
minqty_field = "Min=" & minqty
If background = 1 then table_background = "#99CCFF" else table_background = "#FFFFFF" end if
if item_price = .95 then display_mode = "O" end if
if item_price = .97 then display_mode = "O" end if
bookmark = item_num
%>
<% end function %>
|
150th Anniversary of Canada's
First Postage Stamp
2001 3-Cent Sterling Silver Coin |
|

|
 |
|
This one-of-a-kind set celebrates the
150th anniversary of Canada's first postage stamp with a
24-karat gold-plated sterling silver commemorative
3-cent coin. This unique set also includes a distinctive
brass medal, featuring the original Sir Sandford
Fleming's stamp design, and Canada Post's commemorative
three penny beaver postage stamp.
First 3-cent coin ever minted! Limited to 90,000 coins
worldwide. Gorgeous set! |
| |
|
<%
call table_list_100_percent("SIL-CA-COM-2001-STAMP-COIN", "150th Anniversary of Canada's First Postage Stamp", 26.95, "S","O", 1, 0)
%>
|
| |
|
|
|
 
|
|
|
|