In Woocommerce, we can influence the way that related products are shown in the single product page. When using the Yoast SEO plugin, we have …

I have come up with this css that will enable you to create a mega menu in Astra by using special css classes in the …

Customer retention depends on a smooth purchasing experience, and this is why the “Automatically Accept Terms for Returning Customers” snippet is made to improve your …

You can improve the functioning of your WooCommerce store by making the add-to-cart button and prices hidden from users who aren’t logged in. This excerpt …

In woocommerce, we disable all payment methods and we show a custom message instead of the default “Sorry, it seems that there are no available …

Use the snippet bellow, in conjunction with the css, in order to add a Christmas decoration to your website.

HTML floating Call Button

With the snippet bellow, you can add a floating call button to your website, to make it easier for your visitors to reach you on …

In this example, we replace the add to cart button text with “Next”

The Default WordPress and WooCommerce User Roles: WordPress uses user roles to give specific read and edit permissions to each user. This, makes it very …

you also need to add this CSS

Replace the product image on hover with an animation, even if your theme doesnt support it. This will work for the products displayed in the …

With the css snippet bellow, you can customize the look of the scrollbar in your page. This applies for Horizontal and Vertical scroll bars.

By default, in the single product page template, there is no option to show an availability tag if the product is available. (by default, it …

with this snippet, you can add a new column in the user list of wordpress, to show the total amount spent by each user. This …

How to Dump ACF field data

With this code, you are able to view the data returned from querying an acf field. It is used during development, in order to validate …

With this snippet, you can programmatically hide all notifications from the admin pages in wordpress. Many times, these notifications can become annoying, especially when they …

This code defines a function total_sales_this_month() that calculates the total number of completed sales for the current month. It uses a custom query to count …

Font Awesome is a great icon library widely used by developers and designers.By using the following snippet in your functions.php file , you can include …

with the snippet bellow, you can add a an out of stock badge in the product list

With this snippet, you will be able to filter the related products shown, so that you dont show out of stock products.

The code, adds a loading animation when the add to cart button is clicked. then ckecks if the button has been added to cart, if …

This code is a WordPress plugin (can also be added in the functions.php file) that creates a maintenance mode page when activated. No setup needed, …