Affretreivepassword.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>
atc_viewprd.asp
Removed hardcoded text strings, switched to jQuery modal window
gwreturn.asp
Fixed offline credit card processing issue (see note below)
OnePageCheckout.asp
Added <!–#include file=”../includes/SQLFormat.txt”–> (to account for different
SQL regional setting); fixed issue related to discount input field: it was causing One Page Checkout to malfunction when the field was turned off from the Control Panel (
Settings > Miscellaneous); fixed issue with alert not shown when free shipping not applicable after discount is applied; fixed offline credit card processing issue (see note below).
onepagecheckoutJS.asp
Added requirement for shipping address nickname to eliminate an issue related to the display of multiple shipping addresses in the shipping selection drop-down; fixed issue related to shipping service provider's connection timing out; fixed offline credit card processing issue (see note below).
opc_chooseShpmnt.asp
Fixed issue related to alert not shown when free shipping not applicable after discount is applied.
opc_GateWayData.asp
Fixed offline credit card processing issue (see note below)
opc_GiftWrap.asp
Fixed offline credit card processing issue (see note below)
opc_paymnta_c.asp
Fixed offline credit card processing issue (see note below)
opc_paymnta_customcard.asp
Fixed offline credit card processing issue (see note below)
opc_paymnta_o.asp
Fixed offline credit card processing issue (see note below)
opc_OrderVerify.asp
Fixed issue related to alert not shown when free shipping not applicable after discount is applied.
opc_updshipaddr.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>; added requirement for shipping address nickname to eliminate an issue related to the display of multiple shipping addresses in the shipping selection drop-down)
opc_tax.asp
Fixed offline credit card processing issue (see note below)
orderComplete.asp
Fixed issue related to alert not shown when free shipping not applicable after discount is applied.
inc_jquery.asp
Removed reference to
CSS file not in use
opc_updbilladdr.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>
pcPay_ExpressPay_Start.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>
pcPay_ExpressPayUK_Start.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>
rmaindex.asp
Added <!–#include file=”../includes/SQLFormat.txt”–>
saveOrd.asp
Fixed offline credit card processing issue (see note below)
The issue with offline credit card processing consisted of credit card data not being saved to the database. The issue was intermittent, caused by a variety of factors coming into play only in certain occasions. Essentially, what occurred is the server took longer to save to the pcCustomerSessions table than the orders table, resulting in the order ID not being available when it needed to be. If you are using offline credit card processing, make sure that all orders contain credit card data before processing them.