Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Electronic Gateways
 Customize wpshopcheckout.asp
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

TheFreak
Starting Member

5 Posts

Posted - February 28 2005 :  03:44:27  Show Profile  Reply with Quote
Hi Folks,

I am setting up my site and so far so good, however i have an issue i wonder if you can help me with it.

I am using worldpay and the worldpay add on for VPASP, again this all seems to be working but the problem i have is, after i have made the order and i am on the final checkout i.e. with tax etc added. When i click continue i go to the wpshopcheckout.asp and there is a button there to "pay by credit card". Is there any way i can bypass this and go straight to Worldpay OR can i change this button to an image or change the text in the button etc.

I just need a bit of information on this page.

Thanks for any help you can give me on this

Cheers
Richard



Edited by - TheFreak on February 28 2005 04:16:16

devshb
Senior Member

United Kingdom
1904 Posts

Posted - February 28 2005 :  04:37:07  Show Profile  Visit devshb's Homepage  Reply with Quote
I think what you're really after is an "invisible gateway" page.
We've done this before on worldpay, and others, but exactly how it's implemented is very detailed/specific and needs to be done just-right to enable things to work properly.

see:
http://vpasp.com/virtprog/vpaspforum/topic.asp?TOPIC_ID=3014

Simon Barnaby
Developer
[email protected]
www.BigYellowZone.com
Web Design, Online Marketing and VPASP addons
Go to Top of Page

TheFreak
Starting Member

5 Posts

Posted - February 28 2005 :  07:04:00  Show Profile  Reply with Quote
Thanks for the reply, it all seems a bit complicated.

Do you know of any other way that i can change this page to perhaps add some graphics and change the look of the button?
At the moment it just looks like a grey box and you would not think to click on it.
And if i could add a wee WorldPay logo on the page and perhaps some text explaining what is happening then it would probably make more sense.

Thanks in advance
Richard

Go to Top of Page

devshb
Senior Member

United Kingdom
1904 Posts

Posted - February 28 2005 :  07:23:16  Show Profile  Visit devshb's Homepage  Reply with Quote
here's some sample html/asp; you'd obviously need to upload the relevant card images or change the src values to match where your images already are. you'd add this to the wpgateway.asp file just below the submit button in the performgateway function, it's that performgateway function which'll print the core submit-button and heading text:

<center>
<table border="0" cellspacing="0" cellpadding="10" width="70%">
<tr>
<td align="center" valign="top"><img src="cardimages/wpguaranteed.gif" alt="WorldPay">
</td>
</tr>
<tr>
<td align="center" valign="top"><%
Response.Write "<table border=""0"" cellspacing=""0"" cellpadding=""0"">"
Response.Write "<tr>"
Response.Write "<td align=""center"" valign=""top"">"
Response.Write "<table border=""0"" cellspacing=""0"" cellpadding=""0"">"
Response.Write "<tr>"
Response.Write "<td>"
Response.Write "<img src=""cardimages/card_visa.gif"" "
Response.Write "border=""0"">"
Response.Write "</td>"
Response.Write "<td>"
Response.Write "<img src=""cardimages/card_mastercard.gif"" "
Response.Write "border=""0"">"
Response.Write "</td>"
Response.Write "<td>"
Response.Write "<img src=""cardimages/card_delta.gif"" "
Response.Write "border=""0"">"
Response.Write "</td>"
Response.Write "<td>"
Response.Write "<img src=""cardimages/card_switch.gif"" "
Response.Write "border=""0"">"
Response.Write "</td>"
Response.Write "<td>"
Response.Write "<img src=""cardimages/card_solo.gif"" "
Response.Write "border=""0"">"
Response.Write "</td>"
Response.Write "</tr>"
Response.Write "</table>"
Response.Write "</td>"
Response.Write "</tr>"
Response.Write "</table>"
%>
</td>
</tr>
</table>
</center>

Simon Barnaby
Developer
[email protected]
www.BigYellowZone.com
Web Design, Online Marketing and VPASP addons
Go to Top of Page

TheFreak
Starting Member

5 Posts

Posted - February 28 2005 :  07:48:28  Show Profile  Reply with Quote
Ah ha!! you are a star

I was looking for the HTML and i totally missed it in the gateway file :P

Anyway i think what you have given me here should fix the problem.
Thanks again for the help on this.

Cheers
Richard

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