UPS Promotional Credit Campaign Aug ’25 – Banner

Banner promoting UPS Promotional Credit Campaign on UPS x Woo Landing page

Afterpay | Site Banner Q3 2025

added Latoya

Product Icon

Conditional Shipping and Payments for WooCommerce

Use conditional logic to restrict the shipping and payment options available on your store.

Use `$gateway->get_method_title()` in gateway selection list

The list of payment gateways to choose from only shows the title as displayed to customers. With multiple gateways of the same type, e.g. two “credit card” gateways, it is difficult to distinguish which is being chosen. Please also display use `get_method_title()`, i.e. the admin display name.

The following code works:

`woocommerce-conditional-shipping-and-payments/includes/restrictions/class-wc-csp-restrict-payment-gateways.php:85`

`WC_CSP_Restrict_Payment_Gateways::payment_gateway_option()`

“`
echo ‘‘;
“`

Author

Current Status

Open

Last updated: January 31, 2022

0 comments

Log in to comment on this feature request.