Is there any way to add extra HTML block to Cart side bar?
-
Hi! I’m wondering if there’s any chance to add an HTML block with products that might interest to customer to cart side bar?
Like in the example I’m sharing.
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, it is not possible by default.
Create an HTML block with the Product Grid and show the product by a category or tag in the Dashboard > HTML blocks.
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.
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!