Jump to content



Latest News: (loading..)

- - - - -

Changing "Payment Method" text on incoice


This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#-19   Ian Lawther

Ian Lawther
  • Members
  • 76 posts

Posted 28 September 2011 - 02:15 PM

I would like to change the text that appears next to Payment Method on the invoice. CAn someone let me know how I navigate to it.

Thanks,
Ian Lawther

#-18   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,724 posts

Posted 28 September 2011 - 02:18 PM

Ian,

in the /admin/includes/languages/english/invoice.php file you will find this line:

define('ENTRY_PAYMENT_METHOD', 'Payment Method:');



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#-17   Ian Lawther

Ian Lawther
  • Members
  • 76 posts

Posted 28 September 2011 - 02:27 PM

Thanks. That leads me to the actual text "Payment Method". What I'm looking for is the place the text that is next to is is stored (in my case "Paypal"

#-16   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,724 posts

Posted 28 September 2011 - 02:38 PM

Ian,

Sorry for the confusion.  That text is DYNAMIC, depending on which payment method was chosen.

You will find the call in /admin/invoice.php around line 82 as:

<tr>
    <td class="main"><strong><?php echo ENTRY_PAYMENT_METHOD; ?></strong></td>
    <td class="main"><?php echo $order->info['payment_method']; ?></td>
  </tr>


Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#-15   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,076 posts

Posted 28 September 2011 - 03:03 PM

have a look in your includes/languages/english/modules/payment and select the payment method.   Open the file and see if the text you want to alter is there.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.