Making SalesCart-X Secure in Macromedia
If you are using Macromedia Dreamweaver or UltraDev as your web design tool, follow this section. If you have a different design tool, skip to the next section.
- Open your SalesCart Web in your web design tool.
- Click and open the /sc-bin folder.
- Double click on the view1.php file, and view in Normal/Design mode.
- Click the Order Now Form to highlight the Form Properties. You should see a dialog box like this.

- Click on the Action input field.
- Change the Action: box from details1.php to the absolute URL for your website. For example, if your domain name is www.mycompany.com, you would change the action to https://www.mycompany.com/sc-bin/details1.php as seen below. When the customer clicks on the Order Now button, they will be forwarded to the secure version of the order form.

Note: There is a performance penalty for accessing webpages that are secure. You should return your customer back to un-secure webpages by specifying an http address instead of an https address as soon as the order has been completed on the receipt.php page.