|  | display_cart.html
|
Original Message | display_cart.html Author Jordan on 01-29-2001 at 12:45 (EST) | We are using this to send information requests on a variety of different categories and subcategories. Because of this there is not price in for any product. Is there a way to either bypass or modify the display_cart.html so that it does not have weight, quantity, price or subtotal?
|
|
| Messages In This Discussion |
1. RE: display_cart.html Author Bill Weiner on 01-29-2001 at 16:17 (EST) | | On your uShopOrderButton applet, try setting the following parameters to "NO":
< PARAM NAME="cart_show_weight" VALUE="NO" > < PARAM NAME="cart_show_quantity" VALUE="NO" > < PARAM NAME="cart_show_price" VALUE="NO" > < PARAM NAME="cart_show_totals" VALUE="NO" >
|
|
3. RE: display_cart.html Author Bill Weiner on 01-30-2001 at 10:32 (EST) | | Setting the above parameters should work. Give me the URL and I will take a look at it.
|
|
5. RE: display_cart.html Author Bill Weiner on 01-31-2001 at 06:31 (EST) | | I took a look at your site and noticed that you accidentally added those parameters to your uShopCart1 applet. They should actually be added to your uShopOrderButton applet. So try that.
|
|
|
|