Title: Set Payment Method Name
Last modified: January 13, 2018

---

# Set Payment Method Name

 *  Resolved [isaakgeo](https://wordpress.org/support/users/isaakgeo/)
 * (@isaakgeo)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/set-payment-method-name/)
 * Hello,
 * We have created a new payment method plugin for payments through bank/credit 
   card.
 * How can i set the payment method name so that it can display on the email sent
   to customer or after checkout? Right now it is blank.
 * Thank you

Viewing 1 replies (of 1 total)

 *  [whitelamp](https://wordpress.org/support/users/whitelamp/)
 * (@whitelamp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/set-payment-method-name/#post-9865617)
 * You should have something that looks a bit like this in your code:
 *     ```
           $nzshpcrt_gateways[] = array(
               'name'                   => 'Generic Gateway',
               'display_name'           => __( 'Pay With Generic Gateway', 'wpsc' ),
       (etc.)
       ```
   
 * I think display_name is the one that you want but it’s been a few years since
   I worked on wpec gateways.

Viewing 1 replies (of 1 total)

The topic ‘Set Payment Method Name’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [whitelamp](https://wordpress.org/support/users/whitelamp/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/set-payment-method-name/#post-9865617)
 * Status: resolved