umar25
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [WooCommerce] Extra text on cod payment optionthank you very much,
problem solved, heros saved the day 🙂
Forum: Plugins
In reply to: [WooCommerce] Extra text on cod payment optionthank you for getting back to me on this, and am sorry for the confusion, the plugin is working fine with the default theme, after installing custom theme and translating it to arabic that text showed up.
this Array text shows up for: cod, bank transfer, and cheque options.
as for the code you gave me, the result is:
https://drive.google.com/open?id=1V0jEYxusiSxMP9r1TxNsR1a8UYqBaJLwForum: Plugins
In reply to: [WooCommerce] Extra text on cod payment optionThank you for your reply, i did tried.
i would like to add that when i added this:
add_filter('woocommerce_cod_icon', 'change_my_icons'); function change_my_icons( $icons ) { $icons['cod'] = <img src="the image path " height="20" />; return $icons; }to functions.php, i get rid of “Array”, however i get a broken image and the alt text? (i do got the image png and svg, and the path is correct)
any ideas?
- This reply was modified 8 years, 2 months ago by umar25.
- This reply was modified 8 years, 2 months ago by umar25.
- This reply was modified 8 years, 2 months ago by umar25.
- This reply was modified 8 years, 2 months ago by umar25.
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
Viewing 3 replies - 1 through 3 (of 3 total)