Add this code to functions.php and rename the relevant option. Here I have renamed the ‘Popularity’ option to ‘Best Selling’.
add_filter( 'woocommerce_catalog_orderby', 'rename_sorting_option_woocommerce_shop' );
function rename_sorting_option_woocommerce_shop( $options ) {
$options['popularity'] = __( 'Best Selling', 'woocommerce' );
$options['date'] = __( 'Newest', 'woocommerce' );
$options['price'] = __( 'Price: Low to High', 'woocommerce' );
$options['price-desc'] = __( 'Price: High to Low', 'woocommerce' );
return $options;
}
Related Posts:
- Custom product sorting archive page
- how to override woocommerce specific loop or archive-product.php [closed]
- get_pages() not ordering as it should
- Get all products with a custom attribute
- pagination in woocommerce order history page
- Show attribute description when filtering by that attribute
- Create a Custom menu item fetched by Product Categories and Sub Categories
- Disable email field on WooCommerce customer account details
- Show post page only if the user has bought a specific product
- Custom column sorting in WordPress admin post table
- redirect product-category to a custom page
- Woocommerce Product page edit
- Setting up Different Layouts for Each Product Category and Subcategory [closed]
- How to redirect WooCommerce shop URL?
- Unable to display custom fields on WooCommerce product pages
- Send a custom WooCommerce email when custom order change [closed]
- Change WooCommerce product price based on category and GEO IP country
- Automatically Update Woocommerce Prices [closed]
- Advanced Custom Fields: Sorting custom columns with custom fields sorts only by date
- Add custom field to woocommerce variations [closed]
- how to get the categories for a single product in a hierarchical way
- Viewing checkout page removes fees from mini cart
- woocommerce_checkout_fields modifying existing billing_phone label created new field
- How to add an extra button on woocommerce shop page and use it to send the product info with image in a mail? [closed]
- how do I remove the shipping from woocommerce thankyou page and from the email
- Woocomerce custom billing address fields display in order details [closed]
- Color swatches on category page? [closed]
- WooCommerce sort products by the actual product width(not the shipping width)
- help to change some colors (woocomerce and store locator) [closed]
- No shipping method has been selected [closed]
- Changer numbers of columns in woocommerce shop
- Woocommerce product permalink not working
- “woocommerce_form_field()” function having issues after latest woocommerce update [closed]
- How to customize shipping region/states on WooCommerce
- WooCommerce custom billing fields on email address
- Woocommerce custom checkout form
- Woocommerce custom field calculation
- Hiding Short Description in Shop Page, WooCommerce
- wordpress shortcode not working
- Custom Taxonomy Sort For a Custom Query
- I found this code to be very useful, how can I change it to a text that display “Product versions and period of last update” rather than a button?
- Customizing woocommerce product page
- Woocommerce custom archive page custom content and shortcode
- WP_Query – sort the results by meta value custom attribute wocoomerce
- customer specific email attachment
- Style WooCommerce Product Search Widget
- Product page not found if product data is set Appointment Service
- Query Product categories what have a custom field
- How to get the full product name by ignoring custom modification on it
- where is admin footer?
- Woocommerce custom “My Account” Tab – Add Save button
- Need to add custom text field to Woocommerce under add to cart button
- Moving Quantity after product description
- Custom product status get filtered on all product list views
- Can we add an extra button on woocommerce shop page and use it to send the product info including image in a mail?
- Upload advanced custom field text link array with csv
- Woocommerce – Remove cart button depending product (post) status
- WordPress Performance and bulk edits
- I want to use a product thumbnail completely different than the product image
- Including a Customized Initialize File with a wordpress header
- Send default WooCommerce email when switching from custom order status
- How to Remove wpautop in woocommerce includes folder class-wc-order-item.php
- Best way to sort posts with different types by distance
- WooCommerce – Adding custom HTML to specific product pages
- How do I change text of a product template in a WooCommerce theme? [closed]
- WooCommerce customise checkout billing form [closed]
- Integrate Woocommerce to a custom theme
- woocommerce display product category on checkout page [closed]
- Save And Display Mp3 Audio files on WooCommerce product page with Dokan
- Sort Search Results in Order of/by Character @ count (9) of post(s) title. (Ocean-WP theme)
- Change the User/ Author of the Products
- Show total sales for each products on search results page Woocommerce
- Change in credit card payment button for woocommerce
- How to display product variations on same row
- Is it possible to change the attributes of a registered style or script before it fires?
- Creating custom Woocommerce attribute taxonomies from a plugin
- How to change submit button value in comment from “Post Comment” to “Send”
- Customize in category page
- How to get WordPress to accept the tag in articles (or other alternatives)
- How do I change the default admin color scheme in MP6
- Custom title, Bones theme
- How to change the category url jusy show /category/%category_id% in wordpress?
- Sorting category products not working
- How can I display a PHP foreach loop’s answers by AJAX
- Child Theme with multiple css files
- How do I redirect a post url to a custom url?
- How can I tag a menu item as visited for each unique user?
- Many Rewrite Parameters/Rules
- How to Render Post Types in RSS Feed?
- Display a specified content on a Page and all its child pages
- kitchen sink not working
- Is it possible to auto sharing post on social network from specifc categories or tags
- How to display strikethrough text in button text (for special offer)
- Remove Title and White Space in Twenty Twenty theme
- How to have differents sites share the same tables of DB?
- How to add particular attribute of product in shop as well as home page
- Custom login doesn’t stay
- Smarter Document Management links between three WordPress sites sought
- Create a google friendly header with text and logo
- A Voting system for a pageants