Home Forums WoodMart support forum Notice in cart

Notice in cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132899

    dimmisel
    Participant

    Hello guys.
    We want to create a notice in the cart, but when we try to use the wordpress hooks, we see that the notice appears in the footer and it is sticked.
    We don’t want to do this but we want to add it in the cart. You can see an example here:
    https://i.gyazo.com/b8eb5944ff92cce3bdaf6d20e938bdac.png

    How can we override your apply to render notices in these positions as in the image?

    Thanks in advance

    #132949

    Hello,

    The notices are displayed by means of this hook: add_action( 'woocommerce_before_cart', 'woocommerce_output_all_notices', 10 );

    Best Regards

    #133124

    dimmisel
    Participant

    My friend.
    Please read carefully my question before answer me.

    I know how to display the notices. My question is how to override your notices which comes fixed in the bottom?
    I have this notice now:
    https://i.gyazo.com/3c14742f5e787e28fd3e4926222bdce5.png

    And I want to achieve something like this:
    https://i.gyazo.com/b8eb5944ff92cce3bdaf6d20e938bdac.png

    I use the same code to do that so probably your theme overrides the default position of all notices.

    #133185

    Hello,

    Please disable “Sticky notifications” in the Theme Settings > General > http://prntscr.com/ogbol0

    And check once more.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)