Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Continue Shopping Button

Home / Forums / Virtue Theme / Continue Shopping Button

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 31, 2015 at 2:39 pm

How can I add a “continue shopping button” to my Cart Page in Virtue Theme.

I have set up a child theme and I added a functions.php file. I added this code:

add_action( ‘woocommerce_after_cart_table’, ‘kad_keepshopping’, 40 );
function kad_keepshopping() {
echo ‘<p class=”return-to-shop”>‘.__(‘Return To Shop’, ‘woocommerce’ ).’</p>’;
}

but it did not work.

Thanks for any help.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.