Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Phone Format
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Wrap
Starting Member

8 Posts

Posted - May 20 2003 :  20:32:14  Show Profile  Reply with Quote
Need to add a line below the Phone Field in shopcustomerform.asp where I don't have to add the text to: LangCustPhone="Phone<br> ex. (505) 555-1212"

this is where it needs to go: http://www.livingchurch.org/images/telformat.gif

any help appreciated. thnx.

Superal
VP-CART Expert

Canada
542 Posts

Posted - May 21 2003 :  00:12:10  Show Profile  Reply with Quote
In shopproductsubs.asp around line 67 in Sub CreateCustRow, locate:

<input size=25 name="<%=fieldname%>" value="<%=fieldvalue%>">
<%
Response.write tablecolumnend & tableRowend

change to:

<input size=25 name="<%=fieldname%>" value="<%=fieldvalue%>">
<%
if fieldname = "strPhone" then
response.write "ex. (505) 555-1212"
end if

Response.write tablecolumnend & tableRowend

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00