Hello
Can you please tell me how can we add a variation selection option on the checkout page after Note. section
Thanks
Hiren
2 Answers
Hi @ Hiren ,
If you are willing to add something after “order Notes ” section you can use “woocommerce_after_order_notes” hook. This hook will help you add anything after notes section .
You can use this hook in your theme’s function.php file.You can take help from “http://hookr.io/actions/woocommerce_after_order_notes/”.
If you are using the pro version you can add your shortcode in “Custom html section” .
Thanks
Your Answer