Right now the title of the PayPal WPS payment method on the checkout form is just that... but really it should be the standard HTML title that includes the PayPal and Credit Card / e-check icons.

Comments

superman2’s picture

Any chance this can be fixed soon? The checkout form looks better (and perhaps more trustworthy) with the proper icons in place.
I have installed Drupal Commerce on a single website, and hope to start using it in a couple of days.

carn1x’s picture

subscribe

scelza’s picture

I second this.

Also, I change "PayPal WPS" to "Pay using PayPal, a Credit Card, or a Bank Account" in the .module file (in WPS subfolder). I don't know of anyone who would want "PayPal WPS", it's just not what the customer needs to see.

How about:

  • Short term: Change the attribute from "PayPal WPS" to something more generic ("PayPal", "Pay with PayPal", "Pay with PayPal, a Credit Card, or a Bank Account").
  • Long term: Add logos, allow HTML description (see Commerce Cheque).
pardalman’s picture

subs

courtney.mob’s picture

subscribe

rszrama’s picture

Status: Active » Fixed
courtney.mob’s picture

Just implemented this on my site. Looks awesome. Thanks Ryan!

rszrama’s picture

Score. Was up late last night because I was launching a personal site with a friend. This patch is live on http://www.realmilkcheese.com if anyone wants to see it in action. I also used that site to test IPN processing with the new API functions linked in #1216386: Completing checkout on incoming IPN.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

brunorios1’s picture

hi, i'm using this module in brazil and i want to remove some icons that we don't use here.
how can i do this?

thanks!

rszrama’s picture

You can use a form alter or hook_commerce_payment_method_info_alter().

zkrebs’s picture

Issue summary: View changes

Sorry to re-open, but I am using a custom theme (Jollyness) and the checkout icons are not displaying. Can this be a theme issue, or how could I go about troubleshooting to get the icons to display? Thanks!