%
' Comersus Shopping Cart
' Comersus Open Technologies
' United States
' Software License can be found at License.txt
' http://www.comersus.com
' Details: confirmation for PayPal payments
%>
<%
on error resume next
dim connTemp, rsTemp
' get settings
pStoreFrontDemoMode = getSettingKey("pStoreFrontDemoMode")
pCurrencySign = getSettingKey("pCurrencySign")
pDecimalSign = getSettingKey("pDecimalSign")
pCompany = getSettingKey("pCompany")
pCompanyLogo = getSettingKey("pCompanyLogo")
pEmailAdmin = getSettingKey("pEmailAdmin")
pAuctions = getSettingKey("pAuctions")
pListBestSellers = getSettingKey("pListBestSellers")
pNewsLetter = getSettingKey("pNewsLetter")
pPriceList = getSettingKey("pPriceList")
pStoreNews = getSettingKey("pStoreNews")
pOneStepCheckout = getSettingKey("pOneStepCheckout")
pEncryptionPassword = getSettingKey("pEncryptionPassword")
pUseEncryptedTotal = getSettingKey("pUseEncryptedTotal")
pStoreLocation = getSettingKey("pStoreLocation")
%>
<%=getMsg(676,"Paypal payment")%>
<%=getMsg(678,"Thanks")%>
<%call closeDb()%>