Home Forums WoodMart support forum the content of the code goes to the bottom panel

the content of the code goes to the bottom panel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #408189

    loralora
    Participant

    Hello

    Please tell me how to properly use the hook
    add_action( ‘woocommerce_after_add_to_cart_form’, ‘shipping_on_product_page’ );

    so that the content does not fall into the floating bottom panel?

    Attachments:
    You must be logged in to view attached files.
    #408223

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #408304

    loralora
    Participant

    Unfortunately, I can’t grant admin rights.

    Are there any other solutions?

    #408662

    Hello,

    It is not possible with the hook, please try to replace your hook with this one:

    add_action( 'woocommerce_single_product_summary', 'shipping_on_product_page', 31 );

    If you have any questions please feel free to contact us.

    Best Regards

    #409791

    loralora
    Participant

    thanks it worked

    #409833

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘the content of the code goes to the bottom panel’ is closed to new replies.