#3237

Hi there,

To change shop link, please copy and paste code into file functions.php ( child-theme)

function freshio_handheld_footer_bar_shop_link() {
		echo '<a href="' . esc_url( get_permalink( get_option( 'woocommerce_shop_page_id' ) ) ) . '"><span class="title">' . esc_attr__( 'Shop', 'freshio' ) . '</span></a>';
	}

Edit:

esc_url( get_permalink( get_option( ‘woocommerce_shop_page_id’ ) ) ) = your-link