<% if Request.Cookies("display") = "links" then %>
"><%= .fields("products_name").value %>
Date Added » <%= fDisplayNiceDate(.fields("products_date_added")) %> <%= .fields("manufacturers_name").value %> <% sOutputProductLinks .fields("pk").value %>
<% else %>
| "> " title=" <%= .fields("products_name").value %> " height="120"> |
|
"><%= .fields("products_name").value %>
Date Added » <%= fDisplayNiceDate(.fields("products_date_added")) %>
<% sOutputProductLinks .fields("pk").value %>
<% end if %>
<%
mnyProductsNew_ProductPrice = fRetrieveProductPrice(.fields("pk").value)
mnyProductsNew_OriginalPrice = fRetrieveProductOriginalPrice(.fields("pk").value)
if mnyProductsNew_ProductPrice <> mnyProductsNew_OriginalPrice then
%>
<%= strCurrencySymbol %><%= mnyProductsNew_OriginalPrice %> <%= strCurrencySymbol %><%= mnyProductsNew_ProductPrice %>
<% else %>
<%= strCurrencySymbol %><%= mnyProductsNew_ProductPrice %>
<% end if %>
|
"> |

|
|