Add Image/Icon
-
Hi, Thanks for the Plugin. I just added it to my WC site. I wonder Can I add a Image/Icon besided the Payment Gateway Tittle on Checkout Page ? Can you help writing the snippets ?
I tried in foloowing way, (Snippet > Function.php)
// Add binancepay logo at checkout page function binancepay_checkout_icon() { // pls return the new logo/image URL here return 'https://gamerswallet.com.bd/wp-content/uploads/2022/12/binancepay1-1.png'; } add_filter( 'woocommerce_binancepay_icon', 'binancepay_checkout_icon' );
- The topic ‘Add Image/Icon’ is closed to new replies.