Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3229
    MVGENNIP
    Support Expired

    Hi Guys!

    Your code worked for me as well Pham! Thanks!
    However, How do I change the page underneath the ‘Shop’ button? It needs to go to another product page instead of the standard settings.

    Hope you can help me!

    Thanks!
    Mark

    #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

    #3246
    MVGENNIP
    Support Expired

    Thanks Billy,

    The link code is working, I can change the name of the button.
    Unfortunately I don’t know where I have to edit it exactly, I tried a few option in the code but it is not working.

    And can I just (for example) put in the URL from my product shop page?

    Many thanks!!
    Mark

    #3247

    Yes, you can add your URL into this code.
    Or if you need to help, please send Admin web account and your page link for me, I will help you.

    #3248

    Yes, you can add your URL into this code.
    Or if you need to help, please send Admin web account and your page link for me, I will help you.

    #3249
    MVGENNIP
    Support Expired
    This reply has been marked as private.
    #3251

    Hi,
    Please follow guide at https://prnt.sc/whetsu

    #3252
    MVGENNIP
    Support Expired

    You’re the best!!

    Thanks a lot!

    Best,
    Mark

    #3253

    You are welcome!

    Let me know if you need to help and don’t forget vote 5 stars for our team.

    Many thanks!

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.