Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Amanda,
    By ‘Notes added in cart’ are you referring to the ‘Order Notes’ field from the checkout? Or did you add some other custom fields?

    Ewout

    Thread Starter amandathewebdev

    (@amandathewebdev)

    It’s the textbox when you’re in checkout, usually under Order Notes, or a similar name.

    Thread Starter amandathewebdev

    (@amandathewebdev)

    When I view the order, it shows up under: Customer Provided Note, but when I view the PDF it’s not there.

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! That’s odd, this is part of the default template! This is the code that outputs it, is is possible you removed that in a custom template?

    <?php if ( $wpo_wcpdf->get_shipping_notes() ) : ?>
    	<h3><?php _e( 'Customer Notes', 'wpo_wcpdf' ); ?></h3>
    	<?php $wpo_wcpdf->shipping_notes(); ?>
    <?php endif; ?>

    Let me know!

    Ewout

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

The topic ‘PDF not including notes added in cart’ is closed to new replies.