Advertisement
Guest User

Woocommerce - Return to shop

a guest
Oct 25th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <p class="return-to-shop"><a class="button wc-backward" href="<?php echo esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>"><?php _e( 'Return To Shop', 'woocommerce' ) ?></a></p>
  2.  
  3. Change the href to your shop page as shown in the example below:
  4.  
  5. <p class="return-to-shop"><a class="button wc-backward" href="http://www.yourlinkhere.com"><?php _e( 'Return To Shop', 'woocommerce' ) ?></a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement