Continue Shopping Custom Redirect
-
Hello – I added a ‘Continue Shopping’ button to my cart page. That worked great. However, I cannot get it to redirect to the page I want (The Lark Theater). It only takes you back to the homepage. I used this code:
add_action('woocommerce_before_cart', 'wpslash_continue_shopping_hook'); function wpslash_continue_shopping_hook() { ?> <a class="button wc-backward" href="<?php echo esc_url( wc_get_page_permalink( 'the-lark-theater' ) ); ?>"> <?php _e( 'Continue Shopping', 'woofood' ) ?> </a> <?php }I’ve tried the full URL for the the page I want, the page id, the permalink. I can’t get it to redirect to the correct page.
Thank you for any ideas you have.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Continue Shopping Custom Redirect’ is closed to new replies.