Indian rupee Not showing in Invoice PDF WooCommerce site
Indian rupee Not showing in Invoice PDF WooCommerce site
Indian rupee Not showing in Invoice PDF WooCommerce site.Right to change fonts deja vu and other things but it didn't work. In Firefox symbols are not even showing on Chrome a square box is appearing next to the amount price I help would be appreciated,code treid
action( 'wp_enqueue_scripts', 'add_google_fonts' );
function add_google_fonts() {
wp_enqueue_style( 'google_web_fonts', get_stylesheet_directory_uri() . '/dejavu/ttf/DejaVuSans.ttf' );
}
Extended currency symbol support
Enable this if your currency symbol is not displaying properly
Enable font subsetting and Legacy mode
has started showing currency symbol.....Resolved but only for chrome.problem remains on IE and firefox
1 Answer
1
As best I've been able to tell there the rupee symbol isn't a part of the DejaVu font. In this situation I would just use FontAwesome5: Rupee Symbol. Otherwise I would look into using a different webfont.
In that case can you provide a screen shot or link so we can see the issue you're having?
– stickdeodorant
Jun 29 at 15:46
Is PHP MB String installed on your server? (you can check this in the Status tab of the PDF Invoice settings)
– stickdeodorant
Jun 29 at 17:14
yes i have already done that active in my php ini file
– lrvanjan
Jun 29 at 17:17
reopened again.........
– lrvanjan
Jun 29 at 18:11
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
nope its there by default and not working.it works fine everywhere
– lrvanjan
Jun 29 at 15:39