Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to customise checkout


Guest

Recommended Posts

hello,

i want to change the wording on the payment information page, currently it says

Payment Method

 

Please select the preferred payment method to use on this order. Please Select

 

Check/Money Order

 

SecurePay/ESEC

Credit Card Owner:

Credit Card Number:

MODULE_PAYMENT_SECUREPAY_TEXT_CREDIT_CARD_CVV

Credit Card Expiry Date:

 

 

 

 

i wantt to change SecurePay/ESEC to "Credit Card Payment " or words to that effect. only i can not find where to change the wording.

The page appears to be /checkout_payment.php but i can't find how to edit that wording

 

any suggestions

 

also how do i change MODULE_PAYMENT_SECUREPAY_TEXT_CREDIT_CARD_CVV to CVV?

 

cheers

ian

Link to comment
Share on other sites

  • 3 weeks later...

Dear all,

 

All you have to do is find the text, for example - search for "SecurePay/ESEC" in all files in /catalog

 

In this case, the relevant file is /catalog/includes/languages/english/modules/payment/securepay.php

 

Change "SecurePay/ESEC" to whatever you want.

 

In regard to the "MODULE_PAYMENT_SECUREPAY_TEXT_CREDIT_CARD_CVV" error, just insert this line:

 

define('MODULE_PAYMENT_SECUREPAY_TEXT_CREDIT_CARD_CVV', 'CVV Number:');

 

after line 22 in the same file mentioned above.

 

It would be a good idea to send a thankyou email to Snowman, who creted this contribution as well.

 

Cheers,

 

Damo

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...