By default, SalesCart automatically takes customers to the checkout process after a single item is ordered. However, you may want to keep your customers on the same page without having them start the checkout process. To configure SalesCart to remain in the current product page, follow these steps:
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=view1.php">
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=<%= Session("continue")%>">
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=<%= Session("continue")%>">