Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Spaces in shopmaillist.asp
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

elvis
VP-CART Super User

202 Posts

Posted - September 19 2008 :  10:22:01  Show Profile  Reply with Quote
I'd like to add space between
First Name,
* Last Name,
* Email and
Remove from mailing list in shopmaillist.asp.

Could anyone tell me how to do it please.

Thanks in advance

madbug
VP-CART New User

130 Posts

Posted - September 20 2008 :  03:19:26  Show Profile  Reply with Quote
Hi, in order to add new row in between them, please open the file shopmaillist.asp

locate the code:
Response.Write(TableDef)
CreateCustRow getlang("LangCustFirstname"), "strfirstname", strFirstname,"No"
CreateCustRow getlang("LangCustLastname"), "strLastname", strLastname,"Yes"

'VP-ASP 6.50 - add password and userid fields as required
if getconfig("xpassword") = "Yes" then
AddPasswordForm "Yes"
end if

CreateCustRow getlang("LangCustEmail"), "strEmail", strEmail, "Yes"
Response.Write(TableDefEnd)

Modify it into:

Response.Write(TableDef)
CreateCustRow getlang("LangCustFirstname"), "strfirstname", strFirstname,"No"
Response.write TableRow & TableColumn & tableColumnEnd & TableColumn & " " & tableColumnEnd & TableRowEnd
CreateCustRow getlang("LangCustLastname"), "strLastname", strLastname,"Yes"
Response.write TableRow & TableColumn & tableColumnEnd & TableColumn & " " & tableColumnEnd & TableRowEnd

'VP-ASP 6.50 - add password and userid fields as required
if getconfig("xpassword") = "Yes" then
AddPasswordForm "Yes"
end if

CreateCustRow getlang("LangCustEmail"), "strEmail", strEmail, "Yes"
Response.write TableRow & TableColumn & tableColumnEnd & TableColumn & " " & tableColumnEnd & TableRowEnd
Response.Write(TableDefEnd)
Go to Top of Page

elvis
VP-CART Super User

202 Posts

Posted - September 20 2008 :  05:03:14  Show Profile  Reply with Quote
I tried this but it did not work.
Can I add css class ? If so which file and where?
Any other suggestions?
Thanks in advance.
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