Home Forums Free Themes Clean Commerce Change the wording of "Shopping Cart" in the Header to "Basket"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44057
    raffitireland
    Participant

    Hi

    I’m looking to change the wording for “Shopping Cart” in the Header to “Basket”. The source of the file I’m trying to overwrite is inc/hook/custom.php. Is there a way to overwrite this in my custom functions.php or can someone please point me in the right direction. I don’t want to change it on the parent theme as it would be bad practice.

    Thanks

    Raff

    #44096
    wensolutions
    Keymaster

    Hello @raffitireland,

    To change the word “Shopping Cart” in the Header to “Basket” you have to activate the child theme .

    Child theme references:
    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using the plugin . Below is the link to one of them.
    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file paste below given code:

    https://gist.github.com/anonymous/3844606aec6710a0cbe99ef794832027

    And yes you have go through the child theme approach to make any change in the theme as your original modification wont be lost.

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.