Iam using a woocommerce plugin but I got an problem on how to change the text of the view cart button hope there is a one who can help with my problem this is my site this is the image of the text that i want to change the image how can i edit it? all suggestion are appreciated.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Add the following to your functions.php file.
This will change View Cart to View Shopping Cart
Go to
wp-content\plugins\woocommerce\includes\wc-template-functions.php
then edit raw 1429version
woocommerce 3.0.3
.Add the following code to your functions.php file