By default, SalesCart will automatically send out an E-mail confirmation to the E-mail address specified with the SalesCart wizard and found as the myemail variable in the gbl.php file. In addition, you may modify these parameters when you first create your SalesCart. If you want to remove the merchant E-mail confirmation step after the Web is created, follow these steps:
<%
session_start();
require("../gbl.php");
require("merc-conf.php");
Highlight the line require("merc-conf.php"); and select the Delete button to remove this entire line. You may add this line back at a later time if you wish to restore email confirmation.