• Resolved hrgrgrgfffr645676543

    (@hrgrgrgfffr645676543)


    Hi!
    I need help with invoice prices and dates.
    First, I need to know how to set (price+tax) is that work in this plugin?
    Second, how to make a purchase date in European style (date,month,year)?
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hi @hrgrgrgfffr645676543

    First, I need to know how to set (price+tax) is that work in this plugin?
    A: The easiest way is with our premium templates extension.

    Second, how to make a purchase date in European style (date,month,year)?
    A: By default our plugin uses the WordPress date settings. You should go to your WordPress settings and set the correct format.

    You could override those with this code:

    add_filter( 'wpo_wcpdf_date_format', 'wpo_wcpdf_date_format', 10, 2 );
    function wpo_wcpdf_date_format( $date_format, $document ) {
    	return 'd/m/Y, H:i:s';
    }
    • This reply was modified 4 years, 12 months ago by alexmigf.
Viewing 1 replies (of 1 total)
  • The topic ‘Pdf Correction’ is closed to new replies.