Jump to content

Additional info in Order confirmation display and email confirmation


Ian Clegg

Recommended Posts

I am evaluating cubecart and have decided to accept bank transfers as my preferred method of payment. I have implemented the bank transfer add-in and am wondering if it is possible to in clude the message 'Please make a payment of £xx.xx by bank transfer, on receipt you order will be completed and posted to you.

Thanks in anticipation

Ian Clegg

 

Link to comment
Share on other sites

Currently, the Bank Transfer module has the following phrase that will be shown:
Your order will be completed once payment has been received.

It is in the module's /skin/form.php file.

It can be changed.

You may also with to make this edit the form.php file:

From:

<p>Your order will be completed once payment has been received.</p>

To:

<p>{$LANG.bank_transfer.payment_instructions}</p>

Then, you will be able to change it or add more languages using CubeCart's Language Editor in the administration screens.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...