Tagged: cart page
Hi, is it possible to add a simple text link ‘Continue shopping’ under the ‘Proceed to Checkout’ button on the cart page?
Many thanks
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('woocommerce_proceed_to_checkout', function() {
?>
<a href="#" class="button">Continue shopping</a>
<?php
});
Cheers!
Josue
Hi
Is it also possible to add a ‘Continue Shopping’ link that appears on all individual product pages when you’ve added the product to the basket – that clicks back to the product category? I would like it to appear either inside or underneath the green box that pops up and states what you’ve added to your basket and gives the option to view the cart.
If you just click back in the browser it deletes the product you just added to the cart.
thanks
Hello!
It is possible but it would require some custom work, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
Josue