Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    932
    Plugin Contributions
    9

    Default 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?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,879
    Plugin Contributions
    96

    Default Re: POSM Status Indicators

    Quote Originally Posted by retched View Post
    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.

  3. #3
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    932
    Plugin Contributions
    9

    Default Re: POSM Status Indicators

    Quote Originally Posted by lat9 View Post
    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.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,879
    Plugin Contributions
    96

    Default Re: POSM Status Indicators

    Quote Originally Posted by retched View Post
    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.
    Code:
    <div class="stock-wrapper">
      ...
    </div>
    You can add page-specific CSS files, e.g. checkout_confirmation.css, and hide those divs:
    Code:
    .stock-wrapper: display: none;

  5. #5
    Join Date
    Feb 2018
    Posts
    20
    Plugin Contributions
    0

    Default Re: POSM Status Indicators

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

 

 

Similar Threads

  1. v210 Posm
    By Dave224 in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2025, 05:40 PM
  2. v210 POSM Partial Blank Page
    By dbltoe in forum Addon Admin Tools
    Replies: 4
    Last Post: 21 Apr 2025, 08:15 PM
  3. v201 POSM Stock issue
    By strelitzia in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 28 Feb 2025, 04:48 AM
  4. Understanding order status indicators?
    By BrakeStorm in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 3 Jan 2008, 07:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg