Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #510820

    Hi, is it possible to add a simple text link ‘Continue shopping’ under the ‘Proceed to Checkout’ button on the cart page?
    Many thanks

    #511031

    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

    #511589

    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

    #511786

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.