How to change from "Add to Basket" to "Add to Cart"
-
Hi Support,
Kindly advise how to change the following, as I am new to customization:
1) To change the words “ADD TO BASKET” to “ADD TO CART”
2) How to change the above words from uppercase to lower case.
Awaiting your response pls.
Thanks
Herald
Hello,
Thank you very much for choosing our theme and for contacting us.
By default the “Add to cart button” does not have a string “ADD TO BASKET” please provide your site admin access I will check.
I will give you custom CSS to change the text transform.
Best Regards
Hi Elise,
Thank you for the response.
Kindly note the details below:
Hello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
If you translate Woocommerce, you need to create the translation in Loco > Plugins > Woocommerce.
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-btn-replace .add-to-cart-loop {
text-transform:none;
}
This code makes lowercase for the button.
Best Regards
Hi,
Thank you for the response.
I added the provided code and the button changed to lowercase.
Meantime, kindly advise how the “Add to Cart” button changed to “Add to Basket”? Is any plugin we installed changed this? Please check and advise.
Thank you.
Hi,
I got it changed to “Add to Cart” by changing the language from English-UK to English-USA.
It solved my issue.
Thank you.
That is fine. If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to change from "Add to Basket" to "Add to Cart"’ is closed to new replies.