the content of the code goes to the bottom panel
-
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.
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
Unfortunately, I can’t grant admin rights.
Are there any other solutions?
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
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘the content of the code goes to the bottom panel’ is closed to new replies.