%
' Comersus 6.0x Sophisticated Cart
' Developed by Rodrigo S. Alhadeff for Comersus Open Technologies
' United States
' Open Source License can be found at License.txt
' http://www.comersus.com
' Details: HTML template for listings
%>
<%
pIdCustomerType = getSessionVariable("idCustomerType",1)
pCompareProducts = getSettingKey("pCompareProducts")
%>
<%=pDescription%>
<%=getMsg(13,"View")%>
<%if pCompareProducts="-1" then%>
<%=getMsg(14,"Compare")%>
<%end if%>
<%=pSku%><%=getMsg(15,"Price")%> <%=pCurrencySign & money(pPrice)%>
<%if (pListPrice-pPrice)>0 then%>
<%=getMsg(16,"Saving")%> <%=pCurrencySign & money(pListPrice-pPrice)%>
<%end if%>
-
<%if pShowStockView="-1" then%>
- <%=getMsg(61,"Stock")%>: <%=pStock%>
<%end if%>