with the snippet bellow, you can add a an out of stock badge in the product list
Snippets for your wordpress site
Include only in stock in Related Products
With this snippet, you will be able to filter the related products shown, so that you dont show out of stock products.
Add loading animation in add to cart button in Woocommerce
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, …
Hide-Show menu items when user is Logged in / Logged out
In simple words, this code allows you to show or hide certain items in your WordPress site’s navigation menu based on whether the user is …
Create a coupon programatically in wordpress
This code creates a new coupon with a unique code, a specific amount, and discount type. The $coupon_code variable sets the code for the coupon, …
Stay logged in for a year in woocommerce and wordpress
This code snippet contains two parts. The first part sets a filter on auth_cookie_expiration which is a WordPress filter hook that allows you to modify …
WooCommerce pay Tip option on Checkout
This code is a WooCommerce customization that allows customers to add a tip to their order during checkout. Advantages of the tip option: If youre …
wordpress adjust excerpt length snippet
This code sets the length of the excerpt to 20 words. You can adjust the number 20 to any other value to change the length …