WooCommerce Display Stock Availability On The Shop Page Mini-Plugin

(1 customer review)

$19.00 /once

Show the stock availability under each product in the shop, category and archive pages. This follows the same settings as the stock display of the single product page (WooCommerce > Settings > Products > Inventory > Stock display format).

Description

You don’t feel confident with coding? You need customers to see the stock availability on the Shop, Category and Archive pages as well? You don’t want to purchase yet another bloated, expensive plugin? Great!

Business Bloomer WooCommerce Display Stock Availability On The Shop Page is a mini WooCommerce plugin, without the usual hassles. One feature. Lifetime license. No annoying subscriptions. 1 plugin file. A few lines of code. No banners. No up-sells. No WP notifications. Use it on as many websites as you like. Lifetime support. 1-page documentation. A simple settings dashboard.

Screenshot of the settings:

Quick demo:

As you can see the plugin is pretty straight forward. Install it. Optionally change the position of the stock availability message display. See the magic happen. Simple!

1 review for WooCommerce Display Stock Availability On The Shop Page Mini-Plugin

  1. Miloš (verified owner)

    The plugin works as it should – only the smile icon and the notification colors were not included.

    Rodolfo wrote the CSS code for me so that the stock was displayed as I wanted. He also helped with the installation.

    I highly recommend Rodolfo if you have any software requirements for an online store. He is immediately available for all questions. A really TOP person.

    Thank you again

Add a review

Your email address will not be published. Required fields are marked *

Documentation

What does this Mini-Plugin do? Where do I find the settings?

This plugin allows you to display the stock availability e.g. “92 in stock”, “Out of stock” on the WooCommerce Shop, Product Category, Product Tag and all Product Archive Pages.

It comes with a single setting, so that you can control the position of the stock availability message, which by default we display above the Add to Cart button:

How do I disable this for logged out users?

Add this at the bottom of your active theme’s functions.php file or in a Code Snippet:
add_action( 'wp_head', 'bbwasqosp_setup_show_stock_hook_disable', 1 );

function bbwasqosp_setup_show_stock_hook_disable() {
   if ( ! is_user_logged_in() ) {
      remove_action( 'wp_head', 'bbwasqosp_setup_show_stock_hook', 10 );
   }
}

What’s a Mini-Plugin, by the way?

The most annoying things about premium plugins are recurring subscriptions, limited license usage, too many features, bloat, up-sells and annoying notifications, unskilled support, and poor documentation. Our Mini-Plugins are the exact opposite of that.

Where can I get lifetime support?

Once you purchase the plugin, you will get a link to a “Support” page, where you can post messages, screenshots or screencasts and get immediate help.

Where can I download my plugin ZIP file?

You will receive your download file via email upon payment. Alternatively, you can head over to the My Account > My Downloads page. Here’s a direct link.

What if a new version is released? How will I know? How can I update?

The plugin will notify you that there is an update available directly in the WordPress Dashboard, same as the other plugins. You can update with a single click.

Alternatively, you can then get the latest ZIP from the Downloads page and manually update the plugin by going to Plugins > Add New > Upload Plugin. Yes, the plugin already exists – WordPress will find that out and ask you if you wish to override it.

I’ve read the docs before buying, purchased the plugin, but it doesn’t suit my needs. Can I get a refund?

Sure, you get 100% money back if you request a refund within 30 days from your purchase. As of now there is no automated system on the My Account > My Orders page, so drop me an email and I’ll process your refund. Working on it though (expect a tutorial soon)!

I have a pre-sale question?

Cool! Contact me here and I’ll do my best to get back to you asap.