Display Sale End date in single product page
-
Hi,
I found this similar question
https://www.ads-software.com/support/topic/get-woocommerce-scheduled-sale-end-date?replies=15but the solutions provided seems outdated.
I tried to use this
$sale_price_dates_to = ( $date = get_post_meta( $thepostid, '_sale_price_dates_to', true ) ) ? date_i18n( 'Y-m-d', $date ) : '';
echo $sale_price_dates_to;but it returns
string(0) ""
Anyone know how is the updated way of displaying end date of sale product in single product page?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display Sale End date in single product page’ is closed to new replies.