This topic has 6 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #56018
     drearypanoramic
    Participant

    https://www.christiansrule.com/

    On my website, when you hover over the menu cart, there is a link that says “Go to Shop Shack”.

    This currently goes to the default product page but how can I make this go to any page, for example: https://www.christiansrule.com/get-stuff/

    All help greatly appreciated!

    #56049
     Laura
    Moderator

    Hello, can you share ftp credentials? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #56086
     drearypanoramic
    Participant

    Hi,

    http://www.christiansrule.com/cpanel
    christiansrule
    JBN3!dif2

    Thanks!

    I basically want the link (seen in the attached image) to go directly to https://www.christiansrule.com/get-stuff, as opposed to the default product page.

    #56150
     drearypanoramic
    Participant

    Any thoughts?

    #56188
     drearypanoramic
    Participant

    What do I do?

    #56578
     Laura
    Moderator

    Hello, thanks for your patience, i’m checking it out to find a way, will let you know asap 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #56581
     Laura
    Moderator

    Hello, fixed doing this:
    In KLEO theme files, wp-content/themes/kleo/lib/plugin-woocommerce/config.php (editing that file)

    Found

    COPY CODE
    
    			$cart_output .= '<a href="'.esc_url( $shop_page_url ).'"><span class="text">'.__('Go to the shop', 'kleo_framework').'</span></a>';
    

    Changed for

    COPY CODE
    
    			$cart_output .= '<a href="https://www.christiansrule.com/get-stuff/"><span class="text">'.__('Go to the shop', 'kleo_framework').'</span></a>';
    

    Then added to your child theme.
    wp-content/themes/kleo-child/lib/plugin-woocommerce/config.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?