Repository Forums Support Expiry dates for WooCommerce PRO Can I display the best before / expiry date on the actual product Reply To: Can I display the best before / expiry date on the actual product

#13308
Soft79
Keymaster

Not out-of-the-box. You can do this by applying a template override. You can use this shortcode:

echo do_shortcode( '[expiry_date id=' . $product_id . ']' );