Home › Forums › WoodMart support forum › add button this area add button this area This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Eric Watson. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 22, 2018 at 10:11 am #48066 tugsuuParticipant heyo how can i add custom linked button this area Attachments:You must be logged in to view attached files. March 22, 2018 at 10:30 am #48069 Eric WatsonParticipant Hello, Try to add following code snippet to the functions.php file in your child theme function woodmart_custom_btn() { echo '<a href="#" class="button btn-color-primary btn-full-width custom-button">Custom button</a>'; } add_action( 'woocommerce_review_order_before_submit', 'woodmart_custom_btn' ); Add the following code snippet to the Custom CSS area in Theme Settings .custom-button{ margin-bottom:10px; } Kind Regards XTemos Studio Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register