close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

v4 asp UK PayPal

Thread began 3/29/2010 6:59 am by glyn.carnell4253 | Last modified 4/01/2010 8:07 am by Jason Byrnes | 2650 views | 10 replies |

glyn.carnell4253

v4 asp UK PayPal

How do I get the checkout to access the UK paypal site?

Totals are shown as Dallors and not uk pounds (as I would wish)

Thanks

Sign in to reply to this post

simon167250

For standard checkout at the UK PayPal site use the following at the beginning of your checkout form:
<form name="checkout_PP_LI" method="POST" action="https://www.PayPal.com/uk/cgi-bin/webscr">

To show amounts in pounds, put the following line in your checkout form:
<input type="hidden" name="currency_code" value="GBP">

HTH,
Simon

Sign in to reply to this post

glyn.carnell4253

Thanks

will look where I need to place them in the morning

Sign in to reply to this post

glyn.carnell4253

Thanks but that did not do it

Any Webassist support???

Sign in to reply to this post

Jason ByrnesWebAssist

can you give some more specifics on the problem?

Are you using Paypal payments pro UK?

Or are you using PayPal Payments Standard?


you say:

  Thanks but that did not do it  



can you describe what is happening versus what you are expecting to happen?

do you have a link where I can see the issue?

Sign in to reply to this post

glyn.carnell4253

Hi
I'm using PayPal Standard (UK)

photocrystal.asp

The checkout was taking me to www.paypal.com and displaying my prices in $ NOT £

Now (and I havent changed anything) it goes to: www.paypal-business.co.uk/

Is this correct? I thought it should just take the buyer to the login screen in order to pay?

Thanks

Glyn

Sign in to reply to this post

Jason ByrnesWebAssist

The action of the form on the checkout page should be to post to the confirm.asp page


on the confirm page, find the following tag:
<input type="hidden" name="currency_code" id="currency_code" value="USD" />



and change it to:
<input type="hidden" name="currency_code" id="currency_code" value="GBP" />

Sign in to reply to this post

glyn.carnell4253

Ok... thanks for that pointer. But did you actually try to purchase??? The PayPal screen is re-directing so does not log into my account for payment to take place! No cart details seem to hit PayPal.

Is it something I need to set up on PayPal?

Would you please try to purchase (from the site) to see what is occuring at the PayPal end?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

I can't test purchasing from your site because the action of the checkout form on the checkout page has been changed to point to paypal instead of pointing to the confirm page.

On the checkout page, change the form tag:
<form name="checkout_PP_LI" method="POST" action="https://www.PayPal.co.uk/cgi-bin/webscr">


to:
<form name="checkout_PP_LI" method="POST" action="confirm.asp">


the checkout page should not be posting to paypal, the post to paypal should occur on the confirm page.

Sign in to reply to this post

glyn.carnell4253

Ok, done that and seems to work.... can't see the whole process as I'm logging onto my paypal account.

Not sure how that line of code got screwed????

Could you let me know if it is working?

Thanks for the pointer...

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...