Guest User

Untitled

a guest
May 28th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //add back to store button in empty cart
  2. add_action('woocommerce_cart_is_empty', 'manual_back_to_store_cart_empty');
  3. function manual_back_to_store_cart_empty() { ?>
  4. <a class="button wc-backward" href="/boutique"><?php _e( 'Return to shop', 'woocommerce' ) ?></a>
  5. <?php
  6. }
Add Comment
Please, Sign In to add comment