Add this to your functions.php
:
add_filter( 'gettext', 'woocomerce_text_strings', 20, 3 );
function woocomerce_text_strings( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case 'shipping calculator' :
$translated_text = __( 'Calculate Shipping', 'woocommerce' );
break;
}
return $translated_text;
}
Related Posts:
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- trouble with page_id & highlighting current page
- CSS change in woo commerce Place Order Text [closed]
- PHP function for horizontal Woocommerce thumbnails and badges
- Use CSS tag inside PHP code
- How to hide a div section when user is logged in, in single product woocommerce
- Add Shortcode to ::before class
- Hot to edit WooCOmmerce dashboard?
- Display specific main Sub Nav on Woocommerce product pages
- Clone the “proceed to cart” button and place it above checkout on the cart page, but only appear display size is 320px
- Adding my own custom template page but got white page
- How to remove image on single product and get product to span page?
- Why isn’t my link attribute getting my css?
- How to add margin underneath woocommerce total price amount -> productpages
- How to create a container in php then customise it in CSS
- hello can you advise how to fix the error?
- WooCommerce Checkout Cart [closed]
- Sort Woocommerce Products with Numbered Titles Numerically
- separating column the variations from the add to cart button woocommerce
- How do you add customer capability after Woocommerce purchase?
- Setting up 2 SMTP accounts: 1 for wordpress and 1 for woocommerce
- Change sign up fee in cart for subscription products WooCommerce
- How can I use wp_query to show all product data using just the products ID?
- write custom woocommerce templates and forms
- Insert a button on a page with random number generation
- combine Code 1 with Code 2
- WooCommerce – Reset quantity input field when variation changes
- get current product name in functions.php
- Get stock by custom meta field on all Woocommerce variable products
- Make the first item as default on Woocommerce product category items list
- Custom Text in WooCommerce Order Processing Email Based on Products
- Woocommerce redirect thankyou page based on product ID doesn’t empty Cart
- Set a condition based on WooCommerce checkout city field while placing order
- Get WooCommerce product details and transfer them to a custom DB table
- woocommerce subscriptions – get expiration date [closed]
- tracking number field in Woocommerce order [closed]
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- Can’t get page content in WordPress
- Way to querry data (tags) from a wordpress database?
- Slider loading issue
- WooCommerce Related Products by Attribute
- Image as Sales Badge
- Global variable $post returning incorrect object
- How can I load a PHP page without using a Template?
- WooCommerce – Email admin with new user details
- Plugin CSS not enqueing
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- Automatically remove a canceled order in Woocommerce
- Parent theme CSS overriding child CSS rules
- how to remove metadata from the posts of my blog?
- Call global variable array() in woocommerce child/template
- Best practice for migration friendly images in posts/pages?
- How to style options page in dashboard?
- Remove price from Woocommerce variable product dropdown menu
- Theme Options Page – User Updates Logo
- How to use my style.css file outside of wordpress subdomain?
- Adding nofollow to a PHP generated Nav
- Dynamic Stylesheet loads but doesn’t finish
- Page Automatically Generated from Theme?
- How to add date to navigation bar
- How to add a php custom page to WordPress
- Selectbox in admin panel function linking to CSS
- Sort query_posts for Parent Pages to menue order or the count?
- How to hide all child pages with post_query?
- Can I install/embed WordPress on a ‘single page’?
- Using if/else statements with output from theme options
- Is there CSS to expand the gallery limit on Index Pages?
- Automated Cart Update With Alert Box Each Time
- Two Different Links for Same Product – WooCommerce [closed]
- Issue adding sub category programmatically
- WooCommerce/WordPress: how hide entire table form after submit (Admin Dashboard)?
- dividing sub-categories by parent category – WordPress
- Show prices with tax in Woocommerce Mini Cart [closed]
- Woocommerce product variation backorder
- Status 400 for AJAX POST Request with admin-ajax.php
- Problem with custom plugin using AJAX to pull info from php file
- Woocommerce hook run after an Order been created through REST API
- How can I apply_filters from inside a function?
- Get and insert order email address to the PHP template inside HTML text
- How to design a table based on css values set from admin/dashboard
- Modify HTML structure of fields in woocommerce checkout form
- Pass Category Name, Description and Photo into variables to pass to jQuery
- Auto-update products after they were published – Woocommerce
- How to VAR_DUMP a $variable during checkout process (Is my product meta callable?)
- Reload part of checkout on changed shipping method
- How to get all shipping rates and costs without session in woocommerce?
- Display a specific category of products in shop page and disable code for specific actions
- If no products are on sale – hide ID or class
- Woocommerce related product text
- Woocommerce api: create product with images – bad request
- Trying to build simple deposit code that hooks into woocommerce
- WooCommerce Webhooks not firing because of error in wp-includes/meta.php
- Different Minimum Order Amounts based on Shipping Zone [closed]
- do search in two site and show the result in first site
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- Add a product to checkout via form
- Trying to place a custom field after the total section in the checkout page in woocommerce
- WordPress default Search function inconsistent in WooCommerce Product Titles
- Which field should I edit to make the checkbox marked by default?
- Displaying Woocommerce Product Category in WordPress