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.

ЧПП

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.