Description field & Discount bug
-
Hi there. thanks for a great plug-in
I have two questions:
1. I want to set default description text for Description field (An optional field to add a description to the Invoice). How can I do that? I tried with this code, but it doesn’t work
add_filter( 'default_content', 'my_editor_content' ); function my_editor_content( $content ) { $content = "some text."; return $content; }2. Discount: when inserting a value for example 10,95 it will be 1095,00. If you change , to . discount will be 0
Thank you in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Description field & Discount bug’ is closed to new replies.