/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It is recommended that you keep the following server-side code below in the "default" page of your customized application. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ // See if connected to database if (project.dbconnected == 0) { redirect("error.html"); } // // See if registered cashreg functions correctly // if (project.register == 0) { redirect("error.html"); } Welcome to the LivePayment Starter Application


Welcome to the LivePayment Starter Application

An Application Template for Netscape registerLivePayment(); var version = LivePaymentVersion(); write(version);

Purchase an Item


This starter application illustrates the use of a web-based application which has been integrated into LivePayment to perform live credit card transactions. This page is for demonstration purposes only and should be removed once this application is placed into service on a production server.