Previous Topic

Next Topic

Book Contents

Remove Shipping Options

By default, SalesCart provides your customer with shipping options to choose from, based on weight, price, or volume. See the section called Shipping Charges based on Weight, Value or Volume to change the shipping option from one value to another. If you are providing a service, or if your shopping cart does not need shipping, you can remove this step as follows:

  1. Open your website design tool.
  2. Locate and double-click on the file named shipping1.php in the sc-bin folder.
  3. Select the html tab or code-view tab to make your changes. Locate the 10th line from the top:
  4. <meta HTTP-EQUIV="Refresh" CONTENT="0; URL=shipping2.php?country=<% echo $shipcountry; %>&amp;subweight=<% echo $subweight; %>">

    <title>Calculate Shipping Charges</title>

  5. This line tells SalesCart where to go next. Highlight the text
  6. URL=shipping2.php?country=<% echo $shipcountry; %>&amp;subweight=<% echo $subweight; %>">

  7. Change it to URL=payment1.php. You may change this line back at a later time if you wish to add shipping options back. When done the line should look this way.
  8. <meta HTTP-EQUIV="Refresh" CONTENT="0; URL=payment1.php">

See Also

Modifying the CheckOut System

Customer Receipts via E-Mail

Remove the Merchant Email Component

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