{# # Back in Stock Form (Bootstrap 5 Override) # # Notification signup form shown on out-of-stock product pages. # # Expected context: # product_id - Product ID # is_visible - Whether the form is visible (not hidden) # show_email_field - Whether to show the email input # show_checkbox - Whether to show the privacy opt-in checkbox # button_class - CSS class for the submit button # # WooCommerce PHP equivalent: single-product/back-in-stock-form.php # # @package WcBootstrap # @since 0.1.0 #}

{{ __('Want to be notified when this product is back in stock?') }}

{% if show_email_field %} {% endif %}
{% if show_checkbox %}
{% endif %} {{ wp_nonce_field('wc_bis_signup', 'wc_bis_nonce') }}