PLease could someome help me.
I have looked up this subject and found a few answers but im still not sure how to go about it.
I am based in Spain but i need my paypal payments pages to be in English and they are showing in Spanish.
Paypal has given me this info>
(((To have the language display in English, the "lc" or local country variable could be passed and set it to a value of an English default country (i.e. US, UK, Canada, etc.). If a customer selects Spain from the drop-down, the page would then revert back to Spanish.)))
I have no idea what this means.
I have looked up on previous threads for this and found the following
Around line 92 you'll see the following code:
AddPostValues ('&', 'bn', 'ActinicCat_Cart_ST', $ALWAYS, $NOENCODE); # hard code the provider
Just after it insert:
AddPostValues ('&', 'lc', 'FR', $ALWAYS, $NOENCODE);
AddPostValues ('&', 'country', 'FR', $ALWAYS, $NOENCODE);
This is for french but get the idea but could someone please tell me were in actinic do i need to go in step by step easy terms on how to insert this code?
Do i go into one of the checkout pages to look at the code or what? im not sure were to look?
Bit of a novice at this so any help would be very helpful.
I also found this>
AddPostValues ('&', 'lc', 'EN', $ALWAYS, $NOENCODE); # hard code the language to English
to the Required Paypal fields in the OCCPayPalTemplate.pl did do the trick.
Many thanks to Actinic Support solving this problem for me !!!
How do i get into the occpaypal Template.pl and where do i find it?
I have looked up this subject and found a few answers but im still not sure how to go about it.
I am based in Spain but i need my paypal payments pages to be in English and they are showing in Spanish.
Paypal has given me this info>
(((To have the language display in English, the "lc" or local country variable could be passed and set it to a value of an English default country (i.e. US, UK, Canada, etc.). If a customer selects Spain from the drop-down, the page would then revert back to Spanish.)))
I have no idea what this means.
I have looked up on previous threads for this and found the following
Around line 92 you'll see the following code:
AddPostValues ('&', 'bn', 'ActinicCat_Cart_ST', $ALWAYS, $NOENCODE); # hard code the provider
Just after it insert:
AddPostValues ('&', 'lc', 'FR', $ALWAYS, $NOENCODE);
AddPostValues ('&', 'country', 'FR', $ALWAYS, $NOENCODE);
This is for french but get the idea but could someone please tell me were in actinic do i need to go in step by step easy terms on how to insert this code?
Do i go into one of the checkout pages to look at the code or what? im not sure were to look?
Bit of a novice at this so any help would be very helpful.
I also found this>
AddPostValues ('&', 'lc', 'EN', $ALWAYS, $NOENCODE); # hard code the language to English
to the Required Paypal fields in the OCCPayPalTemplate.pl did do the trick.
Many thanks to Actinic Support solving this problem for me !!!
How do i get into the occpaypal Template.pl and where do i find it?
Comment