Zen Cart Logo
Forums / All Other Contributions/Addons / POSM Status Indicators

POSM Status Indicators

Views: 1,501

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

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
943
Plugin Contributions:
3

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, 4:56 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

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, 5:09 PM
#3
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
943
Plugin Contributions:
3

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, 6:01 PM
#4
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

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, 1:25 AM
#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?