Results 1 to 2 of 2

Change text (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK)

This is a discussion on Change text (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK) within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I need to change the text that appears on the checkout_payment.php next to the CVV box. It now reads (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK). ...

      
  1. #1
    New Member
    Join Date
    Dec 2005
    Posts
    6
    Rep Power
    0


    Default Change text (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK)

    I need to change the text that appears on the checkout_payment.php next to the CVV box. It now reads (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK). Where do I change this text?

    Thanks

  2. #2
    New Member
    Join Date
    Dec 2005
    Posts
    6
    Rep Power
    0


    Default

    No thanks to this forum I figured it out myself!
    If anyone else is looking to do this here is what you do,

    in file linkpointms1.php from catalog/includes/modules/payment/ do the following.

    Make sure you have a backup of this file incase you do something wrong so you can replace it!

    Around Line 93 you will see the following,

    'field' => tep_draw_input_field('cc_checkcode', '', 'size="4" maxlength="4"') . '  </small><a href="javascript:CVVPopUpWindow(\'' . tep_href_link('cvv.html') . '\')">' . '<u><i>' . '(' . MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK . ')' . '</i></u></a>')));

    in the area that says,
    '(' . MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK . ')'

    change the text to what you want, make sure to leave the spaces before and after the .
    I also left the undrscores.

    For example I made mine like this,
    '(' . WHAT_IS_THIS . ')'

    works for me!

Similar Threads

  1. how to change color of text in categories box
    By joanstead in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 01-17-2006, 06:58 AM
  2. Change standard welcome email text
    By MikeS in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 05-26-2005, 02:11 PM
  3. How To Change Main Text
    By Shadeau in forum osCMax v1.7 General Mods Discussion
    Replies: 7
    Last Post: 05-22-2005, 02:48 PM
  4. Where to change the heading text in product_listing.php???
    By johnnyosc in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 02-18-2003, 10:32 PM
  5. How do you change the text color in the box headings?
    By jmbishop in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-13-2003, 06:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •