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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13292
    Robert Ira
    Participant

    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?

    #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 . ']' );

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.