<?php// Prevents Checkout and displays a notice to customersfunctioncustom_woocommerce_prevent_checkout(){$message='Checkout is locked until 00:01 when the big sale begins.';wc_add_notice($message,'error');}add_action('woocommerce_check_cart_items','custom_woocommerce_prevent_checkout');?>
Comments (0)
HTTPSSSH
You can clone a snippet to your computer for local editing.
Learn more.