uShopCart_nw.class


The uShopCart applet allows you to add a "Shopping Cart" to your web pages. The shopping cart lets your customers see the items which they select. uShop has one shopping cart applet that can be displayed in several different ways based on how big you want it to appear and how many details you want to display for each product. Available displays are: "FULL", "LARGE", "MEDIUM", "SMALL", "NAMES", "COUNT", and "ICON". The default value is "ICON".

Parameters
Note: Optional parameters are in italics


Example 1 ("LARGE" Display Type)


<APPLET CODE = "uShopCart_nw.class" WIDTH=500 HEIGHT=300>
<PARAM NAME=display    VALUE="LARGE">
<PARAM NAME=money_sign VALUE="NOK">
<PARAM NAME=background VALUE="white">
<PARAM NAME=listcolor  VALUE="white">
<PARAM NAME=textcolor  VALUE="black">
<PARAM NAME=fontsize   VALUE="12">
<PARAM NAME=euro_rate  VALUE="8.2">
</APPLET>


Example 2 ("SMALL" Display Type)


<APPLET CODE = "uShopCart_nw.class" WIDTH=165 HEIGHT=165>
<PARAM NAME=display       VALUE="SMALL">
<PARAM NAME=money_sign    VALUE="NOK">
<PARAM NAME=removebutton  VALUE="NO">
<PARAM NAME=listcolor     VALUE="white">
<PARAM NAME=textcolor     VALUE="black">
<PARAM NAME=background    VALUE="white">
<PARAM NAME=fontsize      VALUE="10">
<PARAM NAME=euro_rate     VALUE="8.2">
</APPLET>


Example 3 ("COUNT" Display Type)


<APPLET CODE = "uShopCart_nw.class" WIDTH=50 HEIGHT=20>
<PARAM NAME=display    VALUE="COUNT">
<PARAM NAME=money_sign VALUE="NOK">
<PARAM NAME=background VALUE="153,204,255">
<PARAM NAME=textcolor  VALUE="black">
</APPLET>