Home › Forums › WoodMart support forum › Add HTML block inside the cart popup Add HTML block inside the cart popup This topic has 1 reply, 2 voices, and was last updated 3 hours, 32 minutes ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 19, 2025 at 4:21 pm #630896 RDParticipant Hello, it is possible to add inside the cart popup HTML BLOCK as a shortcode that will allow me to add maybe more products suggestions? check the attach image to understand what I am looking for. Attachments:You must be logged in to view attached files. January 21, 2025 at 6:56 am #631355 Hung PhamKeymaster Hi RD, Thanks for reaching to us and appreciate your patience. Please add this code to the functions.php of the child theme: add_action( 'woocommerce_widget_shopping_cart_total', function(){ echo do_shortcode( '[html_block id="3008"]' ); }, 5 ); [html_block id="3008"] insert your HTML block ID in this place. Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register