Which WordPress plugin does this?

code API

BANNED - Failed to resolve a dispute
Joined
Oct 20, 2018
Messages
6,376
Reaction score
3,510
Hey guys,

I am working on a client's e-commerce website.
After searching Google, I still can't find any WordPress plugin that can autocomplete WooCommerce orders after x number of days. E.g. I want a subscription order to be marked as completed after 30 days [this will help reduce manual work in the sale process as the company delivers their monthly subscription products/services to clients within one week]. Most of the plugins I found only autocomplete after payment but I don't want that because orders with pending and processing status will be marked as completed instantly. I want something that allows you to set a duration for the auto-completion.

Any idea? Thanks in advance
 
Hey guys,

I am working on a client's e-commerce website.
After searching Google, I still can't find any WordPress plugin that can autocomplete WooCommerce orders after x number of days. E.g. I want a subscription order to be marked as completed after 30 days [this will help reduce manual work in the sale process as the company delivers their monthly subscription products/services to clients within one week]. Most of the plugins I found only autocomplete after payment but I don't want that because orders with pending and processing status will be marked as completed instantly. I want something that allows you to set a duration for the auto-completion.

Any idea? Thanks in advance
Make one yourself?

This should be super easy to do.

Make a plugin that will use wp cron and make a sql query to fetch orders that are greater than 30 days and change their status.

Ask chatgpt if you can’t do it yourself (while asking, also mention the table schema, which you can generate from phpmyadmin by running show create table tablename). Pretty sure this can be achieved within 30 lines of code. :)
 
Hire someone to do it for you. I doubt there will be a plugin that suits you.
 
You should hire here someone to do it for you, or if you have a knack for coding you can build it yourself.
 
You can do this in less than 5 minutes if you have some coding knowledge
 
Back
Top