This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Precise Sales for WooCommerce

Description

Enables WooCommerce product sale scheduling to the day, hour and minute.

This extends the default WooCommerce functionality which only offers product sale scheduling to the day (in 24 hour increments). This plugin adds a field for hour and minute, so that sales can be scheduled to start and end at a more precise time.

This extension is especially helpful for shops that operate in a country with multiple timezones (like the United States) that want to offer a one day sale across timezones. For those shops, a sale can start at midnight in one timezone and end at midnight in another timezone- allowing a 27 hour sale (or other arbitrary period).

Credits

The majority of this code was contributed by Igor Benic and developed for Universal Yums. It was converted to a standalone plugin and polished for release by Devin Price.

Screenshots

  • This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Screenshots are stored in the /assets directory.

FAQ

What timezone is the sale scheduled in?

The sale schedule uses the default timezone for your WordPress site. You can find this setting under “Settings > General”.

What happens if a sale is scheduled and I disable this plugin?

By default WooCommerce stores scheduled sale times in a unix timestamp format using the product meta fields _sale_price_dates_to and _sale_price_dates_from.

This plugin uses the same product meta fields to store the more precise sale timestamp. If the plugin is ever disabled, any previously scheduled sales will still work and use the more precise time that was initially set unless the product is later updated, in which case it will revert to the default date functionality.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Precise Sales for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial release.