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]
- How to add a .php file to WordPress
- Woocommerce get selected shipping zone id for the current user
- How to check if feed URL was requested?
- Automatically check the option “Enable stock management at product level” on product creation
- How to link to a custom .php page in my folder
- Using PHP in a Stylesheet (possibly a “.htaccess” problem?)
- WordPress doesn’t include css
- Understanding child theme functions.php
- Woocommerce: Is it possible to overide the settings for allowing to purchase out of stock products [closed]
- Style every second widget?
- wp nav menu: add attributes to menu items [duplicate]
- Change the URL of an image from wp_get_attachment_image_src except in the frontpage
- woocommerce subscriptions – get expiration date [closed]
- Can’t get page content in WordPress
- Plugin CSS not enqueing
- Best practice for migration friendly images in posts/pages?
- Woocommerce hook run after an Order been created through REST API
- Woocommerce api: create product with images – bad request
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- WooCommerce custom product dimensions
- Best way to schedule daily change in CSS parameter
- two columns of posts on homepage, one of them “favorites”
- How do I find PHP file that contains content of my page?
- WordPress page content outside WordPress
- Inject class in body when particular page template is used
- Use WordPress function in php file
- Styling the second sidebar
- How to add drag and drop functionalities to a div inside option panel
- Add product to cart for user – WC()->cart->add_to_cart [closed]
- Seo Friendly Filter URLs
- Display attribute on shop page after the title
- WooCommerce – Moving Product Price to the Left of Add to Cart Button [closed]
- How Do I Find & Remove H1 From Site-Title-Wrapper? [closed]
- WordPress WP_Query without query GET parameters
- Where to copy woocommerce files to in my custom theme to avoid editing the core plugin?
- Add New Text Box To WordPress Twenty Seventeen Header
- Have Woocommerce show product price if id, when not logged in
- Need help removing […] after excerpt
- jQuery accordion menu
- Twentyfifteen style author comment
- PHP Output also in Child theme, but different
- Extend Menu Walker Output
- conditional: if is page, and all subpages
- How do I add my PHP app to a WordPress page whilst keeping semantic URLs?
- Page not visible in ‘All pages’ after being added through PHP
- Cascading dropdown select search based on Parent Page & Child Page
- WooCommerce Query Product Titles
- How to make only the valid active page of a multilevel menu active with – “.nav li.current-menu-item a”?
- Variant Item SKU as Product Code
- Run a sql (update) after 12 hours after the user login. Woocommerce users
- I can’t go to the page archive-{post_type}.php
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- How can I change the background color of divs dynamically (depending on an order-status in woocommerce)?
- Add a new view on the Woocommerce account page
- Use Search Term in html link and redirect
- How to get content on a blank basket/cart page in a custom theme with woocommerce
- I cannot find the wordpress.scss file that my live site is pulling from
- I have a lot of JavaScript erorrs after SSL someone can help me?
- How to import woocommerce custom fields data into another site?
- Woocommerce – if selected attribute term equals
- split 1 cart item into instock and back ordered
- Display page content in different sections – based on page break block?
- register dependency css and js inside a plugin class
- Adding a widget under an ‘Add to Cart’ button through a PHP snippet
- Woocommerce Related Product by 2 taxonomy
- custom field – changing an element or background of id div – different versions not working
- Hide price excluding tax when price is empty
- Get current_post in reverse order with pagination
- Woocommerce variation with radio button + price
- Display text of price (minus 20%) on every product page in a sentence.
- Getting the date_diff function return the difference in days
- Create a custom theme-specific page, invisible in the admin-panel?
- Converting Menu Links to List Elements
- How to get shared CSS body class between translated WPML pages [closed]
- FATAL ERROR , Sommerce Theme [closed]
- Woocommerce linking variations
- Header location [closed]
- Custom field fetch error on woocommerce pdf invoice
- posts_clauses drop ACF get_field function
- Styling best practices for single pages/templates
- Endpoint exists and shows up in My Account dashboard. Need to add endpoint to My Account DROPDOWN menu in Porto theme
- Woocommerce – how can i add items to cart using onclick – multiple items at once with custom prices
- Embed dynamic media query in a Gutenberg block