EDDV Notices for WooCommerce

설명

Estimated Delivery Date and Vacation Notices for WooCommerce allows store owners to display dynamic delivery estimates or vacation notices across WooCommerce pages and emails.

The plugin automatically switches between estimated delivery mode and vacation mode based on a configured date, using server-side logic and WordPress timezone settings.

It is designed to be lightweight, flexible, and fully compatible with modern WooCommerce setups, including High-Performance Order Storage (HPOS).

Key features

  • Automatic mode switching (delivery / vacation)
  • Business-day delivery calculation (Monday–Friday)
  • Configurable delivery intervals (store-wide)
  • Fully customizable message templates with placeholders
  • Optional display on:
    • Product pages
    • Cart page
    • Checkout page
    • WooCommerce emails
  • Multiple WooCommerce locations selectors per display area
  • Language-aware date formatting based on installed WordPress languages
  • HPOS-compatible
  • No JavaScript dependencies
  • No external libraries

Configuration

Delivery mode

When no vacation date is set (or the date is in the past), the plugin displays an estimated delivery range calculated using the standard business days (mon-fri) based on the intervals.

Vacation mode

When a vacation start date is set to today or a future date, the plugin automatically switches to vacation mode and displays the configured vacation notice.

Message templates

Templates support placeholders:

  • {start_date} – delivery start date
  • {end_date} – delivery end date
  • {vacation_date} – vacation processing start date

Basic HTML is supported in templates (for example <strong>, <br>, <em>).

스크린샷

  • WooCommerce EDDV Notices settings panel.
  • Estimated delivery notice displayed on the product page.
  • Vacation notice example.
  • Example of the notice displayed in WooCommerce emails.

설치

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to WooCommerce Settings EDDV Notices
  4. Configure delivery intervals, templates, and display locations then save.

FAQ

My WordPress local time is wrong, how can I fix it?

Go to WordPress Admin > Settings > General – change your “Timezone” setting.

How can I clear vacation mode?

Open the datepicker from the date field in the plugin settings, select “clear” and save.

Does this plugin affect checkout performance?

No. All calculations are server-side and lightweight. No JavaScript or AJAX is used.

Is the plugin compatible with HPOS?

Yes. The plugin explicitly declares compatibility with WooCommerce High-Performance Order Storage yet it does not need it, but it was required.

Can I control where the message appears?

Yes. You can enable or disable the notice per area and choose from multiple native WooCommerce hooks.

Does it support multiple languages?

The plugin formats dates based on the selected WordPress language. Text strings are translatable.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“EDDV Notices for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “EDDV Notices for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial public release
  • Estimated delivery calculation
  • Vacation notice mode
  • Template-based messages
  • WooCommerce settings integration
  • HPOS compatibility