- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Clean Commerce › Change the wording of "Shopping Cart" in the Header to "Basket"
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
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!!
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


