Previous Topic

Next Topic

Book Contents

Remove the Merchant Email Component

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:

  1. Open you web design tool.
  2. Locate and double-click on the file named receipt2.php in the sc-bin folder.
  3. Select the html tab or code view tab to make your changes.
  4. Locate the fourth line from the top:

<%

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.

See Also

Modifying the CheckOut System

Customer Receipts via E-Mail

Remove Shipping Options

Remove the Payment Requirement

Removing Credit Card number Validation

Shipping Charges Based on Value or Volume

Postponing Customer Checkout

Validating fields on Checkout Pages

Re-running the SalesCart Web Wizard