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:
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.
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.
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!