Repository › Forums › Support › Expiry dates for WooCommerce PRO › Can I display the best before / expiry date on the actual product
Can I display the best before / expiry date on the actual product so customers do not need to click on the product or check the cart etc?
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 . ']' );