PDA

View Full Version : Worldpay country variables


datart
20-Jan-2003, 05:32 PM
I'm trying to pass the "lang" value of "se" to set the payment page with worldpay to Swedish but it sticks to english what ever I do.
Does anybody have a solution for this?

I also get loads of script errors when returning to the catalog from the worldpay pages. Missing graphics, badly formed url's etc.
Perhaps somebody could have a look at it for me and see I there is something I have missed.

Thanks in advance

ogat299.com (http://www.hostingnaturally.co.uk)

TraceyG
21-Jan-2003, 02:37 PM
Hi,

You will need to ask WorldPay regarding changing the language as it is not something that can be set in Actinic.

I cannot look at your pages when returning from WorldPay without placing a live order (ie without using a real credit card number). Have you made any changes to the WorldPay templates?

Jan
21-Jan-2003, 02:59 PM
The worldpay currency code for Sweden is 'SEK' see http://support.worldpay.com/kb/integration_guides/junior/integration/help/appendicies/sjig_10200.html. Maybe that is the problem.

Regards,

datart
21-Jan-2003, 04:46 PM
given bad advice from worldpay tech support.

Needed to pass the variables in upper case.

LANG = SE
COUNTRY = SE
etc.

If the browser is swedish then apparently the payment page automatically defaults to swedish. otherwise the LANG variable has to be set.