How to Change WooCommerce Checkout Error Messages

WooCommerce Change Checkout Error Messages

If you are looking for a quick guide on how to change checkout error messages in WooCommerce, this article will guide you on how you can do customize these error messages. The missing fields error shows on top of the page when trying to place an order, but once you scroll down to fill them out again. WooCommerce Change Checkout Error Messages In this tutorial, you will learn how to change the error message on the WooCommerce Checkout page completely. Alternatively, you can set a …

Read more

How to Change WordPress Site URL without Dashboard Access

Are you locked out of your WordPress dashboard and can’t figure out how you can change your site URL? I know it can be very frustrating especially if you are not a WordPress developer. If that is the case, you should not panic since there are a number of ways to change WordPress site URL without dashboard access. With this simple tutorial, you can change the WordPress site URL without any hectic coding, just simple edits to WordPress files. Let be briefly share with you …

Read more

How to Hide Dashboard on the My Account Page WooCommerce

Hide Dashboard on the My Account Page WooCommerce

Do you want to hide the Dashboard section on the WooCommerce ‘My Account’ page? If yes, then you are in the right place. In this tutorial, you will see how it is very easy to hide this section using a custom PHP code snippet.  WooCommerce My Account Page The ‘My Account’ page is really important because it’s where the important information of your users and customers will be stored. Moreover, it is where your customers can manage their accounts, and add billing details, addresses, etc., …

Read more

How to Create WooCommerce Admin Notice for Plugin – WooCommerce Development

Create WooCommerce Admin Notice

As a WooCommerce developer, there is often need to create admin notices when you are creating a theme or WooCommerce plugin. The WooCommerce admin notice can be to warn users about an update, to inform them about a process or to give a reminder on something important. WooCommerce Admin Notice Example Generally, a WordPress admin notice can vary and have different color codes and they will appear at the top of an admin page as seen in the image below of a WooCommerce admin notice. …

Read more

How to Create WooCommerce Add to Cart Button by Product Id

woocommerce add to cart button by product id

WiIt is possible to create WooCommerce add to cart button by product id and use the button on forms, widgets, post or pages and even on templates. Ideally the WooCommerce add to cart button can be customized to fit a wide range of custom options. WooCommerce Add to Cart Button by Product Id In a previous post, I explained how to change WooCommerce add to cart button to a link and also how to change WooCommerce add to cart button to read more. These are …

Read more

How to Hide WooCommerce Product from Search Results

woocommerce hide product from search

In this post I want to share a quick WooCommerce hide product from search results snippet that you can add to the theme or a plugin to help hide any product you wish to hide from search results. This code snippet uses the same approach as the previous tutorial on how to hide WooCommerce product without price. If you want to hide specific product from the search results, you should consider adding this snippet to your theme and set the product visibility to hidden since …

Read more

How to Create WooCommerce Shortcode Random Products

WooCommerce Shortcode Random Products

If you are looking for an effective way to create a WooCommerce shortcode for random products to display the products from the WooCommerce database in a random way, this post will guide you and help you create the shortcode for the random products display. In the previous post, I shared how you can create the random WooCommerce products query and how to use it in the custom page template. I also created a random WooCommerce products display demo that showcases the random products when the …

Read more

How to Change Email Sender In WooCommerce

change email sender

Are you looking for a way to change the default sender name and email address for outgoing emails in WooCommerce? It is important to add the correct sender name and email address to all notifications you send out to your customers. You should always look professional. This is because WordPress sends several email notifications to the site administrator and users on your site. These notifications include website error and recovery emails, new user registration, and more. You should use your own brand and email address …

Read more

How to Skip Cart and Redirect to Checkout Page WooCommerce

Skip Cart and Redirect to Checkout in WooCommerce

If you want to skip the cart and redirect to the checkout page in WooCommerce, you need to use a new redirect function that overrides the default WooCommerce add-to-cart button redirect options. This is the common practice where you want to sell only one product on your WooCommerce site and there is no need for the cart page. In other sites, you want to use the option to skip to the cart so that you increase the conversions since you reduce one step in the …

Read more

Remove Hash # from WordPress URLs with Simple Trick

jquery remove hash in URLS

When creating custom WordPress pages that utilize jQuery for interactivity, you may encounter a common problem of a hash (#) sign added to your URLs. If you are looking for a way of removing the hash # added on URL in WordPress custom pages, here is a simple trick to help you remove this hash # on URLs. Hash # Added to WordPress URL The problem can best be described as the addition of a hash sign at the end of a URL example: http://yourdomain.com/aboutus# …

Read more