Previous Topic

Next Topic

Book Contents

Upgrading to SalesCart NET

Precautions and Warnings ONLY for users upgrading to SalesCart NET

If you are upgrading to SalesCart Express, ignore this Precaution and Warning section.

The Upgrade wizard tool will perform the following tasks as well and you should be aware of these changes and take action if you do not want to do certain things automatically. You should read and understand this and move any files out of your web that may be automatically changed against your will. Failure to understand these changes may ruin other non-salescart pages you have in the same folder as your SalesCart product pages or which you have sufficiently customized. Here is a list of the other things the tool will do:

<!--#include file="../cgi-bin/path.aspx"-->
<!--#include file="../cgi-bin/codepage.aspx"-->
<!--#include file="../cgi-bin/ADOVBS.aspx"-->
<script runat="server">
Sub Page_Load()
SetPath()
SetCodePage()
End Sub
</script>
<link rel="stylesheet" href="../styles/SCstyle.css" type="text/css">

<!--#include file="cartcontents.aspx"-->

This particular line is used to display your cart contents on your product pages (quantity and subtotal)

<%= subquantity%>
<%= FormatCurrency(grandtotal)%>