Change checkout spelling

Open to all! Ask other shopowners for help.
Post Reply
bk85204

Change checkout spelling

Post by bk85204 »

On the final checkout page the statement Finalise and Pay $$$ for your order I would like to change the spelling of the word Finalise. Where can I find this? I spent an hour going through content files etc and I'm stumped. TIA


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Change checkout spelling

Post by heatherbell »

bk85204 wrote: Sat Jul 02, 2022 11:24 pm On the final checkout page the statement Finalise and Pay $$$ for your order I would like to change the spelling of the word Finalise. Where can I find this?
from admin dashboard > Tools Define Languages - find checkout_confirmation.php in the list, click to edit the line:

Code: Select all

define('IMAGE_BUTTON_FINALISE_ORDER', 'Finalise and Pay %s For my Order');
and Save
bk85204

Re: Change checkout spelling

Post by bk85204 »

Thanks. I didn't drop screen down far enough to see it.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Change checkout spelling

Post by heatherbell »

bk85204 wrote: Sun Jul 03, 2022 2:26 pm Thanks. I didn't drop screen down far enough to see it.
Read User Guide - https://phoenixcart.org/phoenixcartwiki ... hange_Text


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply