SHOPPING CART AND SHOPPING SETUP
A complete SendSafe on-line GUI consist of a set of Ordering pages which include the shopping cart, login, MyAccount, order status, e-receipt, and etc. pages and web pages that diplays the contents of your store.
The contents of your store can be displayed using the optional e-store framework or you can create your own pages by embedding BuyObjects in them.
Information on many of the ordering and account pages can be found here:
Working Samples of the pages that are created for each storefront are listed below. Warning!... going directly to some of these pages "out of the normal sequence" may result in error messages being displayed. It is best to start at the first page (BuySample) and place a test order which will take you through most of these pages.
SendSafe comes with the complete source code for the GUI. You are granted a license by C Prompt to use these pages on your business website. You are not granted a license to sell or distribute these asp pages in anyway.
File Name Description SendSafe.buysample.asp This page contain fully configured samples of the catalog BuyObjects SendSafe.customerlogin.asp This page is automatically displayed as needed and allows a customer that has lost their cookie to log back in. SendSafe.addBasket.asp This page is the basic shopping cart SendSafe.ReviewBasket.asp This page is for entry of shipping information. Depending upon the configuration of the storefront, this page may allow for multiple shipping addresses in a single order (great for gifts web sites). SendSafe.EditBasketLine.asp This page is for editing line items. It is normally opened by clicking on an item displayed in the shopping basket. Directly opening this page will not work unless the correct URL parameters are provided. SendSafe.Checkout.asp This page is where credit card & billing information is entered. SendSafe.EReceipt.asp This is an order e-receipt page which is displayed after an order is processed. SendSafe.PurchaseList.asp This page displays a list of past orders placed by the customer. This page has several modes of operation including a mode that is used to:
- Reorder the same item.
- Order new items for the same recipient (great of gift lists)
- Re-download an item that was a digital payload.
JsofEntryHelp.insert.asp This is a SendSafe User help file (intended for the customers visiting your website). You can include this web page in your site or a link to this page maintained by C Prompt: http://www.cpromptguru.com/JsofEntryHelp.insert.asp
A minium order size can be set. This minium value is global for all products and services in a site. This value is set by Application("MinOrderSize").