Viewing 2 replies - 1 through 2 (of 2 total)
  • This message isn’t designed to show when the user selects the wrong message but instead for all users as a notification about what the proper quantities rules are. The plugins shouldn’t allow users to submit a invalid quantity however. If the html 5 field doesn’t get it the backend validation should (which would result in a add to cart error message).

    The short code you listed above can be put in the main content of the product post ie. the text editor.

    If you use the php function <?php do_shortcode(‘[wpbo_quantity_message]’) ?> you can insert it in any php file that is inside the product loop.

    I put <?php do_shortcode(‘[wpbo_quantity_message]’) ?> in my code but the message doesn’ show !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where to put the [wpbo_quantity_message]?’ is closed to new replies.