Forums / All Other Contributions/Addons / POSM Status Indicators

POSM Status Indicators

Results 1 to 5 of 5
10 Feb 2026, 15:49
#1
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Posts:
935
Plugin Contributions:
1

POSM Status Indicators

V2.1.0 / POSM v6.0.0 / PHP 8.5

I'm 99% sure I'm missing something, but is there a way to selectively decide exactly where the In Stock Notification appears via notifier?
10 Feb 2026, 16:56
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Posts:
13,980
Plugin Contributions:
46

Re: POSM Status Indicators

retched:

V2.1.0 / POSM v6.0.0 / PHP 8.5

I'm 99% sure I'm missing something, but is there a way to selectively decide exactly where the In Stock Notification appears via notifier?

Where "exactly" were you wanting those in-/out-of-stock indications to appear.
10 Feb 2026, 17:09
#3
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Posts:
935
Plugin Contributions:
1

Re: POSM Status Indicators

lat9:

Where "exactly" were you wanting those in-/out-of-stock indications to appear.


More like where I don't want them to appear. I don't want them to appear on the My Account/History page nor the order confirmation screen of the customer side.

I do still want it to appear on the product details page.
10 Feb 2026, 18:01
#4
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Posts:
13,980
Plugin Contributions:
46

Re: POSM Status Indicators

retched:

More like where I don't want them to appear. I don't want them to appear on the My Account/History page nor the order confirmation screen of the customer side.

I do still want it to appear on the product details page.

The POSM stock messages appear within an HTML div with a class of stock-wrapper, e.g.
<div class="stock-wrapper">
  ...
</div>

You can add page-specific CSS files, e.g. checkout_confirmation.css, and hide those divs:
.stock-wrapper: display: none;
17 Feb 2026, 01:25
#5
cstdenis2 avatar

cstdenis2

New Zenner

Join Date:
Feb 2018
Posts:
21
Plugin Contributions:
0

Re: POSM Status Indicators

How about the "[In Stock]" added to the end of product names on the orders page?