QBall777
07-23-2008, 12:58 PM
Hi
I have a shopping cart that transfers the order to Paypal when the user clicks the checkout button. I now want to add a Google checkout option. I want the user to have the choice of payment methods.
If I have two buttons in one form how do they get directed to the correct pages?
This is my code with just the Paypal option.
<%
if Request("CC_OrderInsert") <> "" then
Response.Redirect "TransferOrderPaypal.asp"
end if
%>
Many Thanks
I have a shopping cart that transfers the order to Paypal when the user clicks the checkout button. I now want to add a Google checkout option. I want the user to have the choice of payment methods.
If I have two buttons in one form how do they get directed to the correct pages?
This is my code with just the Paypal option.
<%
if Request("CC_OrderInsert") <> "" then
Response.Redirect "TransferOrderPaypal.asp"
end if
%>
Many Thanks