*

ysalim

  • ***
  • 87 posts
sending email notification to user upon expiration
« on: August 09, 2016, 06:14:29 AM »
Hi,

I am testing to see if I can use this option from backoffice plugins.

Do i need to enable "warn about expiration" in the osclass original admin in order for the backoffice send out notification upon listing expiration?

https://www.dropbox.com/s/52hjnaaab46d8e3/2016-08-09%2011_08_52-Listing%20Settings%20Osclass.jpg?dl=0

or is it just enough by activating the setting in the backoffice admin?

https://www.dropbox.com/s/lcndr7fvezb2cqg/2016-08-09%2011_13_08-Plugins%20Osclass.jpg?dl=0

Thanks



*

MB Themes

Re: sending email notification to user upon expiration
« Reply #1 on: August 09, 2016, 08:15:36 AM »
@ysalim
Plugin is not based on other settings from osclass. You just set it and go.
Options on your picture are 2 different. 1 is for stats, 1 is for expiration.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Re: sending email notification to user upon expiration
« Reply #2 on: August 10, 2016, 08:39:32 AM »
is it possible not to send the email notifications at all while still showing the republish button to users in 3 days as default before expiration date?
I am just trying to not overloading users with a bunch of expired listings emails
Thanks
« Last Edit: August 10, 2016, 09:16:14 AM by ysalim »

*

MB Themes

Re: sending email notification to user upon expiration
« Reply #3 on: August 10, 2016, 10:17:16 AM »
@ysalim
Set it to send 9999days before (it will not be sent then...)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ysalim

  • ***
  • 87 posts
Re: sending email notification to user upon expiration
« Reply #4 on: August 10, 2016, 11:50:56 AM »
when i set to 999 all of the listing show the republish buttons. that's bad. can I just comment out the sending email portion of code, if you could point me to?

Thanks

*

MB Themes

Re: sending email notification to user upon expiration
« Reply #5 on: August 10, 2016, 03:18:42 PM »
@ysalim
In file:
oc-content/plugins/backoffice_manager/index.php

comment line:
Code: [Select]
email_will_expire($item_id, $user_notify_before);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots