No notification system on purchase items
-
sansolutions Mar 28, 2018Why notifications system dosn't work on purchase item. E-mail notification also dosn't work?This post has been last edited at 2018-03-29 10:18:16
-
Sorry, I don't understand what you mean. Which notification system?
-
sansolutions Mar 29, 2018I mean, if someone buys an item, no notifications are received.
-
That is correct. We don't send any direct notifications after a sale.This post has been last edited at 2018-03-29 10:22:50
-
sansolutions Mar 29, 2018Is it possible to implement this option?
-
We are having a look at it, but we are not sure if we will.
-
Richie Mar 30, 2018For codester users the biggest aspect and the purpose of being apart of this community is to sell items. I'm curious to know why you guys wouldnt have some sort of notification for a sale?
-
We understand a lot of people want this feature and we are still looking how to implement it. To implement this correctly it is more difficult then it seems as some sales are not straight forward and any mismatch with a notification is the last thing we want.
-
sansolutions Mar 30, 2018newPayment = true;
if(newPayment) {
sendNotification(userEmail);
}
-
Richie Mar 30, 2018Yes Frederick I understand there may be some complexities with different sales. However, I think it would be nice to alert users on any sale activity regarding their item. Another possibility would be to alert only on successfully completed sales.
Again, just my opinion. Hopefully we see some sort of notification implemented soon. -
@sanssolutions: I wish it was that simple
We will do our best to see what it is possible.