West Wind Web Store
West Wind Web Store
What's new
Features
Requirements
Pricing
Updating from a previous version
Installation and Configuration
Installation Files
Running the wwstore_setup program
What the Wizard generates in your main program
Checking out the store
Configuring the server INI file settings
Setting up wwStore to run with SQL Server
Secure Order Pages with SSL
How Inventory works
Creating more than one store on a Web Server
Customization Checklist
HTML Templates
Shipping and Tax calculations
Security Settings
Walking through the Web Application
Overall application design
Introducing wwStore Business Objects
The Web Store Home Page
The Item Category List Page
The Item Display Page
Adding an item to the Shopping Cart
Placing the order
The Profile Manager
The Administration Page
Custom Item Sub-Types
The Web Store Order Viewer Client Application
Business Object Class Reference
Business Object Rules
Class cinvoice
cInvoice overrides for cBusiness
cinvoice::addlineitem
cinvoice::applydiscount
cinvoice::checkccexpiration
cinvoice::checkinvoiceforpkconflict
cinvoice::deletelineitem
cinvoice::emailconfirmation
cinvoice::exportorderstoxml
cinvoice::getinvoicelist
cinvoice::getlineitem
cinvoice::htmllineitems
cinvoice::importxml
cinvoice::invoicetotal
cinvoice::isinvoice
cinvoice::loadinvoicebyinvoiceno
cinvoice::loadlineitems
cinvoice::markdownloaded
cinvoice::printinvoice
cinvoice::validatecreditcard
cinvoice::cshipcountry
cinvoice::cshippingbehaviorclass
cinvoice::cshipstate
cinvoice::ctaxbehaviorclass
cinvoice::lnoshippingtotal
cinvoice::lnotaxtotal
cinvoice::nsubtotal
cinvoice::ocustomer
cinvoice::olineitems
Class cCustomer
CCustomer overrides of wwBusiness
ccustomer::findbyuserid
ccustomer::validate
ccustomer::getcountries
ccustomer::loadbyname
ccustomer::UpdateSource
Class citem
cItem overrides for wwBusiness
citem::checkstock
citem::getcategorylist
citem::getitembysku
citem::updateinventorycount
citem::getitems
Class clineitems
cLineItems overrides for wwBusiness
clineitems::additem
clineitems::calculateitemtotal
clineitems::deletelineitem
clineitems::deletelineitems
clineitems::loaditem
clineitems::loadlineitems
Class ctlineitems
cTLineItem overrides for cBusiness
Web Store Database Structure
Webstore Stored Procedures
sp_ww_newid
wws_customers
wws_customers.address
wws_customers.city
wws_customers.company
wws_customers.country
wws_customers.countryid
wws_customers.custtype
wws_customers.downloaded
wws_customers.email
wws_customers.entered
wws_customers.fax
wws_customers.firstname
wws_customers.lastname
wws_customers.lastorder
wws_customers.notes
wws_customers.password
wws_customers.phone
wws_customers.pk
wws_customers.referral
wws_customers.shipping
wws_customers.source
wws_customers.state
wws_customers.storepk
wws_customers.timestamp_column
wws_customers.updated
wws_customers.userid
wws_customers.xml
wws_customers.zip
wws_customers.zip4
wws_id
wws_id.id
wws_id.tablename
wws_invoice
wws_invoice.cc
wws_invoice.ccexp
wws_invoice.ccresult
wws_invoice.ccresultx
wws_invoice.cctype
wws_invoice.completed
wws_invoice.custpk
wws_invoice.downloaded
wws_invoice.handling
wws_invoice.invcode
wws_invoice.invdate
wws_invoice.invno
wws_invoice.invtotal
wws_invoice.notes
wws_invoice.ordercode
wws_invoice.pk
wws_invoice.ponumber
wws_invoice.shipby
wws_invoice.shipdisks
wws_invoice.shipping
wws_invoice.soldby
wws_invoice.storepk
wws_invoice.tax
wws_invoice.taxrate
wws_invoice.timestamp_column
wws_invoice.weight
wws_invoice.xml
wws_items
wws_items.categories
wws_items.commission
wws_items.cost
wws_items.descript
wws_items.emailto
wws_items.expected
wws_items.image
wws_items.keywords
wws_items.ldescript
wws_items.mfr
wws_items.noweb
wws_items.onorder
wws_items.physical
wws_items.pk
wws_items.price
wws_items.redirect
wws_items.regpass
wws_items.regtext
wws_items.savemail
wws_items.sku
wws_items.sortorder
wws_items.special
wws_items.stock
wws_items.storepk
wws_items.timestamp_column
wws_items.type
wws_items.url
wws_items.weight
wws_items.xml
wws_lineitems
wws_lineitems.custpk
wws_lineitems.descript
wws_lineitems.discount
wws_lineitems.extratext
wws_lineitems.invpk
wws_lineitems.itempk
wws_lineitems.itemtotal
wws_lineitems.pk
wws_lineitems.price
wws_lineitems.qty
wws_lineitems.sku
wws_lineitems.storepk
wws_lineitems.taxrate
wws_lineitems.timestamp_column
wws_lineitems.type
wws_lineitems.weight
wws_lineitems.xml
wws_lookups
wws_lookups.cdata
wws_lookups.cdata1
wws_lookups.cdata2
wws_lookups.idata
wws_lookups.timestamp_column
wws_lookups.type
wws_tlineitems
wws_tlineitems.custpk
wws_tlineitems.descript
wws_tlineitems.discount
wws_tlineitems.extratext
wws_tlineitems.invpk
wws_tlineitems.itempk
wws_tlineitems.itemtotal
wws_tlineitems.pk
wws_tlineitems.price
wws_tlineitems.qty
wws_tlineitems.sku
wws_tlineitems.storepk
wws_tlineitems.taxrate
wws_tlineitems.timestamp
wws_tlineitems.timestamp_column
wws_tlineitems.type
wws_tlineitems.weight
wws_tlineitems.xml
Support Classes
Class clookups
clookups::countryidtocountry
clookups::getcountries
clookups::getstates
Class cshippingbehavior
Class cwwshippingbehavior
cshippingbehavior::calculate
cshippingbehavior::ccountryid
cshippingbehavior::cshipmethod
cshippingbehavior::cstate
cshippingbehavior::lshipdisks
cshippingbehavior::nshippingtotal
cshippingbehavior::nsubtotal
cshippingbehavior::nweight
Class ctaxbehavior
ctaxbehavior::calculate
ctaxbehavior::ccountryid
ctaxbehavior::cstate
ctaxbehavior::nhandling
ctaxbehavior::nsubtotal
ctaxbehavior::ntaxrate
Class cwwstoreadmin
cwwstoreadmin::createtables
cwwstoreadmin::reindexall
cwwstoreadmin::updatestructures
Class PayPalHelper
PayPalHelper::GetSubmitUrl
PayPalHelper::IPNPostDataToPayPal
PayPalHelper::cBuyerEmail
PayPalHelper::cCancelUrl
PayPalHelper::cInvoiceNo
PayPalHelper::cItemName
PayPalHelper::cLastResponse
PayPalHelper::cLogoUrl
PayPalHelper::cPayPalBaseUrl
PayPalHelper::cSuccessUrl
PayPalHelper::nAmount
Class wwCCProcessing
Class wwAccessPoint
Class wwAuthorizeNet
Class wwClearCommerce
Class wwLinkPoint
Class wwPayFlowPro
wwCCProcessing::ValidateCard
wwCCProcessing::cAddress
wwCCProcessing::cAddress2
wwCCProcessing::cCardExpiration
wwCCProcessing::cCardNo
wwCCProcessing::cCity
wwCCProcessing::cComments
wwCCProcessing::cCompany
wwCCProcessing::cCountry
wwCCProcessing::cCountryCode
wwCCProcessing::cEmail
wwCCProcessing::cErrorMsg
wwCCProcessing::cFax
wwCCProcessing::cHTTPLink
wwCCProcessing::cHTTPResult
wwCCProcessing::cName
wwCCProcessing::cOrderId
wwCCProcessing::cPhone
wwCCProcessing::cServer
wwCCProcessing::cState
wwCCProcessing::cStoreName
wwCCProcessing::cStorePassword
wwCCProcessing::cValidatedMessage
wwCCProcessing::cValidatedResult
wwCCProcessing::cXMLInput
wwCCProcessing::cZip
wwCCProcessing::lError
wwCCProcessing::lMod10Check
wwCCProcessing::lTestTransaction
wwCCProcessing::nOrderAmount
wwCCProcessing::nPort