#2076

Hi again.

#1. I fixed for you, please recheck.

#2. Yes, You need to edit code if want to change it.

Ex: Change text and link search to your page checkout

/*search*/
function poco_handheld_footer_bar_search() {
        echo '<a href=""><span class="title">' . esc_attr__('Search', 'poco') . '</span></a>';
        poco_product_search();
    }

Change into:

/*Change to Checkout Page*/
function poco_handheld_footer_bar_search() {
        echo '<a href="Link-checkout-page"><span class="title">' . esc_attr__('Checkout', 'poco') . '</span></a>';
    }

Do you understand?/