Undefined variable order-details-item.php
-
Hi,
The following message is displayed on the order conformation page:
Notice: Undefined variable: show_purchase_note in /home/xxxxx/domains/magnetenkopen.nl/public_html/wp-content/plugins/woocommerce/templates/order/order-details-item.php on line 46
Line 46 – 51 in order-details-item.php are as follows:
<?php if ( $show_purchase_note && $purchase_note ) : ?>
<tr class=”product-purchase-note”>
<td colspan=”3″><?php echo wpautop( do_shortcode( wp_kses_post( $purchase_note ) ) ); ?></td>
</tr>
<?php endif; ?>I was wondering if anyone else has the same problem? WordPress and all plugins are updated. I use Gennesis Sample theme by Studiopress, but changing to twentythirteen doesn’t change anything.
- The topic ‘Undefined variable order-details-item.php’ is closed to new replies.