Add "continue shopping" button in shopping cart
-
Where I find the sections in the template for the following hooks:
– woocommerce_before_cart
– woocommerce_before_cart_table
This is trying to add a button that says “continue shopping” in these sections but the subject returns me these alerts …
The same happens on the checkout page
Hi,
These hooks are related to WooCommerce plugin and not to our theme. You can check the file woodmart/woocommerce/cart/cart.php
and see where you need to add your custom button.
Regards