- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by Andrew Misplon.
- AuthorPosts
- December 11, 2017 at 7:24 pm #8427
danny weissParticipantHello, great people from Puro!
As the title says, instead of the Paypal image on the checkout page, I can only see a text: “Paypal acceptance mark”. Here’s a screenshot so you can get an idea about this issue: https://imgur.com/a/X1Uyr.
The website is http://fromkitchenwithlove.com. I’m using a child theme for Polestar and when I switch to the original theme or any other theme, the Paypal image is properly displayed.December 12, 2017 at 3:02 am #8428
Andrew MisplonKeymasterHi Danny
Thanks for reaching out. So sorry for the hassle. I see the problem. Unfortunately, I can only have an update out on Thursday to fix this. If you’d like to fix this right away you could add to your child theme functions.php file:
if ( ! function_exists( 'polestar_woocommerce_paypal_icon' ) ) : /** * Add a consistent PayPal icon. */ function polestar_woocommerce_paypal_icon( $url ) { return get_template_directory_uri() . '//puro-4401.kxcdn.com/woocommerce/images/paypal-icon.png'; } endif; add_filter( 'woocommerce_paypal_icon', 'polestar_woocommerce_paypal_icon' );
And then remove that function once the next update is out, although it won’t matter if you leave it, it’s just neater to remove it.
Thanks for reporting this, appreciate the help.
December 12, 2017 at 5:18 pm #8429
danny weissParticipantNo problem, I can wait until Thursday, there’s no hurry. Thank you for providing the temporary code!
December 13, 2017 at 4:27 pm #8430
Andrew MisplonKeymasterFor sure. Will have that update out ASAP. Thanks again.
December 16, 2017 at 3:02 pm #8459
danny weissParticipantHi,
I just wanted to let you know that after the recent theme update the issue was fixed. Thank you!
December 16, 2017 at 3:08 pm #8460
Andrew MisplonKeymasterAwesome 🙂 Thanks for letting me know. Chat soon. Cheers!
- AuthorPosts
You must be logged in to reply to this topic.