Title: Special offer
Last modified: February 1, 2022

---

# Special offer

 *  Resolved [jennie44](https://wordpress.org/support/users/jennie44/)
 * (@jennie44)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/special-offer-2/)
 * Hi!
    Is there any possibility to add an image with an offer before exporting 
   the delivery note (packing list) to pdf?
 * Kind Regards
    /Jennie

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

 *  Plugin Contributor [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * (@alexmigf)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/special-offer-2/#post-15318488)
 * Hi [@jennie44](https://wordpress.org/support/users/jennie44/)
 * Yes, that should be possible using a code snippet or using our [Premium Templates extension](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/)
   and a [custom block](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-blocks/).
   In which section of the template do you want to display it?
 *  Thread Starter [jennie44](https://wordpress.org/support/users/jennie44/)
 * (@jennie44)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/special-offer-2/#post-15319476)
 * OK, great!
    In the middle of the pdf that I export, under the list with the products.
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/special-offer-2/#post-15321446)
 * Hi [@jennie44](https://wordpress.org/support/users/jennie44/),
 * This code snippet should work for you:
 *     ```
       /**
        * Add an image after the customer notes on the packing slip
        */
       add_action('wpo_wcpdf_after_customer_notes', function( $document_type, $order ) {
       	if ( $document_type == 'packing-slip' ) {
       		// Replace the following link with your actual image link
       		$image_link = 'https://picsum.photos/id/237/600/300'; 
       		echo '<img src="' . $image_link . '">';
       	}	
       }, 10, 2 );
       ```
   
 * If you haven’t worked with code snippets (actions/filters) or functions.php before,
   read this guide: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)
 *  Plugin Contributor [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/special-offer-2/#post-15372610)
 * Hi [@jennie44](https://wordpress.org/support/users/jennie44/),
 * Since we haven’t heard back from you in the last two weeks, we’re assuming you
   solved this issue, so I’ll go ahead and mark this ticket as **Resolved**.
 * Feel free to open a new topic if you have more questions!

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

The topic ‘Special offer’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/special-offer-2/#post-15372610)
 * Status: resolved