“Continue shopping” goes to the shop
After adding a product, the “Continue shopping” link goes to the shop page instead of back to the last product.
<?php
add_filter( 'woocommerce_continue_shopping_redirect', static fn() => wc_get_page_permalink( 'shop' ) );
In these packs
- WooCommerce: cart and checkout: Free-shipping progress, coupon links, quantity limits and a cleaner checkout.