Home › Forums › WoodMart support forum › Additional Info and dropdowns on product page – must have › Reply To: Additional Info and dropdowns on product page – must have
October 17, 2023 at 7:44 am
#504630
Hung Pham
Keymaster
Hi filipop,
Please note that all WooCommerce default hooks are used in WoodMart theme. If you created single product with Custom Layouts and some details are not display properly, then use our special WooCommerce Hook element to return all WooCommerce default hooks.
You can try woocommerce_single_product_summary
hook to display button. If it doesn’t work, you can try with other hooks.
You can refer to our documentation https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/
Regards,