Simple PreOrder + Delivery Times

설명

Simple Pre-Order + Delivery Times for WooCommerce:
* Mark products as Pre-Order
* Set a Pre-Order Delivery Date & Time (datetime-local field)
* Set an Estimated Delivery Date & Time for normal products
* Show badges in the shop loop
* Show a notice on single product pages
* Add delivery information to cart items and order emails

스크린샷

설치

  1. Upload the simple-pre-order-delivery-times folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Edit a product (Product data General) and use the new fields:
    • Pre-Order Product (checkbox)
    • Pre-Order Delivery Date & Time (datetime-local)
    • Estimated Delivery Date & Time (datetime-local)
  4. Save product. Visit shop/product to see badges and notices. Place a test order to see delivery info in the emails.

FAQ

What format should I use for datetime fields?

The UI uses datetime-local. If your browser doesn’t show a picker, enter YYYY-MM-DDTHH:MM (example: 2025-09-20T14:30). The plugin will attempt to parse common formats too.

Does this disable checkout for preorder products?

No — by default checkout works normally. The plugin only displays labels/metadata.

후기

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

기여자 & 개발자

“Simple PreOrder + Delivery Times”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple PreOrder + Delivery Times”(을)를 번역하세요.

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

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

변경이력

1.1.2

  • Fixed a nonce related error on product edit screen for admin

1.1.1

  • Initial release: product meta fields, frontend badges/notices, cart meta and email output.