• Resolved nietbelangrijk

    (@nietbelangrijk)


    I struggle to make buyers aware of our holidays. It would be very nice if we could include for example [woocommerce_cart_notice type=’deadline’] to the “Enter the text which will be appear in front page”

    Or some other solution would be great, so buyers have to acknowledge that they are aware of a specific condition.

    tia

Viewing 1 replies (of 1 total)
  • @nietbelangrijk I am afraid, this will not work as it is a text field.

    Alternatively, you can use `add_action( ‘woocommerce_checkout_after_order_review’, ‘after_place_order_button’);
    function after_place_order_button() {
    echo do_shortcode( ‘[woocommerce_cart_notice type=’deadline’]’ );
    }`

    This will display message after place order button.

    Let me know if you need any further assistance.

Viewing 1 replies (of 1 total)
  • The topic ‘would be nice’ is closed to new replies.