Hi @ramyasam,
With WordPress, there are plugins called banner announcements available and you could use one of those to place a message on your site. Researching on Google I found several possibilities you could explore further.
https://www.google.com/search?q=WordPress+banner+message
Thread Starter
ramya
(@ramyasam)
Hi @stuartduff
what is the hook for upcoming sale product
Hey @ramyasam,
With scheduled sale products in WooCommerce, the sale dates are stored in the products post_meta sections as these two meta entries below.
- _sale_price_dates_from
- _sale_price_dates_to
If you install a plugin called JSM’s Show Post Metadata you will be able to see all of a products post meta when viewing the product edit screen.
To find functions, actions, filters within WooCommerce the best place to search for those would be in the WooCommerce Github repository using the search function.
https://github.com/woocommerce/woocommerce