Different text in Inovice
-
Hi
I want to send different PDF in email with different text for example i have two types of payment method like: Request only and paypal.So if user have done with request quote then i need to show different text in PDF. here is code example.
$method = $this->payment_method(); if( $method == 'Request Quote only' ) { ?> <h1 class="document-type-label">Quote</h1> <?php }else{ ?> <h1 class="document-type-label"> <?php if( $this->has_header_logo() ) echo $this->get_title(); ?> </h1> <?php } ?>
but its only echo the text that is Request Quote only and nothing happen in PDF text.
Thanks
Make
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Different text in Inovice’ is closed to new replies.