1.) Open the /controlpanel/inx/pilot_presentation_cart.asp file
2.) Do a find for PO Box.
You will see this
arPOB = Array("p.o. ", "box ", "p.o ", "po. ", "p.o.", "p.o. box", "po box", "p.o box", "po. box", "pob ")
'arPOB = Array("ajaljasdlfja")
Which you should make like this (notice all you do it move the apostrophe)
'arPOB = Array("p.o. ", "box ", "p.o ", "po. ", "p.o.", "p.o. box", "po box", "p.o box", "po. box", "pob ")
arPOB = Array("ajaljasdlfja")
<%
Chris Zwemke
zwemkec @ aspilot . com
www.aspilot.com
%>