Documentation
Feedback
Guides
API Reference

Guides
CheckoutCustomization
Change payment method names in Checkout

The name or description of payment methods can be modified by your store's CSS entered at Checkout. Typically, CSS customization is the responsibility of the agency hired by the store for this purpose. However, for this case, several simple ways to change them are described below.

  • Change the name of the payment method: image-replacement technique can be used;
  • Change the description of the payment method: enter the following code on your CSS:

.bankInvoicePaymentGroup .payment-description { font-size: 0; }.bankInvoicePaymentGroup .payment-description:after { font-size: 13px; content: "{Text here}" }

  • Change the name of the delivery phase: enter the following code on your CSS:

.shipping-data .accordion-toggle span { font-size: 0: }.shipping-data .accordion-toggle span:after { content: "{Text here}"; }

Note that you should be very careful about any CSS or JavaScript changes in your store. If it's not properly done, this kind of customization can compromise your store's conversion rate and the security of your checkout.

Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
1
Photo of the contributor
+ 1 contributors
On this page