watermark
-
Hello. i found it in documentation.
add_action( ‘wpo_wcpdf_before_document’, function( $document_type, $order ) {
?>
<div class=”watermark-wrapper”><span class=”watermark”>Watermark</span></div>
<?php
}, 10, 2 );but is it possible to do:
1. add IF order status ON-HOLD it print ONHOLD, if order status set to PROCESSEING it prints PROCESSING
2. OR add watrmark by shipping method. If it set to LOCALPICKUP it prints lockal picup,
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘watermark’ is closed to new replies.