Hi there, I tried to implement the stripe plugin for credit card payments. However I checked the order review page and the icons of the credit cards are way too big. Check the attached screenshot.
Hey FadingReality,
Please provide a link to the page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi, go to cart and use the credit card checkout and see what happens.
Hi FadingReality,
Best regards,
Victoria
Hi, have a look again at the cart page when you click on SOFORT payment method.
edit
Hi,
Please try to add this code to the quick css field to resize the image:
#top #wrap_all #payment ul.payment_methods li img {
max-width: 100px;
}
You can replace 100px with any other value to increase/decrease the image size.
Best regards,
Peter
Hi, that worked on the checkout page, but not on the order review page (in Germany you have an additional order review page before you actually buy)
Hi,
For the second checkout page you can use this code:
#top #wrap_all .wgm-second-checkout .stripe-sofort-icon{
max-width: 100px;
}
Best regards,
Peter
That did the trick. Thank you :)
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close this one. Thanks
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon