• Resolved Grafikx

    (@grafikx)


    Hi !

    I would like to export my PDF with the title and the meta on the same line.
    I tried to modify the file invoice.php and style.css in the folder “Simple” but could not align them on the same line.

    I tried to modify these lines but nothing to do :

    <span class="item-name"><?php echo $item['name']; ?></span>
    				<?php do_action( 'wpo_wcpdf_before_item_meta', $wpo_wcpdf->export->template_type, $item, $wpo_wcpdf->export->order  ); ?>
    				<span class="item-meta"><?php echo $item['meta']; ?></span>

    Could you help me ?

    Thanks in advance !

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Display inline Title and Meta in PDF ?’ is closed to new replies.