Wordpress SMM / Help

Intofantasy

Senior Member
Joined
Jan 18, 2013
Messages
991
Reaction score
334
My smm wordpress webiste has an issue, when a client makes order, its automatically delivered with api and all.
But the issue is, its not updating when finished.

Can someone please guide me to do this, i belive its a very easy task.
 
Are you checking your provider status? It is the same that you are facing in your website?
 
Are you checking your provider status? It is the same that you are facing in your website?
No it does not change, as fast as anyone orders, i have to change the status manually for completed etc. Its very frustrating.
 
My smm wordpress webiste has an issue, when a client makes order, its automatically delivered with api and all.
But the issue is, its not updating when finished.

Can someone please guide me to do this, i belive its a very easy task.
So when your order is getting processed, it needs to update the status in your orders db table. Not sure if this is simple for you though. If you are going to modify the files, be sure to backup the existing files first.
 
So when your order is getting processed, it needs to update the status in your orders db table. Not sure if this is simple for you though. If you are going to modify the files, be sure to backup the existing files first.
Yes i agree with what you said, it should be updated per automatically but it does not, and i am not that technical in this matter. So i am asking help from anyone.
 
No it does not change, as fast as anyone orders, i have to change the status manually for completed etc. Its very frustrating.
Ok, then have you checked the cron? Could be that.

If not , then Maybe you have a database issue , check your logs file
 
Ok, then have you checked the cron? Could be that.

If not , then Maybe you have a database issue , check your logs file
When i check the "plugin" its all updated within there, but when order is done status is not updated in dashboard in wordpress.

Can u relate to issue?
 
When i check the "plugin" its all updated within there, but when order is done status is not updated in dashboard in wordpress.

Can u relate to issue?
Your database is not updating once your orders are done.
Use the cron from WP to update first .
 
Your database is not updating once your orders are done.
Use the cron from WP to update first .
I belive you are correct! Do you have a guide tips or anything i should install? will give it a try
 
the api delivers automatically but doesn't update when the order is complete check the api documentation it might require a callback or webhook to update the order status if not set up properly this issue can happen you need to configure the api to send a status update back to your site when the order is finished
 
What Plugin / theme are you using??
the api delivers automatically but doesn't update when the order is complete check the api documentation it might require a callback or webhook to update the order status if not set up properly this issue can happen you need to configure the api to send a status update back to your site when the order is finished
Im using this one, https://softnwords.com/my-account/support/dashboard/smm-api/
1727641062832.png
 
I do not trust in that websites haha, sorry.
I do not use WP neither, but since you are using WP , i installed locally my smm panel and i link the API with wordpress using this plugin

https://wordpress.org/plugins/panelhelper/
Is free , so you can check and test if work for you.

I have to admit it was very easy to setup . +1 for Wordpress!
Brother, they charge 150 usd per 500 orders.
They think we sell 500 orders cocaine wtf
 
Ensure your API sends a response when the task is completed. use the woocommerce_order_status_completed action to trigger your custom function. In your function, update the order status using wp_update_post()
 
Ensure your API sends a response when the task is completed. use the woocommerce_order_status_completed action to trigger your custom function. In your function, update the order status using wp_update_post()
Could you please share a guide how to do this?
 
Back
Top