Linux 软件免费装
Banner图

Holiday Mode for WooCommerce

开发者 hfranz
更新时间 2026年9月11日 20:27
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 7.2
版权: GPLv2 or later
版权网址: 版权信息

标签

calendar woocommerce vacation settings holiday

下载

1.7.1 1.8.0 2.8.0 2.9.0 1.8.3 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.7.0 1.8.1 1.9.0 1.9.3 2.0.0 2.1.0 2.2.0 2.4.0 2.5.0 2.6.0 1.1.0 1.8.2 1.9.1 1.9.2 2.3.0 2.7.0

详情介绍:

WooCommerce® Holiday Mode allows you to temporarily pause your online store during holidays, vacations, maintenance periods, or other planned breaks. Define a start and end date for your closed period and automatically enable or disable holiday mode. During this time, you can display a prominently visible custom absence message to inform your customers about your temporary closure, return date, or other important information. Features: WooCommerce® is a registered trademark of Automattic Inc.

安装:

Follow these steps to install and configure the plugin: Upload the plugin folder to the /wp-content/plugins/ directory Activate the plugin through the "Plugins" menu in WordPress Go to WooCommerce -> Settings -> Holiday Mode to configure your settings

常见问题:

Does this work with a headless/decoupled storefront (e.g. a custom app built on the WooCommerce Store API)?

Yes. New orders are blocked the same way for headless storefronts as for a regular WordPress theme: products become non-purchasable and adding to cart or checking out is rejected while Holiday Mode is active. Your frontend can also ask the WooCommerce Store API directly whether Holiday Mode is active and what your absence message is, so it can be displayed even though it never renders any WordPress page. No setup is required for this - it is available as soon as the plugin is active, using your existing Holiday Mode settings.

(For developers) What does the Store API extension data look like?

Holiday Mode is included automatically in the Cart and Checkout endpoint responses (/wc/store/v1/cart and /wc/store/v1/checkout), under extensions.holiday-mode-woocommerce: { "active": true, "purchasing_disabled": true, "message": "We are on vacation, back on 1 September.", "notice_type": "error" }

更新日志:

2.9.0 2.8.0 2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.0 2.0.0 1.9.3 1.9.2 1.9.1 1.9.0 1.8.3 Minor translations update 1.8.2 Update plugins meta data 1.8.1 Update README.txt 1.8.0 1.7.1 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0