
Everything posted by OctoDev
-
Bulk Email
Oh that's... odd. I would've thought this was a feature. Alright...
-
Bulk Email
I am using Amazon SeS SMTP, it only allows 14 emails per second. It seems like it sends 30 000 within two minutes... How can I fix that, or adjust it? Sending 30 000 within two minutes goes against every approach to avoid spam.
-
Brilliant Discord Integration
When will the new update be released? It's been a while...
-
500 Error after attempting to upgrade
I posted it above, modified the post. Seems like other clients ran into same issue. I disabled every plugin + application, issue remains.
-
500 Error after attempting to upgrade
I uploaded all the files manually on the latest version, however it's throwing 500 internal server error in the /admin/upgrade process. The admin panel works fine, but the site is offline and says update in progress. How can I fix this? System + error logs does not indicate anything is wrong. Happens at admin/upgrade/?autologin=1&sessionCheck=1 Parse error: syntax error, unexpected '/', expecting '{' in /home/nginx/domains/domain.io/public/system/Application/Application.php(694) : eval()'d code on line 1 Fatal error: Exception thrown without a stack frame in Unknown on line 0
-
Commerce; Updating groups does not work if many purchases
I ended up having to code a custom PHP Script that would access the database, it completed the task that took several hours to do 5 000 members - in 20 seconds of execution. Moved +100 000 members into correct groups... Hope this feature can be improved so it can actually be used in the near future.
-
Commerce; Updating groups does not work if many purchases
CloudFlare is not the reason to why it does 1 user every second. That does not make any sense.. Unless Invision Power requires 1 page load per 1 user, which would also not make any sense. Personally I believe the issue is that it creates way too many steps. I am positive it could do more than 100-200 users per request, i have no clue how many it does per request.. but it seems.. slow. It's the web requests starting to respond slowly, the rest of the website is instant. It's creating thousands of step for a rather simple task.
-
Commerce; Updating groups does not work if many purchases
Sent you a message, not a big fan of this new system. I don't want to publicize my domain and sensitive info via a public thread.
-
Commerce; Updating groups does not work if many purchases
Sure, I just don't understand why I can't submit tickets anymore and only community support. Where can I send it?
-
Commerce; Updating groups does not work if many purchases
I have a few products that has made several thousand sales. When I am trying to update it, so it would update all existing purchases with a new user goup.. It seems like it only does the first 15 000 members, after that it seems to change 1 every 10-15 second, which makes it really slow and unusable. Could this be fixed?
-
Ajax Notification for Inbox Messages
But from my experience it requires a page reload, it does not check the inbox every 2-3 second?
-
Ajax Notification for Inbox Messages
I am suprised this isn't a feature already, but there should be an ajax notification for new inbox messages. So I will be notified that there is a new inbox message without having to reload the entire site.
-
Accepting reviews in Commerce not functional
Pretty sure this is an global issue and not with my specific board, were you not able to replicate it?
-
Accepting reviews in Commerce not functional
Correct. They have been there for days and should not be there.
-
Coinbase Commerce Gateway - Support Topic
They have to manully pay each month, it does not support renewals.
-
Accepting reviews in Commerce not functional
Hello, I deleted a few products from my website and a few made unavailable. I went to the approval queue of reviews, and when I try to hide, delete or approve reviews on products that are removed - it does not let me. It's still showing them in the approval queue and does not let me get past them. When I click any of the buttons, it simply redirects and says that it cannot locate the item that I am trying to view. Please fix this bug, by not displaying reviews in the queue that are of products that aren't locatable. Or allow us to actually delete them.
-
Introducing Webhooks
Please add some more webhooks. When a purchase has gone through Nexus, include all data including custom fields. When a purchase has been flagged to review.
-
Commerce: Support MaxMind?
Hi, In the auth function I have this... However for some reason it seems like fraud rules that I put up with MaxMind is completely ignored. Is there something I am missing? I want it to perform a MaxMind check on the auth, or after they paid.
-
commerce hook into approve?
Status paid does not seem to work for me, not sure why. But the transaction is still pending approval.
-
commerce hook into approve?
Not looking for REST. Within my webhook, I have this. How can I do STATUS_APPROVED for example? https://secupload.io/file/FQeKbY
-
Product Reviews [Support Topic]
Awesome product, sponsored it so he could make it. So much better than the other alternatives.
-
commerce hook into approve?
Understood, however I want to do it at the webhook. So my webhook would send "approve" then it would approve the payment also on IPS. How is that possible? This one, would allow me to reverse it. By sending an API call to my PAyment API. I want it other way around.
-
commerce hook into approve?
Does anyone know how I could hook into the 'Approve' button in Transactions? So when I click approve, it would also send a request to my payment api to approve it if set in review. Was hoping there would be an alternative to public function refund( \IPS\nexus\Transaction $transaction, $amount = NULL ) but for approval
-
Commerce Gift Cards - allow a Website Member as recipient
Commerce lacks so many must-have features, really hope they can focus a little on that too and not only the forum software. I haven't seen any useful features being added for years.
-
Commerce: mass action in transactions
Problem with accessing the database directly is that it will not send the proper request, for example if your gateway has built in 'Refund' option or such.