Page 1 of 1

Rename Confirm Order link (check out)

Posted: Tue Oct 04, 2011 9:35 pm
by Jacob
I have spent hours trying to edit 'Confirm Order' link in Check out - Step 6: confirm order. I can not find the text anywhere?

Thanks

Re: Rename Confirm Order link (check out)

Posted: Tue Oct 04, 2011 10:23 pm
by uksitebuilder
catalog/language/english/checkout/checkout.php

Re: Rename Confirm Order link (check out)

Posted: Wed Oct 05, 2011 5:38 am
by Jacob
Not sure my post was clear enough.

I am trying to edit the 'Confirm Order' link at the last step of the chekout page.

Unless my vision is going, there is not an instance of 'Confirm Order' in 'catalog/language/english/checkout/checkout.php', only 'Step 6: Confirm Order' which is not what I want to edit.

Re: Rename Confirm Order link (check out)

Posted: Wed Oct 05, 2011 2:30 pm
by uksitebuilder
Apologies

catalog/language/english/english.php

Code: Select all

$_['button_confirm']        = 'Confirm Order';

Re: Rename Confirm Order link (check out)

Posted: Wed Oct 05, 2011 5:58 pm
by Jacob
Thank you, that is it. The catalog/language/english/english.php file completely alluded me ...

I don't see how to mark as solved?