Loading...

Simple template edits to change the wording on the finishorder page in BigCommerce (part 1)

Daniel C. Published on 11 October, 2011

After a customer successfully places an order, the system takes them to a page that is called finishorder.php. Have you ever wondered how to change the wording on that page? This post shows you how. The BigCommerce template that controls the finishorder page is called order.html.



FIrst of all, the title: daniel cigolea finishorder title

This can be changed by replacing the %%LNG_ThanksForYourOrder%% in the template file called order.html.

The info message can be changed by replacing the %%LNG_HeresHowtoPayforYourOrder%% variable in the file called OfflinePaymentMessage.html. daniel cigolea finishorder info message

The next three sentences are controlled by three different variables: %LNG_PayForYourOrderHelp%%, %%LNG_YourOrderTotalIs%%, %%LNG_InstructionsForPaymentBelow%%. You can replace those with the text you want. The variable mentioned are also in the file called OfflinePaymentMessage.html. daniel cigolea finishorder text



Most of the BigCommerce variables that start with LNG are for labels/text only so it is easy to spot which is responsible for paragraphs, titles or messages. If you have any improvements, or would like to say thanks just comment below!

Daniel C. Published on 11 October, 2011