*

slicer

  • ****
  • 204 posts
Turn off Notification after approve-decline
« on: January 22, 2018, 02:43:41 PM »
Hello, while using STELA notifications for pending offers remains active, even if you've seen the offer, approved or declined already.
it is always on unless you delete the ad.

How can I fix it?


*

MB Themes

Re: Turn off Notification after approve-decline
« Reply #1 on: January 22, 2018, 02:50:17 PM »
It's not checking if it was read or not, just showing if there are offers or not.
You can find it in functions.php

Code: [Select]
  if(function_exists('mo_show_offer_link')) {
    $your_items = ModelMO::newInstance()->getItemsWithOffersByUserId(osc_logged_user_id());
   .....

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots