Miscellaneous
Other items on this shopping cart.
Inactivity Timeout: In the administration and secure log menus the program will timeout and require you to login again after about 15 minutes of inactivity.
Navigation Links: There are 2 links to navigate your shopping cart. These can be placed anywhere on your web site. This assumes your web page is in the parent folder above the shop folder.
    View or Edit cart:
shop/chedit.asp
    Checkout:
shop/checkout.asp
Custom Customer Input: You can receive unique customer input with each order. For example ask for a reservation date or special text to write on a greeting card etc. This appears on the final checkout page. To modify this edit the checkoutfinal_foot.htm file. Do not change the "name" of the 4 optional values. If you do not want any customer input then delete all the contents of the file but do not delete the file. (Note: open with Notepad and be sure the file is empty and does not have any HTML or text characters. Or leave a "<br>" for a linefeed.)
Change Credit Card types: On the secure checkout page the default credit card types list VISA, Master Card, American Express, Discover. To change what is listed you change the okaycards.htm file on the secure server. Goto: https://www.secure7.com/ssl2/domain_com/umanage_sfiles.asp. This file allows you to upload and delete files. You may need to login first before being able to access this file.

Add or delete the relevant lines of HTML code. Do not add any other characters in the file then upload the file. If you use a particular card use the value shown in quotes.


   
<option value="visa">Visa</option>
   <option value="mastercard">Mastercard</option>
   <option value="amex">American Express</option>
   <option value="novus">Discover</option>