• I?have a question about displaying the Notices in a custom wrapper on my page.

    In the past I populated my wrapper with this PHP:
    <div class:"my-wrapper">
    <?php woocommerce_output_all_notices(); ?>
    </div>

    This approach doesn’t seem to work anymore on new sites with the introduction of the WC Blocks.

    Do you have any suggestions on how I can handle this with the new WC version?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Display Notices within a custom wrapper element’ is closed to new replies.